Device Tree • Re: RPi5 soundcard/audio dtoverlay.
Hi Man.Phase delay between 4 channels is very critical for me. So we move toward BeagleY. There is also some issue whit dts, soc, card initialization in alsaStatistics: Posted by odich — Sun Sep 21,...
View ArticleOff topic discussion • Re: A bit of Raspberry with 144C/288T
Super linear speedup is stuff of dreams. I know, a (new) sequential algorithm could simulate the parallel, and result in only linear speedup.According to Shy, super linear speedup means the serial...
View ArticleHailo • Re: Yolov8s_h8l vs Yolov8s
I am not worried about the name, the files are not the same, different sizes, l was interested in why the difference.I will try yolov11m....Statistics: Posted by gordon77 — Mon Sep 22, 2025 8:50 pm
View ArticleOther • Re: PI5 with Kali LInux as Wi-Fi router for cell phone traffic analysis?
Go and ask the Kali folks, it's not supported on here.https://forums.kali.org/Statistics: Posted by DougieLawson — Mon Sep 22, 2025 9:00 pm
View ArticleTroubleshooting • Re: ssh access denied with correct password
The first time I turned the Pi on I was able to SSH in. I shut it down a few days later and swapped SD cards to run a different OS, is it possible that this caused the problem?the password is stored...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Detecting BREAKs on PL011 UART
which device under /dev/ are you opening?Statistics: Posted by cleverca22 — Mon Sep 22, 2025 9:17 pm
View ArticleHATs and other add-ons • Re: Raspberry pi with cellular hat and relay board
Here is what I am hoping to use with a raspberry pi. Relay boardhttps://amzn.to/425qy8XCellular HAThttps://amzn.to/4pAXXSXLooks like mechanically they will stack, but you might have to get creative....
View ArticleTroubleshooting • not able to boot after changing eeprom
Hello, got a pi 5 and been using it for 4 days via usb drive.Tried to change the boot priority from usb drive to nvme, but somehow broke the eeprom when trying to revert it (reverting because messed...
View ArticleAndroid • Re: Android on raspberry pi 3
What's emteria os Statistics: Posted by dhruvt — Mon Sep 22, 2025 10:17 pm
View ArticleZephyr • Re: Bluetooth on Pico W and Pico 2 W boards
What about the wakeup pin (WL_ON). I take it this is independent of whether WiFI and/or Bluetooth is used.On the Pico-range the WL_REG_ON and BT_REG_ON pins of the CYW43 are joined and controlled by a...
View ArticleCamera board • Re: HQ Camera - sink role, exposure...
In case anyone is interested: I was able to solve the problem by replacing the Pi4 with a Pi5.The HQ cam is clocked at 120 Hz in sink mode via the XVS pin. The combination of minimum exposure time,...
View ArticleTroubleshooting • Re: Onscreen Keyboard don't work with chromium in kiosk or...
I followed the instructions here from roliver-rpi which worked for me https://github.com/raspberrypi-ui/squeekboard/issues/10. Compiled successfully on a Pi 5.Originally I was trying to compile from...
View ArticleTroubleshooting • Re: pi as wifi bridge - video streaming problems
I traced this to a possible problem on a fiber-to-ethernet box from my ISP. I put my pi on another network and it’s bridged Wi-Fi hotspot had no trouble serving video streams.Statistics: Posted by...
View ArticleTroubleshooting • Re: not able to boot after changing eeprom
If you've not already seen it start with The Boot Problems StickyStatistics: Posted by thagrol — Mon Sep 22, 2025 10:48 pm
View ArticleMicroPython • Re: Annoying Display
Add a small photo in the 'attachments' tab under the post submit button or upload to https://imgur.com or similar and link.Statistics: Posted by rpiMike — Tue Sep 23, 2025 9:17 pm
View ArticleCompute Module • Re: What's a CM0?
Interesting. I seem to have not noticed the CM3E appearing in 2022. Strange that it has not found its way into the official product listing like the CM4S has.There are a few products that seem to be...
View ArticleRaspberry Pi OS • Update Notifier
I decided to hold Chromium at whatever version it is on last OS release. I used this method: Code: sudo apt-mark hold chromiumThat works to hold it at the current version, however the update notifier...
View ArticleOff topic discussion • Re: A bit of Raspberry with 144C/288T
The code Scratchy wrote to find a best insertion point reads asCode: double e=dist(c,t)+dist(t,d)-dist(c,d); if(e<m){ m=e; b=c; p=1; } else if(e==m){ p++; if(rdice(p)==0){ m=e; b=c; }...
View ArticleOther RP2040 boards • Re: Compilation errors on Waveshare RP2350B DVI
Compiles but does not runStatistics: Posted by mlorenzati — Tue Sep 23, 2025 9:54 pm
View ArticleTeaching and learning resources • Tutorial: Hosting a website on Raspberry Pi...
Hosting your own website from home with a Raspberry Pi is completely possible, and with free tools like freedns.afraid.org and Let’s Encrypt, you don’t even need to buy a domain or SSL...
View Article