Troubleshooting • Re: Pi 5 no longer has functioning wifi after latest update
For speed, I would get a spare microSD card and install Raspberry Pi OS on it and test WiFiStatistics: Posted by neilgl — Sun Dec 29, 2024 7:22 pm
View ArticleGeneral discussion • Re: New Raspberry Pi Products
EU directives are no longer our concern in the UK, unless selling into the EU, so they can still be made & sold to other countries, USA for instance, which is a big market; however, with Trumps...
View ArticleGeneral • Re: Smart floor registers with Raspberry Pi Pico 2W: efficient...
Feel free to add a link to a YouTube video, I think it would be useful.Thank you! I've updated post.Statistics: Posted by gektor650 — Mon Dec 30, 2024 6:53 pm
View ArticleMicroPython • Re: ST7789 240x240 colour display problems on Pico under...
Yeah, that's the trouble with cheapo parts sourced from Shenzhen traders, they'd label the display size on the anti-static bag, but not the chip. Fun for the adventurous I got some cheap mono OLEDs...
View ArticleAutomation, sensing and robotics • How is your xperience on Mosquitto and Paho
For weather station, 24/7, aim for high uptimeHow is your experience in Mosquitto broker and Paho python client?Which client for Pico Micropython? Is umqtt.simple good?Statistics: Posted by David16962...
View ArticleNetworking and servers • Sharing Wi-Fi connection via Ethernet
Hi,I have a raspberry pi 5 that runs my media library via Jellyfin and a pi 4 nas. I’m going to university so my access to tinker with Wi-Fi will be limited On my pi 5 I have wlan0 as a hotspot and an...
View ArticleGeneral discussion • Camera with Built-in WiFi and HTTP
All - Could anyone recommend a clean, simple wifi video camera with a built-in non-proprietary http video streamer? All the cameras I'm finding require you to install their app. I just want it to...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: New PWM cooling fan overlay for Pi 3/4
Why not create a pull request against https://github.com/raspberrypi/linux with that overlay so that it gets merged for all Pi users?We do request that it is documented in the README file so that the...
View ArticleRaspberry Pi OS • Is it safe and possible to by-pass apt dependence check?
For weather station, I installed mosquitto with sudo apt install mosquitto. As Debian official software list, Mosquitto version 2.0.11, year 2021 was installed. Mosquitto has race-condition/timing...
View ArticleBeginners • Re: How do I read an SO file on Debian?
Code: $ objdump -d libfoo.soseems to work pretty well.Thank you!Code: $ objdump -m arm -d filename.sodrew up a large table, but how do I read and navigate it?Statistics: Posted by MattTheDouche — Mon...
View ArticleTroubleshooting • Re: Can’t connect 3.3v i2c peripherals to pi pico
The HC-SR04 that I have does not use I2C - is it the same as yours?I am also using an I2C BMP280 with a pico - all fine.Yes, I see that it does not use i2c. It is the same as mine, and it works fine...
View ArticleTroubleshooting • Re: 2 of my raspberry pi 4s have had their sd cards...
Did the Pi kill it? Is it because of the lifespan of the card? (The cards are no brand, they came from okdo raspberry pi kits. The Pis themselves are the 4gb model. The cards say 10 yrs life but...
View ArticleOff topic discussion • Attracted by the narrative of good
I'm a rpi enthusiast. Why? Probably because of the narrative of good. Let me explain.RPI Foundation is a tale of geeks doing good. Not so much by stating it as an outspoken slogan like Google with...
View ArticleRaspberry Pi OS • Re: Is it safe and possible to by-pass apt dependence check?
Why don't you just add the mosquitto repo?https://mosquitto.org/blog/2013/01/mosq ... epository/NB: available list files areCode: sudo wget http://repo.mosquitto.org/debian/mosquitto-bullseye.listsudo...
View ArticleSDK • Failed to build 'picotool'
Code: c:\pico\picotool\build>cmake ..Using PICO_SDK_PATH from environment ('C:\Program Files\Raspberry Pi\Pico SDK v2.1.0\pico-sdk')./C:/Program Files (x86)/picotool/share/picotool/-- Using the...
View ArticleRaspberry Pi 400 and 500 • Re: m.2 Hats for Pi 400/500
Only option is a USB3 to M2 adapter.Statistics: Posted by rpiMike — Tue Dec 31, 2024 6:32 pm
View ArticleAdvanced users • Re: Image File Utilities
I single-stepped through a stock image-backup under bashdb. Everything makes sense until that line, and then the -f fails, as if the image file weren't there. But it IS there. Here's the output of the...
View ArticleRaspberry Pi OS • Network Installer fails after 'Starting Installer'
Having trouble booting the raspberry pi 5. I'm now trying the network installer. After seemingly downloading the installer the screen show "Starting Installer" and then proceeds to black screen. This...
View ArticleSDK • Re: [Solved - Mega Crimbo Brain Fart] Failed to build 'picotool'
Obvious thing, you need all the files, like in the prebuild https://github.com/raspberrypi/pico-sdk-tools (I guess there are). Setting picotool_DIR, I needed to compile it with:Code: cmake -G "Ninja"...
View ArticleMicroPython • Re: .uf2 upload problem (raspberry pi pico 2)
And, for an RP2 in BOOTSEL mode, for me ...Code: pi@Pi4B:~ $ picotool info -dDevice Information type: RP2040 flash size: 2048K flash id: 0xE6614104031D892FSo it should be possible to put an RP2 into...
View Article