Other projects • Re: audio detection through microphone
Example https://www.hackster.io/hlsw/pico-wake-word-1e2372Statistics: Posted by gordon77 — Wed Mar 13, 2024 5:51 pm
View ArticleRaspberry Pi OS • Re: Multiple workspaces in Bookworm
May be I've been living in a cave. I didn''t know this feature existed.Statistics: Posted by Ravi_Joshi — Wed Mar 13, 2024 6:02 pm
View ArticleDevice Tree • Re: PWM driver questions
You could write a book on some of those, and I'm not going to, but I'll try and give you some pointers:Where are GPIO pins and pin functions enumerated/documented for both legacy and RP1 style?The...
View ArticlePython • Re: Unable to inherit system packages
Sorry for not providing adequate information. Here is what happened after creating the environment Code: pi@raspberrypi:~ $ python3.9 -m venv --system-site-packages newenvpi@raspberrypi:~ $ source...
View ArticleAdvanced users • Re: partitioning nvme
Depends. If you follow the usual method and write a .img to the drive (or use SD card copier) your partition table will be replaced as will all references to your data.as I imagined, so what will be...
View ArticleRaspberry Pi OS • Re: How to reset vcgencmd get_throttled?
AFAIK there isn't but rather than checking throttled since last boot, wouldn't it be better for you to check for currently throttled?A sensible suggestion, but I didn't write the software that puts...
View ArticleGeneral • Play multiple wav sounds simultaneous
Hello,I have a simple application playing multiple wav sound files from an sd card over a i2s amplifier. The Pico receives a byte over the serial port and accordingly plays one of five sounds. These...
View ArticleTroubleshooting • Re: lgpio
/usr/loca/lib/liblgpio.so: file not recognised: file format not recognisedWell, when I see this kind of diagnostic, I typeCode: file /usr/loca/lib/liblgpio.soex:file...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: i2c bus not detected
I've seen such phenomena on latest 6.6.20 kernel on Pi5 recently .. It wasn't related to HW..Anyhow, use one board which has 0x22 address jumpered and test that single board only. Is the chip...
View ArticleGeneral • Re: Play multiple wav sounds simultaneous
Sorry, I forgot to mension that I am using circuit python 8.2.10. I could not edit my post.Statistics: Posted by raspitin — Wed Mar 13, 2024 6:30 pm
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
The problem I'm having with this change is that the ZFS DKMS module won't compile for 6.6.20 ...That's easily fixed: create a new file /etc/apt/sources.list.d/backports.list with the following...
View ArticleAdvanced users • Re: Boot
See (mira a)https://www.raspberrypi.com/documentati ... spberry-piStatistics: Posted by terribleted — Thu Mar 14, 2024 6:08 pm
View ArticleDevice Tree • Re: 5th sc16is752 causes kernel error
That's because there is a hard limit of 8 SC16IS7xx UARTs in the driver (https://github.com/raspberrypi/linux/bl ... s7xx.c#L31). Each SC16IS752 contains 2 UARTs, so you are limited to 4...
View ArticleRaspberry Pi OS • Re: XRDP Issue after 3-12-24 Bookworm OS Update
When I updated bookworm on 11th march the raspberrypi-ui-mods package killed use of xrdp for remote desktop access.Sadly the piImager now downloads the image with this included (tested today). Is...
View ArticleTroubleshooting • Re: Raspberry pi 5 : nvme I/O errors on many setups
... and all seems to be working well on the official M.2 HAT. Currently hammering its read/write with some test scripts. ..teasing us is not fair Statistics: Posted by aBUGSworstnightmare — Thu Mar...
View ArticleC/C++ • Re: RP1/Raspberry Pi 5 UART3 - How Does This Work?
Well that seems to make /dev/ttyAMA3 show up, which I guess is what I need! I'll give it a test. Thanks for the reply!-EStatistics: Posted by Evansbee — Thu Mar 14, 2024 6:33 pm
View ArticleCamera board • Re: Arducam Multi-camera board + CM4
Thanks! Exactly what I was looking for!Statistics: Posted by scruss — Thu Mar 14, 2024 6:34 pm
View ArticleGeneral discussion • Re: "Compatibility Issues with React.js-Based Web...
Does it work in any other Debian based distribution that does not run on a Pi.If you run Debian on your laptop, does It work?If no, then it is not a oi problem.If it does, it might be related to the...
View ArticleAdvanced users • Re: Argon One Replacement Daemon
No problem, no need to apologise we a have other things to do. I am just glad of the help.Okay I did see those warnings only when building only with Bookworm so it looks like the args library I found...
View ArticleTroubleshooting • Re: raspberrypi-ui-mods update package today - kills remote...
The other thing that might worth trying is Code: sudo apt install xserver-xorg-video-fbturboand then rebooting - does that help?Reported above that this doesn't fix it.Any progress on the problem? I'm...
View Article