General • Re: Credit Ian Lesnet for E9 Bug in RP2350 ERRATA
The credits in the datasheet are all, I believe (could be wrong, haven't checked), related to the errata discovered during the hacking challenge and are therefore very easily attributed. Does the OP...
View ArticleGeneral discussion • Re: PI5 using SAN disk SD card
First... Have you tested the card to make sure that it is, in fact, 64GB and not a smaller one that is faking it? Second... If you want reliable A2 performance, get the RPT branded uSD...
View ArticleRaspberry Pi OS • Re: Raspberry Pi OS off/on display problem
Could you see if disabling libliftoff solves the issue? The option is in raspi-config, advanced options, libliftoff, then reboot for the option to take effect.I updated this morning. With libliftoff...
View ArticleCamera board • Re: Taking 1080p 30fps using raspi-vid and 1920 mode on the v2...
Hmm, other changes have gone in with 6.15. I need to just retest there and see if that fails before reporting the regression.Statistics: Posted by 6by9 — Tue Apr 15, 2025 12:27 pm
View ArticleGeneral • Re: Pico Unkown USB Device
I already tried different cables and ports.Have you tried with a different Pico 2 ?If your Pico 2 has somehow become damaged no end of moving things around will overcome that.But the bootloader is not...
View ArticleAdvanced users • Re: Pi 4 to Pi 5 problems
Yes, thanks. I did look at those connectors after a while, but couldn't work that out with the pinout chart. Thanks for the heads up, I'll ry that right now.Statistics: Posted by angels80 — Tue Apr...
View ArticleAdvanced users • [CM5 + vc4-kms-v3d] Color rendering & format mismatch...
Hello,I'm having issues running a Compute Module 5 (CM5) with a Weston + Cog (WPEWebKit) graphics setup on a custom Buildroot-based firmware. On Raspbian OS, everything works great — the browser...
View ArticleSDK • help with buld.ninja
I am trying to compile this project. https://github.com/wasdwasd0105/PicoW-usb2bt-audio-pro. I am working with VS Code and the Pico extension. I understand C but just starting to learn about CMakeFile...
View ArticleGraphics, sound and multimedia • Re: Cannot open device /dev/video0 on Pi 5...
Thank you for getting back so quickly.I tried changing the line to media-controller=1, and although now seeing an entry for rp1-cfe (see below), I'm still getting: Cannot open device /dev/video0,...
View ArticleCompute Module • Re: RPI 5 compute module boot problem
Connect a monitor to HDMI and you should see a boot diagnostics screen.Most likely that's a CM5 development kit (https://www.raspberrypi.com/products/cm5-dev-kit/) -> the is no OS installed on the...
View ArticleMicroPython • Re: Building an Internet-Radio using a Pico W using just Python
I guess python does not support bluetooth audio, but there are projects in C that do like this https://github.com/wasdwasd0105/PicoW-usb2bt-audio. Can you mix python and C?Statistics: Posted by...
View ArticleNetworking and servers • How do I access OMV from a Raspberry Pi?
I have a feeling this is going to be a dumb question, I apologise. I have just set up OMV On a Pi 5 4 gig with the Penta sata hat running the 64 bit lite OS and I have my drives set up in RAID 5. I...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Power button discoloration
It's harmless and cosmetic. The button frame has a silver plated finish which will tarnish in certain atmospheres. The same can happen on the 3.5mm jack on older Pis.Statistics: Posted by jdb — Tue...
View ArticleNetworking and servers • Re: How do I access OMV from a Raspberry Pi?
Probably the same way you'd access any other SMB share on a pi:On the desktop: open file manager then smb://server/shareFrom the command line: sudo mount -t cifs //server/share /mntTo automatically...
View ArticleAutomation, sensing and robotics • Re: What is the recommended Message broker...
Thank you for information ,appreciate it ! I'm going to try out MQQT too then and log my timings . In my case though , the MQQT Client and server will be hosted on the same Pi5 . Do you think that...
View ArticleGeneral discussion • dweet.io replacement dweet.cc
After being an avid user of dweet.io for years running on my raspberry pi I woke up to find that all my devices had stopped updating due to the project being dead. I've created a replacement for it...
View ArticleBeginners • Re: Zero with Waveshare SX126X Lora (not WAN)
And here is the displayed data. The message will continue until the program is interrupted.Statistics: Posted by Lee0123 — Wed Apr 16, 2025 12:48 pm
View ArticleTroubleshooting • Re: Raspberry Pi 5, suddenly not booting from SSD
What are you powering the Pi5 with?If it's not PD enabled or, if it is, it doesn't have a 5A @ 5V mode the Pi5 will pause when booting from USB (that your SSD shows as /dev/sda suggest USB connection...
View ArticleCompute Module • Re: What's a CM0?
It would be interesting to have some official hints on this. Statistics: Posted by ballscrew — Wed Apr 16, 2025 1:19 pm
View ArticleSDK • Re: help with buld.ninja
Thanks, I made the changes and and in a terminal I am able run make and everything compiles. I want to use the debugger in VisualStudio, but if I import the project I still get Executing task:...
View Article