Advanced users • Re: Forcing Pi 5 Fan Speed
ubuntu updates continue to overwrite the bcm2712-rpi-5-b.dtb file... Statistics: Posted by sblantipodi — Tue Feb 20, 2024 10:36 am
View ArticleGraphics programming • Re: login to raspi with ssh -X; bookworm runs...
figured it out.Sorry I should clarify the main problem.The context is that I develop gui code from a terminal on the desktop. The terminal is logged on by "ssh -X" to the raspi where the gui code is...
View ArticleAdvanced users • Re: Argon One Replacement Daemon
Plenty of changes - Pi5 and bookwormThagrol wrote some notes on bookworm: viewtopic.php?t=359026&hilit=Bookworm+v ... e#p2153199Then there is the massive Pi5 thread, which I cannot find The docs...
View ArticleSDK • Re: Wrong uID size from SDK when using IS25LP flash
Same issue for ZD25WQ16 discussed here - viewtopic.php?t=331949Statistics: Posted by hippy — Tue Feb 20, 2024 11:01 am
View ArticleDeutsch • Re: L293D oder L298N wählen?
L293 und L298 sind beide Dual-DC-Motortreiber.https://partstack.com/p/stmicroelectron ... 1421080144https://pdf1.alldatasheet.com/datasheet ... /L298.htmlFür den Nema 17-Motor können Sie DRV8825...
View ArticlePython • Re: Autostart my Python/Pygame program
To fulfill my question here more information.Running: RPI-4 with 8 gb ramOperatingsystem : BookwormGoal: run a python/pygame script after the raspberry pi 4 is ready booting (blue screen with...
View ArticleThe MagPi • Re: MagPi Issue 138 Page 40: (Pi 5) Real Time Clock (RTC)
Thanks for the spot. We will fix thisStatistics: Posted by lucyhattersley — Tue Feb 20, 2024 11:25 am
View ArticleGeneral discussion • Re: Best storage option for Rpi5 for usage as NAS and...
Instead of using a RPi, a N100 4x4 PC with a 2TB m.2 2280 NVME is probably the best solution for the money. It uses just a little more idle power, but has much better performance. As soon as 8TB m.2...
View ArticleBeginners • Copy file from raspberry pi to computer then delete it?
I have a .bat file on my PC in a folder that when I run it it copies a file to that folder from my raspberry pi.What do I add to the bat file to subsequentially delete that file from the raspberry pi?...
View ArticleTroubleshooting • Re: RPI notworking
You should keep to the original topic you started.Other potential helpers are requested to reply there, not here.Statistics: Posted by drgeoff — Wed Feb 21, 2024 11:21 am
View ArticleGraphics, sound and multimedia • Re: capture_circular_stream.py - can't see...
Just tried looking on port 10001 and it displays just an endless stream of hieroglyphics. This is the start of itCode: ���gBÀÚ@è@���@¡...
View ArticleTroubleshooting • Re: [SOLVED] dmesg : "raspberrypi-firmware...
Hello, Is this problem solved and how?No it is not solved. I'm not sure if a mod or the OP changed the title to SOLVED, but it was premature.I get the same error in the dmesg with a rpi5 8GBIf you do...
View ArticleTroubleshooting • Re: RPi5 shutting down on load
6. UART logs don't show anything interesting. There's normal startup output (finding boot device, reading config, etc) and then a pmic-reset event at shutdown. No indication of a fault. Shutdown is...
View ArticleOfficial Display • Re: Raspberry Pi 4 with official touchscreen no display...
Yes, thank you, this worked. My touches were not sensed this morning and running these two commands sorted it. I have added the following lines to my crontab to hopefully prevent this form happening...
View ArticleCompute Module • Re: CM4 with ST7701 panel driver does not create /dev/dri/cardX
There seem to be a load of random parameters thrown into your overlay, unless you've done severe hacks to the driver.Code: fragment@1 { target-path = "/"; __overlay__ { tplcd: tplcd@0 { compatible =...
View ArticleTroubleshooting • Re: RPI 4b not booting from SD Card.
In the other thread you started you wrote that the red LED is flashing. That is not what you stated in the first post here. Flashing red LED usually means power supply trouble. Are you using official...
View ArticleGeneral • Re: Waveshare UPS-B LiPo Battery
I've bought a couple of these too and found the lipo batteries on Amazon.However, usually they take batteries with a 3.2 - 3.8v output. Whatever regulator they use to get to 4.5v is so noisy that I...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • DSI screen + 2 x HDMI, is it possible...
I tried to find the answers in the official Pi documentation, on this forum, I asked the people at Pimoroni, and I have tried and failed with an adafruit-screen on the GPIO, but I could not find the...
View ArticlePython • Re: Pyserial / USB Connection / Arduino / Freeze
Update 2/21/20241. I use the threading to see if this can solve the problem.2. As shown in the following code, it does not work.3. Looks like the problem is on the lower layer such as Linux kernel or...
View ArticleCamera board • Re: Problem with the external trigger of the GS camera
There are two problems. The first is that the -t 0 option means that the viewfinder will run forever. Instead, try --immediate.The second issue is that automatic exposure and white balance controls...
View Article