Beginners • Re: Can raspberry pi 5 use usb monitors
I will let you all now when it arrives if it works or notStatistics: Posted by DinoGods — Tue Feb 27, 2024 1:43 pm
View ArticleSDK • Re: connecting two state machines through FIFOs
DMA should be able to do this.Your sampling can drift.FIFOs are pipes and 1 to many is gets into several problems.DMA can be promoted on the system bus (network). DMA channels can be promoted on the...
View ArticleBeginners • Re: Portable Pi5 power supply? For different projects.
I would like to use my pi 5 on multiple projects, and I think it would be convenient if there was a portable power supply to support it, So do they got any?Good luck on finding a powerbank that will...
View ArticleTroubleshooting • Re: Browser Graphic problem Pi5
SOLVED!!!!Update! I use Xrdp remote desktop.This worked for me on Pi5 with bookworm:1. Add the xrdp user to the ssl-cert group: Code: $ sudo adduser xrdp ssl-cert2. Modify the /etc/X11/xrdp/xorg.conf...
View ArticleThe MagPi • Re: Magpi Official 2024 Handbook - Page 56 Birdnet -Pi
What i find interesting to date is that nobody from Magpi staff has bothered to respond so they can't be that interested in what its readers think.It's only been a day since you first posted and there...
View ArticleCompute Module • CM4+Python+Bit banging
This is more like brainstorming with others more than asking how to do this. I try to summarize my setup: I have rather close to Modbus RTU protocol which I am processing using Python script on CM4. I...
View ArticleCamera 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 Article