Other RP2040 boards • Re: Custom RP2040 Board Not Detected
Hi everyone,I agree it's a little unlikely that your via-in-pad has failed the same way on all your boards, but for the USB traces at least you can easily measure with an ohm-meter: the RP2040-end of...
View ArticleTroubleshooting • Re: pi5 keeps locking up
Are you using the official 5A power supply?Is Pi OS fully updated?Statistics: Posted by rpiMike — Sun Aug 04, 2024 2:23 pm
View ArticleTroubleshooting • Re: Raspberry Pi 5 4g not booting
Buy the official power supply.https://www.raspberrypi.com/products/27w-power-supply/Statistics: Posted by rpiMike — Sun Aug 04, 2024 2:29 pm
View ArticleMicroPython • Micorpython with Wiznet ethernet hat
Using MicroPython v1.23.0 on 2024-06-02; Raspberry Pi Pico with RP2040This is not the wireless enabled board - plain PICO.I have a Wiznet ethernet hat using the W5100S Embedded Internet ControllerThe...
View ArticleGeneral • Re: RP2040: multiple (6) GPIO interrupts
Too vague. Kinda like bait. I'm not going to touch this one.Statistics: Posted by katak255 — Sun Aug 04, 2024 2:55 pm
View ArticleGraphics, sound and multimedia • Re: Help with logarithmic potentiometer
Worked perfectly thx!Case solvedStatistics: Posted by Nikolls — Sun Aug 04, 2024 3:04 pm
View ArticleOff topic discussion • Re: What happened to my old account
Cannot say I have ever seen any other account name like mine (given the amount of time I've hung around on here thought I would have spotted at least one) and a scan through the 'm' users back till...
View ArticlePython • Re: Help Request: Combing two working scripts into one
I have the LITE version of the OS, and Thonny is Desktop-only, right?Sorry, forgot that point on running on LITE.You can still use Thonny from a desktop connecting to the RPI 3 over SSH. This is what...
View ArticleMicroPython • Re: Micorpython with Wiznet ethernet hat
Try loading the wiznet micropython version to your pico - https://micropython.org/download/?vendor=WiznetStatistics: Posted by SirFico — Sun Aug 04, 2024 3:27 pm
View ArticleAdvanced users • Re: RPI Secure boot not working as expected
Hi @tdeweyWhy do we require Compute Module 4 IO Board in order to enable the secure boot on Raspberry pi device. Is it possible to do it with only rapsberry pi 4 device and follow the...
View ArticleGeneral discussion • WiFi connection issue on Yocto using wpa supplicant
I am having a bizarre issue with our WiFi connection that seems to only be occurring on the customer network that it needs to work on.I have a system setup that is using PEAP with a static IP. It is...
View ArticleBeginners • Re: Rpi 5 and HC-SRO4
The Pi5 uses a different chip for the GPIO compared to the Pi4 etc. so the old python RPi.GPIO does not work.Maybe use gpiozero now https://gpiozero.readthedocs.io/en/late ... lling.htmlStatistics:...
View ArticleGeneral programming discussion • Re: Push button to start shell script doen't...
I got it to work after all!However, in an endless loop and in the form of a bash script. That's certainly not nice, but I'm a little more familiar with Bash than with Python and it works until further...
View ArticleGeneral • Re: Bootloader development in RP2040
A Bootloader App running on the RP2040 should be easy enough but there are certain design aspects which need to be considered; running parts of it in RAM so the Flash can be erased and written,...
View ArticleGeneral discussion • Re: long term use of Pi5 for surveillance on farmland
5v times 5A times 168 hours is 4200 Wh.A typical car battery is 12v and 60Ah which is 720 Wh.So back of fag packet calculation says you need 6 such batteries.In practice the Pi5s may not use 5A. On...
View ArticleRaspberry Pi Connect • Re: most likely me (or Manjaro), but why are the...
That's a f ascinating error.I don't have a comparable system to hand to f ind more information on the issue, however I'll be keeping an eye out for more errant f ont ef f ects.My best guess is that...
View ArticleRaspberry Pi Connect • Re: Unable to connect, Timeout opening data channel
At first glance, it looks like you're on a particularly restrictive network - one that doesn't even allow STUN servers to operate, which is causing to to time out getting connection establishment...
View ArticleRaspberry Pi Connect • Re: using x-www-browser for signin
Connect doesn't explicitly call out to Chromium - instead, it uses xdg-open (https://linux.die.net/man/1/xdg-open)While Debian alternatives may have set up the x-www alternative, it looks like it...
View ArticleRaspberry Pi Desktop for PC and Mac • Re: blank screen on start up
What do you see on the monitor/TV screen if you boot the Pi5 without a microSD card in it?Statistics: Posted by neilgl — Mon Aug 05, 2024 3:44 pm
View ArticleGraphics, sound and multimedia • Map of RPi5 HVS registers
Hi,I'm trying to control the GPU's HVS module by writing directly to memory. An approach to this is described here - https://blog.benjdoherty.com/2019/05/21 ... splay-List - though in my case I plan...
View Article