Interfacing (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 ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: use of gpio lines in kernel modules...
Many thanks for your fast response and attention. The gpib_bitbang driver is a kernel module, part of the linux-gpib project, that implements a driver for the GPIB bus in a Raspberry Pi computer. It...
View ArticleBeginners • Re: boot video super wide resolution custom aspect monitor?
AH!! I got it!! I had to add --aspect-mode stretch in my /etc/rc.local file after my video name!!Statistics: Posted by jjohnston7 — Wed Mar 13, 2024 7:00 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 ArticleCamera board • Re: IR cut, how do I use it?
You're welcome, by the way.ThanksDo you think an L9910s would substitute an L293D?I have one spareI'm using them to control the motorized zoom and focusProbably. Why don't you try it? I've explained...
View ArticleBeginners • Re: Beginner's Guide to Install Raspberry PI OS on a SSD
LillyOps has posted before, to equally great acclaim...viewtopic.php?p=2193012#p2193012Yeah but it's a bit better than that one was.Though the entire "stage 1" is unnecessary. Well, unless you have a...
View ArticleC/C++ • Re: libgpiod RPI 5, C++, libgpiod-led not working.
I made a small class embedded the libgpiod like the arduino.And yes /dev/gpiomem4 is the trick for the Pi5https://github.com/danjperron/gpiod_cppHi! Thanks for code on your github. Can you take a look...
View ArticleFrançais • Re: Project console de jeu sur Raspberry Pi 4
Bonsoir,Il existe 4 systèmes retrogaming pour le pi 4 :Recalbox : https://www.recalbox.com/fr/download/stable/rpi/Batocera : https://batocera.org/downloadRetropie :...
View ArticleBeginners • Re: Is this a good SD card?
I think the hardest game for it to run that i will end up playing is wave rider, Would that be able to work? Also I found a Rasberry pi 3 B+ i found was $35 on the Pishop.us website, is that a good...
View ArticleBeginners • Re: Rpi 5 and Pan Tilt hat
Decided to try https://github.com/danjperron/Pi5PWM_HARDWARECan`t get any movement from servo =(Code: qDebug() << "start"; Pi5PWM * pwm12 = new Pi5PWM(12); qDebug() << "one"; Pi5PWM *...
View Article