Compute Module • Re: [CM5] Clarifying PMIC_EN vs PWR_BUT Usage for Power...
noStatistics: Posted by aBUGSworstnightmare — Fri Jul 25, 2025 12:14 pm
View ArticleCompute Module • Re: CM4S PWM1_X
according to the CM4S data sheet https://datasheets.raspberrypi.com/cm4s ... asheet.pdf they are.CM4 does not expose GPIO40/41 on the connector.you wouldn't know how to expose pwmchip1 in linux 6.12...
View ArticleCamera board • Re: v4l2 isp-stats freek the video stream
Hello and thank you,yes I have this trace "3651588.901: ip_process_buffer: No stats output buffer", now I will look for why ? I should fill the isp-stats's queue.Best regardsStatistics: Posted by...
View ArticleSDK • Re: Did pio .program <name> and pio <source-file-name>.pio...
There was no problem having a .program <name> within the pio file that differed from the <source-file-name>.pio. However, after updating the SDK to 2.0, the header is no longer...
View ArticleRaspberry Pi OS • Re: Support for installing and optimizing Raspberry Pi for...
OP was a spammer...Statistics: Posted by DirkS — Fri Jul 25, 2025 12:28 pm
View ArticleGeneral • RP2350 assembly code core 1
On the Pico2 RP2350 I'm not able to get core 1 working. Following my bare metal assembly, link & picotool the core 0 runs the assembly code fine but not core 1.I'm including the block and image...
View ArticleTroubleshooting • Re: Official hdmi-hdmi micro cable stopped working
On the screen where we "can see the diagnostic screen on the pi5", what does it say on the line that looks like:Code: display: DISP0: HDMI ... EDID=ok ...Statistics: Posted by neilgl — Fri Jul 25,...
View ArticleTroubleshooting • Re: Capped NAS speeds Troubleshooting
Try ftp instead of sftp as that will probably be one bottleneck.I tried on my phone, it looks like it is the same speed, I used samba this time. I managed to get windows to work in a folder created by...
View ArticleGeneral • Re: Problems with SPI Interface
Sorry didn't think to do that. Here is the python.Code: import machineimport utimeimport ustructimport sysimport array as...
View ArticleSDK • Re: Using Bluetooth on the Raspberry Pi Pico 2 W
1. Does anyone have any working example/documentation for the Pico Pi 2 W bluetooth?There are a couple of adventures I undertook with Bluetooth which may or may not be of some help, and I am sure...
View ArticleCompute Module • Re: RPI-CM5 MIPI interface and GPIO's conflict
Hardware designations and software designations don't always match.The I2C bus in 2.11 is mapped in Linux to i2c10 (IIRC, may be i2c11).The I2C bus in 2.12 is mapped in Linux to i2c0.They are two...
View ArticleGeneral • Re: Low Power options for RP2350
Hi,if you use a custom circuit, switching the power of the pico completely off might be an option. I'm using this approach in combination with a real time clock: The RTC running from battery triggers...
View ArticleNetworking and servers • Re: Can’t access rpi5 bookworm hotspot
Time to start from scratch on a spare microSD card and install Raspberry Pi OS with desktop (64-bit)- use Imager OS Customisation to enable SSH, set username (pi), password and set home Wi-Fi details-...
View ArticleTroubleshooting • Re: No HDMI from Pi 4B
Quick to write to a microSD card using Raspberry Pi Imager (with OS Customisations to enable SSH, set user as pi etc.)No graphical desktop to confuse ourselves with.Does that work with the HDMI...
View ArticleTroubleshooting • Re: Can not connect on Raspberry Pi 3B Hotspot
Maybe try the test method in my post (near the end) here viewtopic.php?t=390283Time to start from scratch...Statistics: Posted by neilgl — Sat Jul 26, 2025 11:40 am
View ArticleNetworking and servers • Re: Cannot connect to Raspberry Pi 4B via VNC (10060...
Google translate of the above post"I've written a very detailed step-by-step guide on how to set up WayVNC, including how to troubleshoot common issues like the keyboard and how to integrate it with...
View ArticleOther RP2040 boards • Re: Custom RP2350 Board Issues
I can't help but would suggest showing your schematic and PCB layout and layers will help those who can. Detaining what actual components were used in the regulator and crystal circuits will probably...
View ArticleCompute Module • Auto‐restart CM after shutdown (Halt state)
I’m working with a Compute Module (CM4 and CM5) and I’d like it to automatically power back on whenever it enters the "Halt" state (e.g. after running sudo shutdown now), without removing and...
View ArticleGeneral discussion • Re: RISC-V (?)
If one of the companies developed a Zero 2 compatible RISC-V product, why would I switch from known software.Hopefully the software 'as is' would compile and work the same on that product so it's then...
View ArticlePython • Re: Arduino-Pi Weather Station issue
Let me know if you want an example of two python scripts that I run on my Pi 3b+:A. get serial data from Arduino every second and write it into a mariadb databaseB. read the most recent data from that...
View Article