Device Tree • Re: DHT11
For anyone still interested in this problem, I recently updated my tutorial to use Raspberry PI with DHT11. I found that you must update the Raspberry PI firmware at least at the 6454 pull request....
View ArticleTroubleshooting • Re: DHT 11, not working how I need it to work
With the latest Raspberry PI OS releases you don't need anymore to install specific Python libraries, as the OS brings specific modules to manage DHT11 (and DHT22) sensors. You just need to add the...
View ArticleTroubleshooting • Re: Raspberry Pi 5 4G running abnormally hot while...
Note: I have no connection to Noctua. Just a customer.If you want a fan that is quiet and long lasting. I use...
View ArticleSDK • Re: Pico Extension and Debug compilation
Thanks, I had read that post. It just seemed odd to me (and still does) that flipping between Release/Debug, etc involves a command line when the UI otherwise seems pretty sophisticated.Thanks for...
View ArticleCamera board • Re: Getting started with RTSP Stream on RPi 5
This works for me on a pi5 with v3 (wide) camera module, Bookworm 64-bit (Wayland with labwc) Code: rpicam-vid -t 0 --libav-format mpegts -o - | cvlc stream:///dev/stdin --sout...
View ArticleBeginners • Two systems on one m.2 disk
Hi.I have raspbeery 5. I use -raspios -bookworm.How did he install two systems to switch?systemctl reboot nviewtopic.php?t=266092Statistics: Posted by Le-Ze — Sun Nov 10, 2024 11:45 am
View ArticleAdvanced users • RaspiOS 12 (aarch64) with KMSDRM, tool for taking screenshot?
I am running Debian GNU/Linux 12 (RaspiOS Lite) with Kernel 6.6.51+rpt-rpi-2712 aarch64.On older installations raspi2png was a good companion to retrieve screenshots from the actual display.This now...
View ArticleAssistive technology and accessibility • Small RFID 125KHZ (RDM6300)...
Hello Everyone, I have you are well. I have a small office, and I wanted to create a small RFID based attendance system and Access Control for my staff. I am sharing the code below, everything is...
View ArticleRaspberry Pi Connect • Re: Raspberry Pi Connect not working
I updated my software today, and rpi-connect was installed without me noticing. I deleted it immediately, so I'm afraid I can't offer any help in this regard. Best of luck though.Statistics: Posted by...
View ArticleBeginners • LED works when running from IDE, but not cronjob
I have the most simplest code ever for an LED to turn on. It runs fine from Thonny, but when it runs on a cronjob, it only faintly blinks, so fast you have to be staring at it to catch it happening....
View ArticleRaspberry Pi OS • Re: [Pi 4]smaller size than "Raspberry Pi OS Lite"
You would need to build your own distribution, but 300MB is pretty small.pi-gen would be a good place to start.https://github.com/RPi-Distro/pi-genStatistics: Posted by jamesh — Mon Nov 11, 2024 11:46...
View ArticleGeneral discussion • How to force console output res at 480x320 on RPI5
I recently replaced my PI3A+ with a PI5 (Home Assistant with HAOS) and I am struggling to find the right settings for having the HAOS console output at 480x320 resolution on my HDMI Kedei 3.5inch...
View ArticleBeginners • Re: LED works when running from IDE, but not cronjob
What could be causing this to not turn the LED on?It is turning it on. Then your program ends straight away and releases the GPIO and the LED turns off again. When running under Thonny I assume the...
View ArticleBeginners • Re: Running a program at startup
The best way around that is simply to have the autorun execute a shell script that checks for the necessary pre-conditions and waits before executing themain command . A fixed delay may fail if one of...
View ArticleOfficial Display • Re: the spacer that comes with pihat M2 server?
yes the system is stable it starts calmly like nvme I took https://www.amazon.it/gp/product/B0CX26 ... UTF8&psc=1MULTIMEDIA Shopping 128Gb M2 PCIe NVMe Gen 4x4 SSD, Internal Solid State Drive,...
View ArticleCamera board • Re: RASPBERRY PI 5 - ARDUCAM ERROR: *** failed to acquire camera
It's told youCode: Pipeline handler in use by another processYou need to identify that other process - the camera can only be used by one at a time.Statistics: Posted by 6by9 — Mon Nov 11, 2024 12:00 pm
View ArticleDevice Tree • Re: cam1_clk not found in devicetree symbols table
I don't know where your driver and overlay have come from, but there is a driver in mainline now for AR0521.cam1_clk exists in 5.10.Added with https://github.com/raspberrypi/linux/co ......
View ArticleBeginners • Re: raspberry Pi as printer server
Hello,I upgraded my USB to a powed usb hub. connected pi and printer and still nothing shows up as a printer from HP or any kind.Code: $ lsusbBus 001 Device 003: ID 0bda:8152 Realtek Semiconductor...
View ArticleTroubleshooting • Re: USB ports not working after reinstall to newest Bookworm
Which library is your app using? Is the app Java?Statistics: Posted by neilgl — Mon Nov 11, 2024 12:14 pm
View ArticleGeneral • Re: How much OTP is there on an RP235X ?
Error correction was mentioned in the DS...Statistics: Posted by katak255 — Tue Nov 12, 2024 11:34 am
View Article