Device Tree • Re: DHT11
Update : I tried to read the files (in_temp_input, and humadity)on a kernel 64, and kernel 32. Both giving me same error. when i ran a python code : Code: import timedef getDHT11(): DevicePath =...
View ArticleC/C++ • Re: How to implement a loop to read sensors
To achieve this I think I should implement a loop (let's suppose to use C++) and red the inputs at each iteration. Which is the most efficient way to set up this loop? You need to use epoll.h to...
View ArticleC/C++ • Re: C++: Linking failing on Pi 1 B+ for class members, but the same...
Does "mylibrary" use functions from "library1"? Have you tried changing the order of the libraries on the command line?From "g++ test.cpp -o test -llibrary1 -lmylibrary" to "g++ test.cpp -o test...
View ArticleNetworking and servers • Using a pi 3b+ as in-car 4g router / info unit.
Hey Everyone,Hope you're all having a great day!I am looking to create a simple info unit for my car. I am looking to use an Android Operating System running on my Raspberry Pi 3B+ to give it access...
View ArticleTroubleshooting • Trouble Communicating With A CAN Network
The setup: 2X MCP2515 chips with ATA6561 transieverhttps://seengreat.com/wiki/82/dual-ch-can-haton a Raspberry Pi 5Trying to connect to a 2013 Ford Fusion through the radio node. The Pi is to replace...
View ArticleCamera board • Re: Pi camera module v1 and AI kit performance issue?
Yeah, having dug out an old monitor etc I can see that. It's a bit surprising because I've always used VNC to work on my Pis and used this actual camera module on a Pi 2 & 3 via VNC to develop the...
View ArticleTroubleshooting • Pi5, New PoE hat , LED Code 4-long-5-short
New to pi. Have an RPi5 with a wavshare poe hat. Pi seems to get power but flashes 4-long-5-short (which is better than the 4-long-3short fatal error I've seen others get on the 5... hopefully). It...
View ArticleGeneral programming discussion • Re: Trying to write a command to edit folder...
I need a command I can send through terminal or put into a Script File to rename all folders in a certain directory. All file names are of format File Name (####). I want a terminal command or command...
View ArticleRaspberry Pi OS • Re: raspberrypi4B) error in libcamera module
I have the same issue on bookwormStatistics: Posted by Leook — Tue Jun 18, 2024 3:16 am
View ArticleNetworking and servers • Re: Important networking tools no longer included in...
Hello all,so I just installed bookworm 64 bit headless on a 3b+ and was going through my usual install and setup routines and boy was I shocked when I hit host apple.com and the terminal was like...
View ArticleNetworking and servers • pi os and ipv6
HiGot a pi5 recently - using default pi os. ipv6 is enabled, I don't have it on my router and my ISP doesn't provide ipv6 native.I could setup ipv4 to ipv6 but I don't.Should I leave ipv6 enable or...
View ArticleAutomation, sensing and robotics • Re: Hook mini claw machine
Thank you so much @B.Goode for all clarifications.Statistics: Posted by youcef — Tue Jun 18, 2024 3:49 am
View ArticleTroubleshooting • Re: RaspberryPI errors during sudo apt update
You have network configuration problems:The error message "No route to host" is means the routing table does not contain a default gateway, the default gateway is invalid, or the default gateway is...
View ArticleNetworking and servers • Re: pi os and ipv6
i just leave it aloneyou can disable it in the network icon - advanced settings , select your connection , then edit connectionin the last tab , click on the drop down and select disablebe sure to...
View ArticleBeginners • Can't list installed libraries
I need to list the installed libraries on Raspberry Pi5. I get the following error when I use pip list command.Code: user@raspberrypi:~ $ pip listERROR: Exception:Traceback (most recent call last):...
View ArticleTroubleshooting • Re: Unable to change wallpaper (Bookworm - RP 5)
Nope, haven't deleted any. This happened after fresh installation of the OS. Same occurred to another SD card after flashing. Issue is, I can only change it from the terminal but after a reboot it...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
Interesting reading about Google Earth.I use Strava a lot and use the flyby tool that displays maps with cycle routes overlaid. Using Chromium (up to date)It is MUCH slower to load and render on the...
View ArticleRaspberry Pi OS • Re: SSH connection issues with Bookworm.
This is unusual. On my Windows machine I am more likely to not be able to connect via the host name rather than the IP address.Are you sure you are using the correct IP address? Have you perhaps...
View ArticleGeneral • Re: Help with Pico ADC project
Ok, slight correction.Did some more testing,It appears that the MODE switch might actually be,Floating 100k, and 3.5 Ohms when pressed.I think previously I may have measured between the MODE switch...
View ArticleCompute Module • Re: CM4 EMMC issue
Hi,Yes, I chose this option in CM Provision. If I uncheck this option, the size of EMMC will be resumed to 32GB? Or I need to perform any other procedure to clear the EMMC as factory default. Please...
View Article