Official Display • Re: Official 7" touchscreen how to switch off...
i2c-4 is the I2C interface for CAM/DISP1. i2c-6 is the I2C interface for CAM/DISP0. Those designations shouldn't change.Statistics: Posted by 6by9 — Mon Apr 15, 2024 5:42 pm
View ArticleOfficial Display • Re: Driver of display revision 4
See https://pip.raspberrypi.com/categories/651-pcn for the on the display.It should be responding to address 0x45 as before, and be backwards compatible.The fact that you are probing it as i2c-7, and...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Pigpiod i2crd bad parameter
If you have the ov5647 kernel module loaded, the kernel will have assigned the address 0x36 to that module. Other users will get -EBUSY back if they try to write to it (hence i2cdetect will list it as...
View ArticleBeginners • Re: My Media Alexa skill for a raspberry pi 5
I have looked at the possibility of using an Alexa Echo to play music from my Raspberry PI 5I tried to find the necessary skill for the Pi 5 but it only appears to be available for Pis up to the Pi...
View ArticleGeneral discussion • Re: Bandwidth Speed and Options in Raspberry Pi USB...
Does the new RPi 5 have USB 3.0 in gadget mode, or is it the same for all RPi with USB 2 as the maximum speed?As I said abovePi with USB 3 cannot use gadget mode on their USB 3 ports.To be more exact,...
View ArticleMicroPython • Re: Pi Pico Web Editor to work with Chromebook
You can use the "Files" tab at the top of this site, https://bipes.net.br/pico/ui/, to edit, upload, and run MicroPython on a Pico.The problem with that, as the OP noted, is it's easy to lose the work...
View ArticleBeginners • Re: Does Pi Zero 2 W works with any keyboard and mouse ?
What Raspberry OS should I install on a Pi Zero 2 ?The Pi Zero processor is on 64 bit, but when I try to use te Imager to put the OS on the SD Card, they recommend the 32bit version...I use the 64-bit...
View ArticleNetworking and servers • Re: RPi as firewall/gateway under Bookworm
Stretch is ancient history and there have been three major releases since then (Buster, Bullseye, and Bookworm).It's you call but you'd be better off using RPiOS Legacy a.k.a Bullseye.Statistics:...
View ArticleBeginners • Re: A few beginer questions about Pi Zero 2 W
Does the USB power cable needs to have all 4 wires connected, or just the +5V and GND, to power Pi Zero 2 ?Just 5v and ground.Statistics: Posted by thagrol — Tue Apr 16, 2024 5:24 pm
View ArticleAdvanced users • pi5 with two monitors, Autostart two URL's one on desktop 1...
Hi all,Raspberry pi 5I have two monitors connected to my pi 5 and they work as expected. What I would like to do is set up an autostart scriptthat can load two URLs', the first URL on desktop 1 and...
View ArticlePython • Re: list/dict error - not understanding
This mydata = ['AirTemp', ' 71.73']is a listFirst item in the list, mydata[0] = 'AirTemp'Second item in the list, mydata [1] = '71.73'This is a dictionary:mydata = { 'AirTemp':...
View ArticleTroubleshooting • Re: Pi zero 2w won't work in USB OTG mode
Hello im kind of a begginer on the raspberry pi zero 2w im doing a project that i emulate something and then connected to a ps5 but when i try ding it it doesnt recognize the pi. Unless i put some of...
View ArticleCamera board • Re: Camera frontend has timed out! (Pi 5 + camera module 3)
I borrowed a Pi3. Then I installed a fresh 32-bit os on it and did the necessary configuration. Surprisingly, the camera works on Pi3 !!!There is definitely something wrong with the 200mm camera...
View ArticleTroubleshooting • Re: 4B micro HDMI disconnecting due to vehicle vibrations
Thanks everyone! Lots of good ideas to look into here. They're much appreciated! Hot glue gun is my usual solution for things like that. This! Hot glue, silicon, epoxy (depending on how committed I am...
View ArticleGraphics, sound and multimedia • Re: fruitbox MP3 jukebox
Help with Internet Radio Stations in m3u file!Stations working, but some Stations have no Descriptions or Titles, so in fruitbox it shows as "Unknown Artist" or "Unknown Title". How can i change the...
View ArticleHATs and other add-ons • Re: Help with raspberry zero wh
Thanks a lot for your help but which pins do gpio07 and gpio26 correspond on picade x hat?Statistics: Posted by spscan — Tue Apr 16, 2024 6:05 pm
View ArticleTroubleshooting • Re: Issues with monitor and Wayland on RPi4
read the documentation at the top of the screen.with kms config.txt is not used for screen settings, it's now in cmdline.txt, the docs will tell you the new format used.the pc screen most likely has a...
View ArticleGeneral discussion • Re: Powering Zero 2 W with USB C connector
Thanks, this was exactly what I needed to find out these boards will never do anything for me ... because there is no USB-C connector on a Pi Zero 2 WNo, that is not the reason. Remember the problem...
View ArticleSDK • Re: i2c_read_blocking() causes pico to hang
You're likely correct about the FIFO being full or blocked. Does that cause a write to data_cmd to hang?If so, is there a race condition like this:1) Ensure that i2c->hw->raw_intr_stat &...
View ArticleBeginners • Re: Are these limitations of the Pi Zero?
I live in an area of the world that has hot summers AND cold Winters. so that's low's of -40 Cel to +40 Cel (-40 to 104 F). Will this pose a problem for the pi? I would imagine so-40°C is outside the...
View Article