Raspberry 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
Here is some info on Wifi behaviour of CYW43439:Configuring CYW43439 in CY8CPROTO-062S2-43439 in different BT, WiFi modes:https://community.infineon.com/t5/AIROC ... d-p/657107#.In the thread, there...
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 ArticleDevice Tree • Re: Assistance with Device Tree Overlay for GPIO-Based I2C and...
getting this errorCode: [ 38.204806] Goodix-TS 11-0014: Error reading 1 bytes from 0x8140: -6[ 38.244519] Goodix-TS 11-0014: Direct firmware load for goodix_911_cfg.bin failed with error -2I see it in...
View ArticleSDK • Re: HTTP Client with pico_cyw43_arch_lwip_poll
I will test later.Statistics: Posted by picocpp — Thu Dec 26, 2024 6:24 pm
View ArticleGeneral • Re: Run Pin reset timing
RUN is an input pin, the internal pull-up is just to prevent free floating, not to provide external resets for other circuits.Statistics: Posted by gmx — Fri Dec 27, 2024 6:23 pm
View ArticleBeginners • Re: Raspberry Pi 5 Graphics , good ?
Running any sort of video through a browser is prone to delay because of the very long path the data has to take through the system. Using dedicated player applications is much better.Statistics:...
View ArticleBeginners • Re: bme280 sensor not being picked up
The BME280 can be used with I2C or SPI interface, see the BME 280 datasheet.Check https://www.waveshare.com/wiki/BME280_E ... tal_SensorTo use I2C, you should connect the SDA, SCL to the RPI header...
View Article