Raspberry Pi OS • Re: How to remove extra architectures from updates?
You can check which kernel you are using with 'uname -r'.Here you can see that my Pi 2B is using the v7 kernel.Code: rpdom@cam0:~ $ uname -r6.6.31+rpt-rpi-v7Here you can see that I've got the v6, v7,...
View ArticleGeneral discussion • Re: Pi 5 and 4 x 4 Keypad
Firstly we can't guess about the wiring of your keypad without some information about it. It's very unlikely it would work with only one wire connected. At a guess with 8 pins in use from the...
View ArticleNetworking and servers • Re: Recommendation for Data Acquisition System with...
That's a really broad question. But generally, you would want an ADC board to collect the sensor voltages and convert them to digital values for your which you would then write to a file (.csv or...
View ArticleTroubleshooting • Re: Raspberry pi and camera
thanks for reply, I have two cameras, one is raspberry camera V 2.1, the other is Unistorm Raspberry Pi Camera Fisheye Wide Angle 5Mp 1080P Night Vision Camera Module for Raspberry Pi 3 RPI 2 B+and I...
View ArticleNetworking and servers • Re: ssh: connect to host 10.0.0.234 port 22: Host is...
Apologies Using crontab to every hour turn off the power saving was the best this beginner could do given the imminent week in hospital which was on my mind.However the CM4 stopped receiving entries...
View ArticleBeginners • Re: Uses for a Pi Zero 2W
Thanks for this. Good to read peoples experiences.Statistics: Posted by piedpiperson — Mon Jun 03, 2024 7:32 am
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 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 Article