Device Tree • Re: bool parameters, config.txt and dtparam
Device Tree source compiles into a simple binary format that lacks type information - it's just arrays of bytes, and it's up to the reader to place an interpretation on it. Only properties which are...
View ArticleMicroPython • How to set the right Pi Pico system time? With the use of DS3231?
After checking the forum it does not help me directly further. Or maybe I have not searched very well.I have made a datalogger with a Pi Pico, SD card, sensor and DS3231 timer.The script I have made...
View ArticleAutomation, sensing and robotics • Re: Is it feasible to investigate...
I've been interested in using the Raspberry Pi for real-time data projects. Real-time does not neccessarily mean fast. It only means that tasks take a predictable amount of time. It does NOT say...
View ArticleC/C++ • Easy-to-use C++ GPIO library
I have developed an easy-to-use C++ GPIO library and would like to share it with you:https://github.com/iiot2k/libgpioxStatistics: Posted by iiot2k — Fri Apr 25, 2025 12:58 pm
View ArticleMicroPython • Re: How to set the right Pi Pico system time? With the use of...
I suppose that I must use some code to give the RTC in the Pi Pico the right (current) date/time before the logfile is created. I have also looked at https://docs.micropython.org/en/latest/ ......
View ArticleTroubleshooting • Rpi (HDMI) not work sound, only video
Hello,Working my video from RPI > HDMI >TV but I can't get the sound to work via HDMI.. I tried this setting but it doesn't work for me: https://i.imgur.com/xsQ0UpM.pngMY TV Samsung:...
View ArticleMicroPython • Re: Not able to install firmware in my custom RP2350A-based board
No, it's just an representation for the ERC to consider it as a power net. It's not sorted.Statistics: Posted by Giri — Fri Apr 25, 2025 1:17 pm
View ArticleGeneral discussion • Re: Need input on which RaspberryPI Screen to buy
I have read the thread but I do not see my questions being answered there. I dont know what a "pogo pin" or "overlay" or anything like that is, which is why I asked whether there was a detailed...
View ArticleOther projects • Using Raspbarry Pi to simulate Mouse
Hi,i installed TinyPilot on my raspberry pi 4 and can use teh Pi as keyboard over the tinypilot webinterface. The interface doesn't support mouse control. But it works using the terminal (ssh). I...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Interfacing with TI ADS7830 ADCs via CM4
Don't want to ruin your day, but why do you expect an iio device to be created when starting a hwmon driver?https://github.com/raspberrypi/linux/bl ......
View ArticleCamera board • Re: HQ cam - Images work, but not video-
Gonna be slow here too I guess..Is it possible If the RPI- being powered by a battery- would not provide video in a lower voltage situation?My issues intensified during testing last night, and I found...
View ArticleTroubleshooting • Re: Raspberry Pi 5; Program Run at Startup Not Working
Yes, I have read the "Running A Program At Start Up - A Beginner's Guide." I have tried all the methods listed in that document, including rc.local, cron, systemd, and the Wayland autostart file to no...
View Article