General discussion • mount/umount
Hi,I'm running an old motioneye distro on a Zero 2 with python 2.7. It's working fine but it has filenames read-write only.Because I'd like to run a Python script which updates a log file, I'm not...
View ArticleGeneral discussion • Re: mount/umount
viewtopic.php?t=314455Statistics: Posted by memjr — Tue Dec 24, 2024 5:55 pm
View ArticleGeneral discussion • Re: New Raspberry Pi Products
This thread is too long. Should the admin stop it and force to open a new one?Statistics: Posted by ebolisa — Tue Dec 24, 2024 5:56 pm
View ArticleRaspberry Pi 400 and 500 • Re: Pi 500; questions and setup
So I got and set up the Pi 500. So far everything is good but I guess Google sync doesn't work on Chromium. It has the option to sign in, doesn't give a error, just puts you through the sign in loop...
View ArticleCompute Module • Re: SYNC_OUT pin on CM5 IO board
You're on the right pin. What are you using as ground? The other pin in the USB_OTG pair works.You should have the ethernet plugged into a switch: the hardware timestamping functionality doesn't work...
View ArticleGeneral discussion • how to boot from m.2
dear all i just bought raspberry pi compute module 5 and Compute Module 5 IO Board and i install Samsung 990 PRO 1TB with Heatsink NVMe Gen 4 M.2 Internal SSDnow the challenge is how to boot from NVMe...
View ArticleRaspberry Pi OS • Re: Firefox-ESR in Bullseye (Debian 11) - March 2025...
You mean 11/Bullseye -> 12/Bookworm?Yes I do. Mixing up that releases sometimes, too confusing ToyStory fetish buzzwords Is that the only question looking at (how much time I put in) my last...
View ArticleCompute Module • Re: cm5 USB 3.0 Power Fault State No input
Hello,While reviewing the CM5 IO board, I noticed that Pin 100 is connected to the CSI (Camera IO port). However, in earlier discussions, it was mentioned that this pin could also be used for other...
View ArticleMedia centres • Re: Peppy player
I had to go through full installation process but it only took 20mins.Make sure that in configuration screen (configure_radio.sh) you'll go for 1602 LCD with i2c backpack and 0x27 address.Then after...
View ArticleCamera board • Re: Problem with Waveshare Rpi Cam G on Raspberry Pi Zero 2W
Raspberry Pi OS has been using libcamera for the last 3 years. OpenCV's VideoCapture only works with simple V4L2 devices.There are multiple threads covering alternative approaches to link libcamera...
View ArticleCompute Module • Re: TVOUT video shaking on monitor
I am using raspberry cm4 io board with 12v dc adapterI have taken tvout from j2 connector of io boardI have setup raspberry pi on pal mode and i am using pal display only,But while booting splash...
View ArticleGeneral • Re: The Raspberry Pi Pico W is not showing up on computers
Could it be your USB cable or your choice of USB port? I have found the Picos totally reliable when used with USB. Thonny never fails to establish a link, this on Raspberry Pi OS or Mac OS.The onboard...
View ArticleDevice Tree • Assistance with Device Tree Overlay for GPIO-Based I2C and...
Hello Raspberry Pi Community,I am working on integrating a Goodix GT9271 touchscreen controller with my Raspberry Pi using a GPIO-based I2C bus. The I2C bus is connected to GPIO10 (SDA) and GPIO11...
View ArticlePython • Re: How to handle bytearray from NFC Tag Reader
The data I actually want to work with is ...\x02enOmega\...What would be a proper way to get this data value only from the Tag or at least to "convert" the bytearray to a list where I can access this...
View ArticleMicroPython • Re: Pico W Reliability
I'd rather find and fix the problem than apply a band-aid.That seems fair enough, though I'd accept a band-aid solution if it means everything works, so properly analsying and fixing the issue can be...
View ArticleDevice Tree • Re: mmc0: ADMA error: 0x02000000 when booting kernel with...
From what I understand, it is easy to use the DTB already loaded and modified by the firmware - ${fdt_addr} should be already initialised to its address.Statistics: Posted by PhilE — Thu Dec 26, 2024...
View ArticleGeneral discussion • Re: Power supply - alternative needed to plug type
I’ve been using Meanwell brand PSUs for several years with no issues. Good value. You can get USB breakouts for ridiculously low prices on aliexpress; just stick “usb c breakout “in the search bar.And...
View ArticleHATs and other add-ons • Re: Power HAT+s specification
Thank you for your suggestions!Not sure about the second option, though, as it still violates the HAT+ requirement I mentioned above and also against "5.1.1 GPIO Pin Assignments" from the R-Pi4...
View ArticleTroubleshooting • Cannot SSH when HDMI LCD is connected
Hi,I’m having trouble connecting via SSH when I attach an LCD (https://pl.aliexpress.com/item/10050067 ... pt=glo2pol) screen to my Raspberry Pi 5. When I use a different LCD monitor with the same...
View ArticleBeginners • Re: Cannot find RPi in systemd but finds it in ssh
When I do not include venv it fails to find the mariadb module. The mariadb module is imported before the sensor_relay module in the script:Code: import osimport globimport timeimport...
View Article