General discussion • Working rain sensor anywhere?
I would like to add a rain sensor system to my temperature logging RPi.It uses the DS18B20 to log temperatures at various places and that works just fine.Now I would like to add a rain measuring...
View ArticleCamera board • Re: Pi fork of libcamera failing
I've been trying to download the raspberry pi fork of libcamera as described here: https://www.raspberrypi.com/documentati ... picam-apps. Both git and gh have not worked:Code:...
View ArticleGeneral discussion • Re: Raspberry Pi 3 Model B+ Mfg. #
Thank you for your response.The reason why I wanted to know this is more on the management for the parts of what I'm working on that I need to make sure that I'm using the same one as the one I am...
View ArticleCamera board • Re: Multi Camera Adaptor V2.2 Code Not Working for Pi 5
Hi,Oh man, you did a great thing but ended with a time waste in terms of your purpose(working with 4 cameras at the same time).The Multi-Camera Adaptor V2.2 does not support the four camera modules...
View ArticleTroubleshooting • Re: If your SSD wont boot your Pi4b read this!
Could be a power issue. Running at USB2 speeds can reduce the power consumption.Statistics: Posted by rpdom — Mon Jun 03, 2024 7:47 am
View ArticleTroubleshooting • Re: Raspberry Pi 4 Model B Not Booting – Continuous ACT LED...
The pattern has meaning.Have you read and applied The Boot Problems Sticky?Thank you for your response.I have read the Boot Problems Sticky, but I’m not sure which blinking pattern applies to my...
View ArticleTroubleshooting • Re: High Load
Also today even after optimizing my scripts as much as possible, with around 10 second delays between them, instead of 1 secondI got a load of around 22 and that reached the 15 minute averageI did...
View ArticleBeginners • Re: pi 5 wont SSH or VNC
Thanks, I forgot to mention that i have other Pi 3 and zero they can connect perfectly and are visible on my network with angry IP scanner.Statistics: Posted by dannysprogis — Mon Jun 03, 2024 8:12 am
View ArticleBeginners • Re: Rights for ftp-folder
Thank you for your suggestions. I assumed that it actually had nothing to do with Docker, which is probably wrong. I had also created a netatmo user on the host and thought it was the same as the one...
View ArticleGraphics, sound and multimedia • Re: RTSP recording
Loook if its workthis is not for libcameraonly for rtsp streamsffmpeg -hwaccel drm -hwaccel_output_format drm_prime -avioflags direct -fflags +nobuffer+genpts -flags low_delay -strict experimental...
View ArticleGraphics, sound and multimedia • Re: Video acceleration with Kodi on RPi5...
Fresh install bookworm 64on my rpi5 running with 20% cpu 720p videosudo apt install kodi21-inputstream* kodi21on wayland you can switch from fullscreen to windowor you boot in console mode and run...
View ArticleTroubleshooting • Re: OpenVPN does not start
You could also try this command:Code: sudo apt --fix-broken installTo see if that can resolve your problem (You don't need to specify what to install as it will just try to fix anything installed that...
View ArticleDevice Tree • Re: DTB gpio pinout for Waveshare CM3 cameras
Look at the source DT files, not the decompiled ones and you'll see the source node names, not just a phandle.Base files - https://github.com/raspberrypi/linux/tr ... s/broadcomOverlays -...
View ArticleMicroPython • Re: v1.23.0 released
True, but those using RP2040 and Pico are already playing in the Pico W arena, will have all the tools needed, won't need anything more, won't have another learning curve to climb. Many quite likely...
View ArticleSDK • Re: Swaping bytes when DMA_SIZE_16 - changing byte order to big endian
CPU is faster than SPI and will not wait.Statistics: Posted by dthacher — Tue Jun 04, 2024 7:45 am
View ArticleAdvanced users • Re: Virtualisation on RaPi5
I think I need to add more information about the network, which may be unconventional?RaPi5 Desktop 64-bit has no router.RaPi5 Desktop 64-bit connects to Internet via RaPi5 Wi-Fi (wlan0) to a mobile...
View ArticleHATs and other add-ons • Re: PI5 with m.2 hat (Geekworm X1003) doesnt work...
I decided to buy a KingSpec NXM-2242 128GB M.2 NVMe SSD. It arrived today. I have copied my Bookworm Raspberry Pi OS to the new drive using the SD Card Copier.My very short experience so far is that...
View ArticleHATs and other add-ons • Re: Can this GPS module work with active antenna ?
Just put a voltmeter across the module antenna connections; if it shows 3.3 or 5V, the active antenna should work.Statistics: Posted by jayben — Tue Jun 04, 2024 8:19 am
View ArticleAdvanced users • Re: Max initramfs size for RPi5
The limit isn't fixed and 128MB should be possible but bear in mind that everything is loaded into the first gigabyte of memory so you almost certainly want to use zst compression or similar.It sounds...
View ArticleGeneral discussion • Re: Long-term use durability: high-grade USB drives vs...
SD cards are more likely to reduce speed over time, it isn't so much an issue higher quality SD cards or decent USB flash drives. The speed deterioration is more likely on systems that don't TRIM the...
View Article