Camera board • Re: Simultaneous video and still picture
Hi, when you have a slightly non-standard requirement (beyond what rpicam-apps do out of the box), it's often easier to reach for Python. This example may be close to what you want.Note that you have...
View ArticleBeginners • Re: Improved NTFS Samba speed on RPi4 with USB drive
Fair enough. You didn't mention that in the beginning, hence the question as to why you were going to that effort to make NTFS faster; when it would have just been easier to use ext4...which will be...
View ArticleTroubleshooting • Re: Raspberry Pi 5 NVMe 1.4
The PCIe on Pi5 is certified for Gen2 only - https://datasheets.raspberrypi.com/pcie ... Ny4wLjAuMA..Gen3 may work (Pi does not fulfill Gen3 clock jitter spec).So how do you want to test for...
View ArticleTroubleshooting • Re: Pi5 PCIe NVME Boot from Hard Reset
what's the output of below commandCode: cat /sys/class/nvme/nvme0/model && cat /sys/class/nvme/nvme0/firmware_revrefer to GitHub for SN530 related question -...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: SPI display for RPI5 with dtoverlay?
..So how would I correctly compile the Device tree overlays? Sorry, this is new to me.https://www.raspberrypi.com/documentati ... ompilationStatistics: Posted by aBUGSworstnightmare — Wed Jun 26, 2024...
View ArticleAdvanced users • Re: Suitable Battery for Powering up PI 5
Hey there,Currently im trying to power up the Raspberry PI 5 using 3.7V 3300mah with 5V voltage regulator, Its perfetcly working in Raspberry PI 4 but Raspberry PI 5 not turning on just only red...
View ArticleBeginners • Re: recovering raspberry 1
Try Raspbian Lite it's lightweight, Debian-based, and perfect for keeping memory consumption low like your old setup.Where do you get the "Raspbian Lite" OS?Raspbian Lite" is now called "Raspberry Pi...
View ArticleTroubleshooting • Re: LCD with i2c backpack, installing libraries for python3
Simple and easy: follow the instructions given by pip.Statistics: Posted by memjr — Thu Jun 27, 2024 3:29 am
View ArticleTroubleshooting • Re: Apache not accessible to internet. Losing my mind.
Yea I am not sure why this isn't working. I can ssh, smb and pi connect in no issues at all but apache2 will not allow me to see it outside the network.I moved the pi 5 inline with the router via an...
View ArticleMicroPython • AP with multiple clients issue
Hi All.My project involves 3 Pico-Ws.One of them is set up as an AP and the other 2 as Clients. We will call them Client # 1 and Client # 2.Upon code execution, the AP Pico sends the current time data...
View ArticleBeginners • Re: How to access Pi with no monitor, no wifi
I doubt that cellphone backup will provide sufficient power to power a Pi4 reliably.There are many powerbanks that spec 3A output. The usual questions about desired runtime apply in order to get the...
View ArticleAdvanced users • Re: Reading the RTC
So no one knows how to read the RTC ?Statistics: Posted by theoldwizard1 — Thu Jun 27, 2024 4:51 am
View ArticleCamera board • Re: Preview.DRM not working Picamera2 and GS camera
...one question, what is the added value of the "pre_callback" - "which allows you to draw on the camera image before it is rendered", is it faster? (I use only grayscale images which is why I use the...
View ArticleTroubleshooting • Re: CM4 I2C i2cdetect shows no addresses
RPi GPIO are 3.3V logic levels. In case your relay board uses 5V logic you will have to use an I2C voltage level translater.Applying 5V to the GPIO can/will kill them!Sorry, I did not check your 'boot...
View ArticleHATs and other add-ons • Re: M.2+ Hat nvme not being recognized.
One last test which you can do is Add below to cmdline.txtCode: nvme_core.default_ps_max_latency_us=2500add below to config.txtCode: dtparam=pciex1_gen=3the first parameter will affect Autonomous...
View ArticleMedia centres • is there a video looping solution for the raspberry pi 5?
hey hi!i'm looking for a video looping solution in the way that the pi_video_looper works for the raspberry pi 4, but for the 5. i've tried many and i haven't had any luck, all projects seem to work...
View ArticleTroubleshooting • Re: Bookworm EDID Troubles
Hello AndyD and thanks everyone for the excellent answers.https://paste.debian.net/hidden/2ad3f7f5/If I am not mistaken, it looks like your display actually reports the 1024x600 resolution with a...
View ArticleRaspberry Pi OS • Re: Help with new setup - moving off SD onto raid1 nvme
If you still want to use mdadm then I had a play. It does work. Again I've used a thumb drive (and lvm so I can move stuff around with least fuss). It's a GPT partition which is a lot happier having...
View ArticleUbuntu • Re: Raspberry PI 5 Ethernet connection not working
It took me a while, but thanks to the web I find a solution : https://www.freshblurbs.com/blog/2022/0 ... buntu.html FYI In case of broken link, the solution for me was as follows :In my case , Code:...
View ArticleRaspberry Pi OS • how to install rpi-hardware-pwm on bookworm OS?
Hi,I installed bookworm OS image on Pi 3B+ board, because I will use global shutter camera with libcamera library.When I install rpi-hardware-pwm package, I encountered some problems.As pictures...
View Article