Beginners • Re: Install onto and boot from NVMe
That seems to be it; thank you.Now I can't ssh into it Statistics: Posted by rwb — Thu Dec 19, 2024 3:10 pm
View ArticleBeginners • How many LEDs can a Pico Power
Hi All, . I have approx 12 months experience with a Raspberry Pi Pico. I started off 12 months ago with the “Let it Glow Advent Calendar”. Since then I have added 2 Picos to my Model Railway to...
View ArticleGraphics programming • Re: What do we know about the VideoCoreVII GPU?
Thanks. It will give me some starting point. But this document is more then 10 years old! I guess developments in 10 years can be huge.So how do I know what has been changed since then?The mesa...
View ArticleMicroPython • Building an Internet-Radio using a Pico W using just Python
Finally it seems to be possible:https://learn.adafruit.com/mp3-playback ... ng-exampleStatistics: Posted by diereinegier — Thu Dec 19, 2024 3:12 pm
View ArticlePython • Re: except KeyboardInterrupt error
I'm not a Python export, but it looks to me that the indent is wrong on the "except..." block. It should be the same level of indentation as the "try:" line, not the "with...:" line.I...
View ArticleBeginners • Re: Help for beginner coder, pi5, python 3
I will post followup info after-work, approximately 6pm EST. Thank you to everyone who has responded.Statistics: Posted by KrazyK2001 — Thu Dec 19, 2024 3:13 pm
View ArticleTroubleshooting • Re: Raspberry pi 4b 4GB not booting anymore with rapidly...
When you flashed the "SD recovery tool" did you have the HDMI monitor connected and did it go red/green or still blank.The symptoms suggest some sort of power-reset loop, measuring the voltage on the...
View ArticleMicroPython • Re: Building an Internet-Radio using a Pico W using just Python
Is that the correct link ?Statistics: Posted by gordon77 — Thu Dec 19, 2024 3:15 pm
View ArticleRaspberry Pi Connect • Re: which steps to take while setting up a new db on...
Are you running it on a Raspberry Pi ?I would create everything using scripts, not via a GUI.Statistics: Posted by neilgl — Thu Dec 19, 2024 3:16 pm
View ArticleCamera board • Raspberry Pi 5 Cam and v4l2-ctl
Hello,I wrote a shell script to setup the rp1_cfe driver with media-ctl and v4l2-ctl.https://gist.github.com/mchalain/aff715 ... 9f4ed4f865This script are able to use the channel0 to retrieve the...
View ArticleAdvanced users • Re: Raspberry Pi 5 public key in OTP
The public key digest for signed boot can only be programmed via rpiboot.The rpi-sb-provisioner wraps this and provides a fully automated workflow for OTP provisioning, encrypted file-system setup...
View ArticleOff topic discussion • Re: Chromium fullscreen
Can you just click on the full screen icon? (right of Zoom in the three dots menu)Statistics: Posted by neilgl — Thu Dec 19, 2024 3:18 pm
View ArticleGeneral • Re: How many LEDs can a Pico Power
Here is a test I did last month with no resistors.Running a simple loop at 100 Hz, for steady light. GPIO set to 2 mA. According to Figure 171 in the RP2040 DS, current should never exceed about 30...
View ArticleSDK • Re: Proper way to get Heap size
Code: 12 .scratch_x 00000000 20080000 20080000 00006340 2**0 13 .scratch_y 00000000 20081000 20081000 00006340 2**0 14 .stack_dummy 00000800 20081000 20081000 00006340 2**5The problem I recall I had...
View ArticleBeginners • Re: Networking
You have a Pi5, so it can't run vanilla Debian,I thought that the latest raspberry pi OS was 'vanilla' Debian, but with the Raspberry pi bits clagged on top. You can compile or take a Pi5 rpi/vendor...
View ArticleGeneral discussion • Help with Bluetooth RFCOMM Server on Raspberry Pi
Hi everyone,I'm working on a project to create a Bluetooth RFCOMM server on my Raspberry Pi. The goal is to replace a UART-based CLI interface with a Bluetooth-based one. The server should allow me to...
View ArticleDevice Tree • Re: MCP23017 overlay error -EIO: can't write IOCON 32
... Has anything enabled the pull ups on the MCP23017? If not then there will be no voltage change. (Just don't ask me the correct route to configure this - it appears to go via a pin_config_set hook,...
View ArticleRaspberry Pi Connect • cli commands not saved to $HOME/.bash_history
Using remote shell in Raspberry Pi Connect, if I close the window by using the exit command, the commands I typed are saved in .bash_historyHowever, if I just close the browser window that remote...
View ArticleGeneral • Re: Make the Debug Probe stop listening to port 6666 and 4444
So, I asked Google Gemini enough questions and finally figured out that I could stop openocd from sitting there "Listening..." if I include the following addition to the "Upload" task I added to the...
View ArticleCompute Module • CM5 power on issue
Is anyone having problems with powering on the CM5 on the Pi IO board? I press the power button, see the red light flash and that’s it. Every once in a while it will correctly power on but it takes...
View Article