Interfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 and 6 SPI screens
one display each on SPI0/SPI2/SPI3.You can't use (!) SPI4 on the Pi5 as it's an SPI-Slave --> you may use SPI1/2/3 with two displays each. Leaves another chip select for a touch on SPI1.Writing the...
View ArticleGraphics, sound and multimedia • Re: capture_circular_stream.py - can't see...
Mine is showing a real time video and is capturing several .h264 files. On the Pi terminal Code: New Motion 9.228515625New Motion 13.919140625New Motion 16.300872395833334New Motion...
View ArticleTroubleshooting • Re: RPi5 shutting down on load
I have an FNIRSI FNB58 USB power tester that supports PD 3.1, so I logged power consumption going into the Pi5 with this logger. config.txt still has `over_voltage_delta=10000`. The FNB58 reported...
View ArticleTroubleshooting • Re: RasberryPI Zero 2W: Unable to connect to home WiFi.
Yes give Raspberry Pi Imager a go - I always use it nowadays.Statistics: Posted by neilgl — Fri Feb 23, 2024 12:27 pm
View ArticleAdvanced users • Re: Booting RASPI4 / CM4 from external SPI Flash
Thanks for all your feedback.yes, I added A/B boot already as demo with CM4.Now working on a simple system service to update autoboot.txt.Statistics: Posted by piwi — Fri Feb 23, 2024 12:27 pm
View ArticleTroubleshooting • Re: Issues with display running headless
OK - maybe use VNC Viewer (free) as it works OK with Bookworm 64-bit. I use it all the time.Statistics: Posted by neilgl — Fri Feb 23, 2024 12:28 pm
View ArticleGeneral discussion • Re: Do we think my Pi 5 fan is noisy because I have...
The fan was close to silent initially, but now is quite noisy. It sounds like the fans are rubbing against something.It looks like I can take it apart, I just wondered if it might be because I have...
View ArticleTroubleshooting • Re: RPi 5 solid state red light not booing from SD or new...
It is unwise to plug anything on to GPIO pins while a RPi is powered up. However, pushing on a vacant 40 pin female connector should not cause any damage. Was it just a single connector or was it a...
View ArticleSDK • getchar_timeout_ms() can not get the correct character
Hi,I'm using c++ SDK to learn Raspi pico, and I was trying to use Code: getchar_timeout_ms() to receive keyboard input through minicom by USB connection. But seems it receive the wrong input...Here is...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Thanks for this effort, it looks good.One day I will get around to publishing my scripts....Statistics: Posted by procount — Fri Feb 23, 2024 12:41 pm
View ArticleTroubleshooting • Re: HDMI issues with new Pi5 8gb
I am having similar problems with a Pi5 connected to a Blackmagic Video Assist 7" 12G HDR screen. From my software I call drmModeGetConnector. From the kernel source it seems that this reads the EDID...
View ArticleFrançais • Re: Pb, Configurer le réseau en bash...
Donc effectivement nmtui est pratique pour configurer le réseau...Seulement... parce qu'il y a un mais... quand je configure le réseau avec nmtui sur le moment le réseau est bien configuré, mais au...
View ArticleCamera board • Re: Picamera2 capture_circular no preview
I don't think there's any way to save an mp4 file directly from this circular buffer. I suspect the easiest thing would be to store regular h264 frames (as the example does), and convert to mp4 after...
View ArticleBeginners • Re: RaspAP wireguard problem
It seems that the RaspAP is the problemCan someone give me some adviceAsk the devs?https://github.com/RaspAPStatistics: Posted by DirkS — Sat Feb 24, 2024 11:02 am
View ArticleBare metal, Assembly language • Re: Need help getting circle to work (just...
BTW. All forum threads get locked after being idle for 6 month.They may be unlocked by asking the moderators, Just use the Report Post ! icon and leave a message explaining why you'd like the post to...
View ArticleOther • Re: How to setup the root privilege for AlmaLinux9 on Raspberry Pi 4B
Perhaps you will find support for your choice of 3rd-party OS via https://github.com/AlmaLinux/raspberry- ... uick-startStatistics: Posted by B.Goode — Sat Feb 24, 2024 11:12 am
View ArticleTroubleshooting • Re: RPI 4b not booting from SD Card.
Never mind. It failed again. I am done. Statistics: Posted by Darkwing_909 — Sat Feb 24, 2024 11:28 am
View ArticleGeneral discussion • Re: analog 5v pressure sensor connector to PI 4b
Hi,- The pressure sensor has a 5v input, ground and a 0.5 to 4.5v signal output. (https://www.nukeperformance.com/product ... nsor-cable). i understand that this is a analog signal- The pi does not...
View ArticleDeutsch • Re: Bin Beginner - kann mich in RaspberryPi 5 nicht mehr einloggen
Wie smartifahrer schon sagt könnte es an der Spracheinstellung liegen. Das System scheint derzeit noch das englische Tastaturlayout zu verwenden. Das bedeutet das so ziemlich alle Sonderzeichen und...
View ArticleSDK • Re: getchar_timeout_ms() can not get the correct character
But in the example (the link I pasted at the last reply) it use the same stdio_set_chars_available_callback() in the main loop, and getchar_timeout_us(0) in the key press function. And in my...
View Article