Troubleshooting • Re: Raspberry pi 5 WIFI disconnects when display is connected
Pi 5s use Bookworm and wpa_supplicant has been replaced by Network Manager configuration.How have you actually set up the WiFi network?Hidden WiFi SSIDs have long given Pi boards trouble - are you...
View ArticleTroubleshooting • Re: Help: Revert a failed Bookworm upgrade
OP here!Havent been checking this thread lately.But, ironically, the initial advice to reinstall... did the trick ! At first my thought process was "Hell no, I need this system back". But after...
View ArticleOther projects • Re: Custom Key pad
ok, so the Arduino got delayed in the post, so I started with the online Arduino to star learning until it arrived, there are some bits were I felt like i was just copy pasting to make it work but i...
View ArticleAdvanced users • Re: Raspberry pi 4 + IMU(MPU6050) + GPS(114990732)
I've written a library that works with the Inversense MPU6050 - MPU9255. MPU Library. In the examples directory of that repository there are two MPU examples autocalibrating the accel/gyro offsets...
View ArticleBeginners • Re: Struggling!
It's not easy to help you...What guide did you follow?What errors are you getting?Maybe the people who wrote the photobooth app can help?Statistics: Posted by deepo — Sat May 25, 2024 7:45 pm
View ArticleTroubleshooting • Re: Raspberry PI 3b+ with flightradar24 image not updating...
Ok that image is built on Bookworm and on a Pi3+ gives me similar errors to those you saw.May be easier to install their 8.2 image and upgrade piaware from the web page it creates for you.Statistics:...
View ArticleTroubleshooting • DS18B20 reads 25.000°C
Dear all,I have a hopefully stupid problem with a DS18B20 temperature sensor.The sensor is connected to a Raspberry Pi Zero 2W vie 1W. It is externally powered via the PI's 3.3V output. The sensor DQ...
View ArticleCamera board • Re: raspistill full preview not working (but normal preview does)
Increase the gpu_mem= line in config.txt. I'd guess at 192MB.Running the 12Mpix mode with multiple buffers for preview requires more memory.Statistics: Posted by 6by9 — Sat May 25, 2024 8:04 pm
View ArticleTroubleshooting • Re: Bookworm build of Tiny C Compiler (TCC) fails
libc6-dev? but you'll need armel architecture by the look of it libc6-dev-armel-crossStatistics: Posted by pidd — Sat May 25, 2024 8:04 pm
View ArticleTroubleshooting • Bridge usb0 to eth0 help
Hello all, I have the below in order to provide backup wan to my unifi router if primary isp goes down. usb0 is where the 5g modem resides and I can ping the internet from usb0. I connect a laptop to...
View ArticleAutomation, sensing and robotics • Re: Help with connecting pi to xy plotter...
Guess this plotter uses GRBL. see https://github.com/gnea/grbl/blob/maste ... ommands.md , getting startedStatistics: Posted by ghp — Sat May 25, 2024 8:15 pm
View ArticleTroubleshooting • Re: Reading Change Logs stalls at 33%?
Hi, I am kind of a noob in all these stuff, i just bought pi zero 2 w and configured ssh and vnc, but i am having the same problem. Someone said above in the thread that setting swap at 200 fixed it....
View ArticleAutomation, sensing and robotics • Re: Picar-4WD track line
oui j'ai utilisé le code du ce site: https://github.com/sunfounder/picar-4wd. mais il ne marche pas. Mais ça ne marche pas. Puis je l'ai changé selon la version que je l'ai déposé mais ça ne marche...
View ArticleBeginners • Re: USB device not recognized - Low Voltage warning
Ordered a new RPI5 PSU. (the 27W one), but Wireless receiver still wont get detected on boot. I assume we have 2 independent issues here. Low power warning might be unrelated to XBOX Receiver...
View ArticleBeginners • Re: RASPBERRY PI MODEL B ADD POWER SWITCH
Not sure I understand the question. In Windows 10 I log in the to pi and power it off using Code: sudo shutdown -h nowFor a longer post using GPIO to shutdown etc. see this...
View ArticleGaming • Re: Game prototype - Raspberry Pi 5 benchmark
It does not do anything when I open it in a browser (Safari on iPad)Statistics: Posted by neilgl — Sun May 26, 2024 7:51 pm
View ArticleTroubleshooting • http://raspberrypi:9000/timeout.html#!/auth error???
Hello.I installed docker and portainer on my RPi5. I ssh in using RealVNC. After a successful install I then went to http:raspberrypi:9000 only to get a timeout error and it never gets to the site for...
View ArticlePython • Re: help wanted with code not working
The GitHub code seems to be dated around May 2020, so was probably using the “Buster” 32-bit version of Raspberry Pi OS.In fact it says “This project was run on a Raspberry Pi 3 with Raspbian...
View ArticleTroubleshooting • Re: Previously fine samba shares not working, samba down.
I think that's a typo in the original instructions. Try thisCode: sudo apt install -t bookworm-backports sambaSorry, but no, that wasn't a typo, that was a massive b****up It should have been...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: GPIO21 Bookworm - restoring legacy...
There is nothing in the default install of Raspberry Pi OS that will claim GPIO21 as a "shutdown".Presumably you've added an overlay that is claiming the GPIO - provide the full content of...
View Article