General discussion • RP2040 and/or RP2350 bit-banding
I'm porting some old Cortex-M3 and Cortex-M4 code to the RP2040. My old code made use of bit-banding for the GPIO pins. (Bit-banding is a Cortex-M3 and Cortex-M4 feature that maps certain I/O register...
View ArticleBeginners • Re: [Solved] RaspberryPi Zero 2W Showing Incorrect Disk Size
Thanks a lot /o/Statistics: Posted by pedrozilmar — Thu Feb 19, 2026 3:09 am
View ArticleCamera board • Re: What is faster taking a small picture quickly or video...
Okay so I made some changes/tried things out.What I wanted initially is as shown in my attachment, I wanted 3 zooms: 1x, 3x, 5x with the resolution multiples being based on the display eg....
View ArticleBeginners • Re: Changing Pi's IP Address
Oh, yes, I should have posted the nmcli commands.Started with Code: hostname -I to double check my pi's IPUsed Code: ip r | grep default to check gateway and DNSThen Code: sudo nmcli connection modify...
View ArticleHailo • Looking for Speech-to-Text on Hailo-10H Raspberry Pi AI HAT+ 2
I've finally figured out that Whisper is no longer supported, which I think explains why I haven't been able to install it on my Pi5 w/the AI Hat+ 2. Does anyone know of a STT app that runs on this...
View ArticleSDK • Re: How can I compile TinyUSB in my project?
That's it:remove set(PICO_SDK_PATH $ENV{PICO_SDK_PATH}) Happy? Don't much care. The zipped examples I provided compile with it in, both on the Pi command line and under VS Code using 'CMake Tools'.And...
View ArticleRaspberry Pi OS • Re: Reverting to HDMI Audio on Pi4b Fails
It would be nice if the speaker icon setting would also set the default alsa device, but is there any way to currently use asound.conf and alsa-base.conf to keep the same default alsa...
View ArticleMicroPython • Re: Pico2W WPA3 connection issue
Many thanks, but still same issue I'm afraid. (Can connect to WPA2 but not WPA3.) I tied both .SEC_WPA3 and .SEC_WPA2_WPA3 options.Code I'm now using:Code: def do_connect(): import machine, network...
View ArticleGraphics, sound and multimedia • Using RPi 3.5" display
Hi, I'm stuck trying to get my display to work. I originally posted viewtopic.php?p=2364033#p2364033 but my main issue is getting the display to actually show up. I've googled and followed many paths...
View ArticleOther projects • Re: Outputting PADD on Pi screen
I went and opened a new thread in the display section of the forum. It looks like my main problem is just getting the display to work... once I resolve this I can move on to getting PADD to run on...
View ArticleBeginners • Re: Age Calculator
If you just need to calculate someone’s age between two dates, the easiest way is to use an age calculator online. Websites like calculator.net or timeanddate.com handle leap years, month lengths, and...
View ArticleBeginners • Re: Multiple Static IPs
While I have been using 'nmtui' and friends on Bookworm ... where does 'netplan' fit in with Trixie, does 'nmtui' et al still work ?I keep seeing comments like 'netplan' is the default now with Pi OS...
View ArticleBeginners • Copy Files From USB Drive to Internal Drive Using CLI
Hello!I'm sure this is a very basic question for most but I'm having hard time figuring it out myself.I'm setting up a Rasberry Pi/RetroPi. The housing for the Pi5 has a M.2 built in. I have files I...
View ArticleRaspberry Pi OS • Re: The following commands prevents rebooting into desktop
Another wise man said, "We like our defaults. You should to !""2. Defaults. We put a lot of thought into our defaults. We likethem. If we didn't, we would have made something else be thedefault. So...
View ArticleRaspberry Pi Desktop for PC and Mac • Re: When Raspberry Pi Desktop Bookworm...
This has got me wondering - can you install the latest ISO of the RPi Desktop for PC and Mac, and upgrade to Trixie, then install the latest version of the Raspberry Pi Desktop as well? I did a quick...
View ArticleTroubleshooting • RPI5/M2.Hat+: Inconsistent soft reset behavior
Hello,We are using RPI5 for our clients. We are about to deploy them fitted with the Raspberry Pi M2.Hat+. We are running Ubuntu 24.04 and Ubuntu 25.10 on them.We found out that the RPI5 is not always...
View ArticleGaming • Re: Old games vs new games
you spent loads of money on a sim racing rig but you only play single-player?Seems reasonable to me, though I might have caveats on how much money is spent.In many sports and competitions people hone...
View ArticleAdvanced users • Re: Is there any way to have a LUKS encrypted /home mounted...
And if your apt updates are taking too long, you should have a look at apt-cacher-ng. It eliminates nearly all of the package download time, except for the first time you access it. And, of course...
View ArticleHailo • Re: How to use YOLOv11 to do speed estimation with Hailo
I have been doing some perspective drawing exercises and I have a feeling that even with 3 photos, you can only determine that the car is approaching at a constant speed, but you can't determine its...
View ArticleCompute Module • Re: Custom CM5 Carrier Issue: Fan
I assume FAN_PWM is an open-collector line? I'm getting an error out of ERC about U2 Pin 4 being open-collector and the FAN_PWM line being an output.Statistics: Posted by William Hachfeld — Sat Feb...
View Article