SDK • Re: Support for Pico2-W
Old news. It was released 3hrs ago.Statistics: Posted by peterharperuk — Mon Nov 25, 2024 10:38 am
View ArticleRaspberry Pi Connect • Re: enable-linger no longer works on rpi-connect 2.1.0
Are you booting to the desktop with the main user logged in? Or are you booting to console or to desktop but without autologin?Statistics: Posted by gsh — Mon Nov 25, 2024 10:46 am
View ArticleGeneral discussion • Re: New Raspberry Pi Products
I can't see the form factor changing, nor any move to USB-C. Backward's compatibility seems to be the best justification for that.Well, that is what the Pico 2 and 2w is for. For anything new and...
View ArticleTroubleshooting • 5-Inch Touch Screen Display
Hi allFirst time herelooking for a bit of help or advise, I'm trying to set up my touch screen on my Pi, its a 4B model, the screen it self is a 5-Inch Touch Screen Display from jaycar model...
View ArticleOff topic discussion • Re: In regards to: My Vision for the Raspberry Pi 6 -...
I haven't been following closely. I know that higher end PCs now include 2.5GbE, but the question remains about how far that market penetration has come. High end PCs, usually gaming rigs, are the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4: DSI1 init. commands rarely fail
Unfortunately not fully solved, as today I saw a failed command when kernel did automatic blanking of the display.Code: [ 5215.701643] [drm:vc4_dsi_host_transfer] *ERROR* DSI transfer failed whilst in...
View ArticleTroubleshooting • Re: Pi5 only boots for Raspberry Pi OS
I got a Pi5 a while back, the argon40 neo case and a nvme.All was put together and I wanted to install my favourite pi distro - dietpi.For whatever reason, I installed Raspberry Pi OS to the nvme and...
View ArticleCamera board • Would I be able to control X imaging sensor?
hi,I would love to know what it would take to control an IMX577 for example. Will rpicam-hello ---list-cameras recognize it?thanksStatistics: Posted by josovi — Tue Nov 26, 2024 11:20 am
View ArticleRaspberry Pi OS • Re: On screen keyboard raspbian
Squeekboard worked! Also I made a list of things I type in the browser search and saved them in a text file on my desktop. It wasn't Raspbian it was Raspberry Pi OS. Thank You.Statistics: Posted by...
View ArticleSDK • Re: pico2040 cannot find I2C_NUM()
Something is odd with your copy of the SDK. If I repeat your grep command on my copy of the SDK, I get more hits:Code: zip(arg)% grep -iRn "I2C_NUM"...
View ArticleRaspberry Pi OS • Re: Mega App install
I'm having difficulty installing the Mega upload. Apparently there used to be a version for Raspian but that is no longer on the Mega website. I've tried installing the Debian version but there are...
View ArticleHATs and other add-ons • Re: Hardware Help
I have a RPi Active Cooler sandwiched between my RPi5 and my M.2 HAT - all screwed together using standoffs and long screws. But the GPIO pins are no longer exposed nor is there any way I can see to...
View ArticleCamera board • Re: Would I be able to control X imaging sensor?
If there is a driver for it in the kernel tree then as long as the HW interface is correct, it should work.Statistics: Posted by jamesh — Tue Nov 26, 2024 11:57 am
View ArticleRaspberry Pi Connect • Re: clear connect info on cloned device
The ID is linked to the serial number. That's right: the access token generated by completing a "rpi-connect signin" is tied to a specific device and its serial number in the Raspberry Pi Connect API....
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Interesting that the 2GB ram+wifi lite module alone is slightly more expensive here than Pi5 with 2G RAM. They are both at $50 as per https://datasheets.raspberrypi.com/cm5/ ... -brief.pdfI would...
View ArticleRaspberry Pi Connect • Re: RaspberryPi Connect shows black screen
Some known issues with outputs coming and going were fixed in the upstream 0.9 version of WayVNC but these changes haven't yet made it into the version from archive.raspberrypi.com.Statistics: Posted...
View ArticleMicroPython • Re: Modify date on an LCD clock with RTC module 1307
To find a date in the future there is the 'usual' solution with python datetime module. Which is not available on micropython.What could be done, brute force approach:- build an array of...
View ArticleRaspberry Pi Connect • Re: Screen Sharing high latency Raspberry 5 headless
From the padlock icon in your screen sharing window, can you tell what sort of peer-to-peer connection has been established?The exact type of connection established is decided by a combination of your...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Shorter FPC Camera cable for RPI 5 Camera...
Is there a shorter cable than 200mm for the RPI 5 camera module V3? When I fold the cable, the camera is not detected. I need it to be ~150mm to fit in my enclosure.Statistics: Posted by sandman2412 —...
View ArticleCompute Module • Re: CAM1 not working on a custom board with a CM4
i2c-10 would normally be on GPIOs 44&45.Prove your wiring by attaching an oscilloscope to those 2 GPIOs, and using "pinctrl set 44,45 op dh", and "pinctrl set 44,45 op dl" to set it high and low...
View Article