General discussion • Re: Quickest way to identify many RPi boards
Does your recorded id need to be particularly related to the Cpu id or any in-software value?If not, why not simply print barcode/qrcode stickers and put them on each board?Statistics: Posted by...
View ArticleGeneral • Re: Raspberry Pi Pico W wifi
One only needs a good debugger or a logic analyzer ...Let me know if you find one for PICO and that works with compiled code.Statistics: Posted by DS256 — Wed Jan 08, 2025 6:56 pm
View ArticleSDK • Re: Trouble with initial setup with VS code on Mac
thank you, you are right.this: viewtopic.php?p=2273834&hilit=ninja%3A+ ... A#p2273834and this: viewtopic.php?p=2273543&hilit=ninja%3A+ ... A#p2273543I tried and did not help.Finally I got it...
View ArticleGeneral discussion • Re: DNS Question
Maybe 3 ways:1) `sudo nmcli c modify <connection name> ipv4.dns server1,server2` Wasn't sure whether this works with connections that are configured for DHCP or not, but I just tried it and it...
View ArticleGeneral • Re: Problem with IRLZ44n mosfet in a circuit
So the 9V battery is struggling a bit at 7.4V, and about 6V across the 10 ohm, so 0.6A. 1.4V across the power FET and 0.6A, gives us about 2.3 ohm. But according to the IRLZ44N datasheet, with the...
View ArticleTroubleshooting • Re: Raspberry Pi SSD Kit with Pi 5 not working
As the FPC has contacts on top on one and bottom on the other side it will be always correct.In another post I've asked the question if it matters which way round the FPC is assembled but never got...
View ArticleHATs and other add-ons • Re: Fan doesnt work after installation
yes it really worked thank you so very much guys i love youStatistics: Posted by paul0.311 — Thu Jan 09, 2025 6:35 pm
View ArticleAdvanced users • Re: Raspberry Pi CM5, pi A.I camera- no cameras available
As neither camera nor displays will be auto detected on a compute module platform, how did you enable your camera?Try adding below to config.txt with the camera donnected to DSI/CSI0Code:...
View ArticleGeneral • Valid QSPI_IOVDD and USB_OTP_VDD levels when IOVDD=1.8V
Reading the RP3250 datasheet, I see nothing preventing these voltage level combinations for RP2350 power domains:IOVDD=1.8VQSPI_IOVDD=1.8VUSB_OTP_VDD =3.3VOr this...
View ArticleGeneral discussion • Re: All My Raspberry Pi's shutting down at the same time...
Are they on WiFi? There used to be a power management function that affected wifi. We had to putCode: /sbin/iwconfig wlan0 power offIn the rc.local I don’t know if it’s still relevant in latest...
View ArticleCompute Module • Re: CM5 trouble with 7inch display on DSI
Hi. I'm having very similar issues with my CM5 and a DSI display.The only difference is that I'm using the old Waveshare 5 inch display.I'm also using the official IO board...hijacking threats is not...
View ArticleSDK • Re: Raw SDK performance is worse than arduino-pico
Any flags to prevent? Or set i and j as volatile int?Statistics: Posted by breaker — Thu Jan 09, 2025 6:57 pm
View ArticleBeginners • Re: How do I get around Debian not recognising architecture types?
I got that far. I figured that since an ARM processor won't run x86-64 commands, I would have to write out the assembly code before rewriting it as something my computer can run. If you can divine a...
View ArticleDevice Tree • Re: Help interpretting a Device Tree Example in the Linux...
hmm .. That assumption might get prooven incorrect.Yes I know, its a VERY big assumption. I haven't had a need to build a custom kernel yet for this setup, so I know its in the defconfig. I did check...
View ArticleBeginners • Re: Viable portable power supply for RPI 5?
viewtopic.php?t=336626#p2014820Thank you! I will look into this as an option. Not something I considered priorCan't you run the Pi from the USB-C port and the servo from the USB-A port ?That is what I...
View ArticleHATs and other add-ons • Re: pi5 power bank
Whilst I don't use it with a Pi5, I use that power bank as emergency power on several high current applications - unlike some it can charge and discharge at the same time and has been reliable in the...
View ArticleOther • Re: Windows on Raspberry Pi
I haven't looked at the Windows hardware platform area since Windows NT, but way back then it was possible for us hardware vendors to deliver vendor-specific hardware platform support, implemented via...
View ArticleGaming • Re: Minecraft: Pi Edition Download
The instructions from https://www.minecraft.net/en-us/edition/pi show it worked in Debian Wheezy. That was 5 Debian releases ago.Install the version from pi-apps or the flatpak.Statistics: Posted by...
View ArticleGeneral discussion • Re: Pi5 16GB ?
You seem to be comparing a GeekBench 6 score to a GeekBench 5 score. My understanding is the test suites are different as are the scores.Ah yes. I missed the 5 vs 6 distinction (geekbench 6 tends to...
View ArticleGeneral discussion • Pi5 16GB - Optical changes
The 4GB version was purchased in October 2024 (Notebooksbilliger).The 8GB version was purchased in November 2024 (BerryBase).The 16GB version was purchased in January 2025 (BerryBase).The packaging...
View Article