Camera board • Re: Raspberry Pi needs you! Can you help us with AWB?
should it be asking for 'yourusername' ?git clone https://github.com/yourusername/awb-o-matic.gitI just ran the python script and it appeared to work OK producing...
View ArticleTroubleshooting • FFMPeg not able to detect device for
Hello everyone,i have been using my Raspberri Pi 5 (16 GB) with Pi OS 64 Bit for at least half a year for gaming using moonlight-qt on the Pi. I had it successfully running in 4k 60 FPS without any...
View ArticleMicroPython • Re: OSError: [Errno 12] ENOMEM
I am not familiar with 'asyncio' so can't help with what's causing the problem but it might be worth printing the amount of free memory at the start of the method, even issuing a 'gc.collect()' to...
View ArticleCompute Module • Re: RTC Backup domain memory with battery (CM5)
If you need external battery backuped SRAM, this might be your solution:https://www.microchip.com/en-us/product/23lcv1024* 128kByte capacity* dedicated VBAT pin, automatic switchover* 20 MHz...
View ArticleHATs and other add-ons • Re: impossible to use Google Coral
I am battling with this at the moment. Did you manage to figure out the solution?I gave up..for Raspberry I bought Hailo-8L and it works flawlessly. I kept Coral for my Beelink PC - and there it also...
View ArticleTroubleshooting • Re: FFMPeg not able to detect device for
hevc_v4l2m2m has never been supported as that is the stateful HEVC decoder in FFmpeg.In switching to the 6.12 kernel there was a deliberate choice to switch to a driver that will be closer to that...
View ArticleTroubleshooting • Re: blown chip near gpio
Post an image of the area in question. You may need to resize it down due to the 512kB limit on file uploads to this forum.Statistics: Posted by 6by9 — Thu Apr 10, 2025 4:55 pm
View ArticleRaspberry Pi OS • Re: Lock Screen turns off monitor?
Thank you, had a look but couldn't make much sense.Just today I didn't use the Lock Screen, so I just turned off the monitor.When I returned in about 10-15 minutes, I turned the monitor back on and...
View ArticleGeneral discussion • Re: device reports readiness to read but returned no...
I found the answer: it turns out that the Waveshare dongle was drawing too much current when it was transmitting and the Pi was shutting it down. I plugged the dongle into a powered USB hub and the...
View ArticleSDK • Re: VSCode C/C++ SDK, RP2350: Including cmsis_gcc.h
If anyone finds this, the solution is to put Code: cmsis_core as a linked library.Statistics: Posted by chugaze — Fri Apr 11, 2025 3:29 pm
View ArticleGeneral • Re: Pico 2W (RP2350) Turn on a led without SDK
I tried to run these two programs on a Pico2 W, and neither of them turns on the built-in LED.Does anyone have a similar program that turns on the Pico2 W's built-in LED?Not for a Pico 2W. I did have...
View ArticleRaspberry Pi OS • Re: Latest Raspi OS Lite (12.10) updated : no auto mounting...
With Bookworm everything that went to /var/log/syslog now goes to the systemd journal.The system logger I'm mostly working with is rsyslog, simply because it has so many features that when a customer...
View ArticleHATs and other add-ons • ASM1166 SATA controller issues
Hi allI'm experimenting with a Pi5 using the Pimoroni NVMe Base Duo.In one NVMe slot I have a SSD, in the other a "WANGCL" NVMe-SATA adaptor based on the ASM1166 chip (I think) I got this from Amazon,...
View ArticleRaspberry Pi OS • Re: Resetting at a certain time every night (Pi5)
To summarize my understanding so far:I use cron to make 2 things - 1. a reboot command every 24 hours at a given point in time @daily - 2. start the startserver.sh at boot@daily is not run at boot....
View ArticleBeginners • Re: Raspberry PI Keeps losing internet access
Every single Pi I have used in the last twelve years has worked fine on an ethernet connection. The Pi 5 on my desk here has been up for 38 days without any issues at all.So the suspicion would be...
View ArticleCompute Module • Re: HDMI I2C busses usable when HDMI is unused?
Yes, this is safe. We do something similar in manufacture test.As 6by9 says, these particular controllers are designed for HDMI EDID / SCDC and has some limitations but you can certainly use it to...
View ArticleAdvanced users • Re: Reverting Bookworm to dhcpcd
Hello all,Has anyone had any success doing this? My system has a number of customisations to dhcpcd, so moving to NetworkManager at the moment is likely to prove very difficult Ideally I'd like to...
View ArticleBeginners • Re: I just want to use vim on this EPD2in13v4 but I'm in...
I have read your post twice and I'm still entirely unclear what you are trying to do, what problems you are seeing etc. Can you describe your use case in detail and then perhaps someone will be able...
View ArticleBeginners • Re: Switch from RPi OS (Desktop) to KDE Environment
Since rpios Bookworm you need to edit /etc/lightdm/lightdm.confComment out any lines referring to LXDE-pi-x or labwcthen add the user-session=your DE of choiceI use xfce so mine has...
View ArticleGeneral • Re: Credit Ian Lesnet for E9 Bug in RP2350 ERRATA
I’d like to use this thread to suggest that Ian Lesnet from DangerousPrototypes (Bus Pirate) should be listed as one of the main credits for the E9 bug, given his discovery, research, and everything...
View Article