Camera board • Re: RPI Model 3a+ Supported cameras
Thank you.Statistics: Posted by pixaren — Tue Feb 27, 2024 1:58 pm
View ArticleGeneral discussion • Re: Are all 3B+ the same?
It's not just the revision number, the Dialog PMIC requires different setup data to be sent to it to get it to start up.The PCN for the change is here:https://pip.raspberrypi.com/categories/ ......
View ArticleCamera board • HQ camera as webcam, but not full resolution
Hello,I've managed to turn my Pi into a webcam following this tutorial : https://www.raspberrypi.com/tutorials/p ... sb-webcam/In this tutorial, they use another Pi camera, so in the code it only goes...
View ArticleFrançais • Re: Blog Auto-hébergement sur Raspberry Pi k-sper.fr
Peut-être qu'une des difficultés que tu rencontreras sera de maintenir ce blog. Je veux dire tous ces logiciels, l'OS, samba, wireguard etc.. évoluent, de nouvelles versions sortiront et sans mise à...
View ArticleCompute Module • Re: CM4+Python+Bit banging
I don't know enough details of Modbus, but if you're not needing exact precision on the clock then bit-banging can work.There are already bit-banged SPI and I2C drivers in the kernel. However those...
View ArticleGeneral • Re: Transfer data over wifi for pico for a high sampling rate
I'm glad that you were able to figure it out.The strange thing is that both of my Pi4 are faster on the USB transfer than my Pi5.Two things that you should check nn the Pico.1 - The Vref of the pico...
View ArticlePython • Re: How do I fix this Python code?
Maybe your (two) difficulties using the Audacity Scripting Module are independent of the fact that you happen to be using Raspberry Pi hardware and OS as a platform.If the Audacity documentation at...
View ArticleTroubleshooting • Re: Pi5 power question
IIRC a recent update tackled this:Code: sudo apt updatesudo apt full-upgradeStatistics: Posted by davidcoton — Wed Feb 28, 2024 1:31 pm
View ArticleBeginners • Midi on the raspberry pi5
I'm thinking of doing this projecthttps://www.samplerbox.org/article/midiinwithrpiOn my raspberry pi5Do I have to do any of the hacks to get the clock rate to 31250 or do I just set it to that with...
View ArticleTroubleshooting • Re: Monitor switching off.
Ah no. Scrub that: it has just gone off: it isn't the Pi.Statistics: Posted by Hairyloon — Wed Feb 28, 2024 1:32 pm
View ArticleTroubleshooting • Re: cant get booting from NVMe to work
Sounds like you have an old bootloader and/or the wrong configuration for boot order.Update you boot loader:Boot from SD cardCode: sudo apt updatesudo apt full-upgrade -ysudo rebootSet the boot...
View ArticleRaspberry Pi OS • Re: What is gpio-charger overlay?
I really appreciate your second reply. That looks like a fascinating project!Statistics: Posted by frodojj — Wed Feb 28, 2024 1:46 pm
View ArticleTroubleshooting • Re: 5TB NTFS drive on RPi5 and RPiOS
In order for this post/thread to make sense, you have to assume that:1) There's lots of data already on the drives and reformatting is not an option.2) The user wants to retain the possibility of...
View ArticleGeneral discussion • camera raspberry pi
hihow to see the live feed from my NOIR module 2 camera on my raspberry pi 4thankshave a good dayStatistics: Posted by mabp — Wed Feb 28, 2024 2:09 pm
View ArticleDeutsch • Re: ständig SMB Login bei der Fritzbox
Die Hammermethode ist die resolv.conf auf immutable zu setzen (sudo chattr +i /etc/resolv.conf). Allerdings ist dann die Ursache nicht behoben. Wenn Deine Fritte ein paar DNS nicht resolven kann hast...
View ArticleBare metal, Assembly language • Re: RPi3 Interrupts
That's great news. I'm very happy to hear you got to the bottom of it. Statistics: Posted by pmoore — Wed Feb 28, 2024 2:17 pm
View ArticleC/C++ • Re: systemd/race condition in private app
On all my Bookworm systems I see that the rc.local service DOES run at boot time (journalctl -b | grep rc.local) but regardless of your current systemd issue, rc.local isn't necessarily as predictable...
View ArticleBeginners • Re: Access rp GUI from Homebridge
Click the 3 dots at top right of menu bar, this will show ">_ Terminal"Click that and it takes you into a Terminal, logged in as user homebridge (see picture below)If you want, change to the user...
View ArticleGeneral discussion • Re: RPi5 wont boot...
and you are plugged in to the wrong HDMI port. (diag display shows no connection to HDMI0, but connected to HDMI1Statistics: Posted by terribleted — Thu Feb 29, 2024 2:25 pm
View ArticleCamera board • Re: Has anyone already used the New arducam 64mp Owlsight. Why...
Did you reboot?"cat /etc/os-release"If it says Bookworm, then I don't know what you've done to stop it updating the firmware.If it says Bullseye (or worse Buster), then you'll have to sort your own...
View Article