Python • Capturing Data from Sensors Sequentially Using Raspberry Pi 5 and NRF24
I am developing a project on Raspberry Pi 5. For this project, I have 6 sensors and I collect data from these sensors. I use NRF24 when collecting data. I store the data I collect in the database I...
View ArticleBeginners • Re: RaspberryPi camera code
The provided code looks mostly correct, but there are a few points to consider and some improvements to make. Here are the inline comments and necessary adjustments. The code below is generated and...
View ArticleGraphics, sound and multimedia • Re: Help with logarithmic potentiometer
Can you do a schematic of the setup ?Statistics: Posted by gordon77 — Tue Jul 23, 2024 3:59 pm
View ArticleRaspberry Pi OS • Hard drive goes read-only?
Note: This thread is not about the often-quoted phenomenon of the SD card going read-only (when it is almost worn out and about to be discarded). This is about hard disks.I have a rootfs on hard drive...
View ArticleTroubleshooting • Re: Can not get HDMI audio to work
Hi, Here it is: https://paste.debian.net/hidden/6fb41abdI haven’t changed anything in the cmdline.txt yet. But i can see there is some edid error on the file, maybe that is it?Statistics: Posted by...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Can ADV7282M work with RPi4 at all ?
Hi 6by9,so, I have managed to obtain some logs. The first method by debugfs completely doesn't want to work (all the time everywhere "permission denied") so I have used the second method by placing...
View ArticleGeneral • Re: Flashing Pi Pico W with OpenOCD error
Thank you, it actually works with version 0.12.0. My package manager was stating that 0.11.0 was the most recent version, therefore i did not check for newer releases.Statistics: Posted by Braiuz —...
View ArticleCompute Module • Re: Issues interfacing VL805 with CM4
It appears you haven't copied the layout from the CM4IOUSB3 reference design. The USB pairs should be 90R. The differential pairs need a constant reference plane ( when you change layers you need to...
View ArticleTroubleshooting • Re: Camera Module 3 PiCamera2 selecting wrong resolution
You could follow the examples provided with picamera2https://github.com/raspberrypi/picamera ... ull_res.pyhttps://github.com/raspberrypi/picamera ... _config.pyStatistics: Posted by 6by9 — Tue Jul...
View ArticleNetworking and servers • Re: building a sata nas
Did the X1009 ship with a 5 connector SATA power cord for the drives?Yes, I received the board, mounting screws, heat sink, and SATA power cable. Everything was included except rpi5 and active cooler...
View ArticleRaspberry Pi OS • Re: Booting from zfs root
I would be interested to see a writeup of how you did this.Ditto. Seems that there's sufficient interest in zfs to warrant adding it to sdm's --convert-root switch when burning a disk so that the...
View ArticleTroubleshooting • Re: Raspberry pi 4 8gb Keeps re-booting
I know this is gonna seem odd but it seemed to fix itself. Not sure if this is related but when I used to use my pi as a retropie I used to run it slightly overclocked seeing as I had good cooling...
View ArticleRaspberry Pi OS • Re: Hard drive goes read-only?
Note: This thread is not about the often-quoted phenomenon of the SD card going read-only (when it is almost worn out and about to be discarded). This is about hard disks.I have a rootfs on hard drive...
View ArticleTroubleshooting • Re: Video not displaying in Chromium 126.0.6478.164
Found a solution for my case. Go to Chromium --> "Settings" --> "System" --> disable "Use graphics acceleration when available" --> "Relaunch".Statistics: Posted by vinada — Wed Jul 24,...
View ArticleCamera board • Re: Enable UART breaks IMX462
I'm confused then, as the /v4l2-async/pending_async_subdevices results are the opposite of what I'm expecting.- There is nothing in the kernel logs from your first post indicating an issue. The sensor...
View ArticleMedia centres • Re: TV HAT Raspberry Pi 5
I have two pi5 with tv-hat running with this fix.No errors anymore even when i had three recordings running at the same time. RaspiOs at micro sd card. Thanks for the fix!Statistics: Posted by PieterO...
View ArticleTroubleshooting • Re: OS not booting
Thank you for your reply. The problem was the TV/monitor! I have used his particular monitor with every version of Pi up to version 3, including the Zero and Zero W, with no problem whatsoever. There...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
Using the Raspberry Pi 5 as a daily desktop driver can be a fascinating experiment, but it depends on your needs. Its compact size and energy efficiency make it attractive, though you may face...
View ArticlePython • Re: Filemanager crashes after running Python script.
Run dmesg, and look for any messages about out-of-memory and killing processes.One possibility is your python code has a memory leak, and when memory is almost exhausted,the kernel will kill a process...
View ArticleRaspberry Pi Connect • Re: Any plan to include sftp service on RPI-connect?
I am new to RP5. I am enjoying working with it for my work and fun.In particular, Pi Connect is an outstanding service without much setting from the user side. Thank you for the efforts of the RP...
View Article