HATs and other add-ons • Re: Waveshare pan tilt
It's always worth providing a link to the product you're discussing. I'm guessing you mean https://www.waveshare.com/pan-tilt-hat.htm in this case.However aBUGSworstnightmare is right that this is...
View ArticleOther programming languages • Calling RP20240 SDK from another language
Is it possible to call just pieces of the RP2040 SDK from another programming language? I'll post this in the Pico forum too. I'm a retired programmer and I use to do calls from a particular language...
View ArticleSDK • Calling RP20240 SDK from another language
Just FYI - I posted this in the Other Languages forum because I was sure where to post it.Is it possible to call just pieces of the RP2040 SDK from another programming language? I'll post this in the...
View ArticleHATs and other add-ons • Re: impossible to use Google Coral
6.12.9+bpo-amd64amd64 would be an x86-64 platform, not arm or arm64.Jeff's wiki of PCIe devices tested on CM4/Pi5 is generally the best place to check.https://pipci.jeffgeerling.com/cards_m2 ......
View ArticleAutomation, sensing and robotics • Re: PicoPanel - using a pi pico and a...
FYI, I did this with a zero around nine years ago then ported it to a pico around three years ago: https://github.com/thagrol/fakewakeMight help you solve some of your other aims with your project.Oh,...
View ArticleCompute Module • Re: HDMI I2C busses usable when HDMI is unused?
you have two I2C busses - one on each CSI/DSI interface which might be easier to use than the DDC I2C bussesStatistics: Posted by aBUGSworstnightmare — Fri Apr 11, 2025 12:07 pm
View ArticleOther • Re: Chromium asking for default keyring
OK. Annoyingly, I went to my usual Garmin website to keep track of my wife while she cycles (with her permission!) and it asked me to input the password that I used for the new keyring to stop that...
View ArticleBeginners • Re: Raspberry PI Keeps losing internet access
I have a pi3 that drops the ethernet connection on a regular basis and I've had these issues with zeros, 3s, and 4s. Gonna try some of this stuff but how hard is to ask for it to keep an ethernet...
View ArticleTroubleshooting • Re: Bookworm: Error during sudo apt upgrade - kernel...
That was it. I don't recall installing this, but I must have last year, and found that this command seems to completely remove it.Code: sudo rm -rf /etc/modules-load.d/anbox.conf...
View ArticleMedia centres • Re: Kodi 20 unable to start GBM windowing system
Hello,Yes, that does the trick !I did have this line in journalctl,Code: Apr 10 13:32:29 pimedia.locallan kodi.bin[925]: did not find extension DRI_Mesa version 1but I'm afraid I dind't take enough...
View ArticleTroubleshooting • Re: PI400 will not boot
Have you read... https://forums.raspberrypi.com/viewtopic.php?t=58151Statistics: Posted by gordon77 — Fri Apr 11, 2025 1:10 pm
View ArticleGeneral • Re: Pico 2W (RP2350) Turn on a led without SDK
Thank you for your answers. It's understood: you have to use the SDK with the pico2 w unless you manage to create standalone cwy43 and lwip libraries.Statistics: Posted by VincentARM — Fri Apr 11,...
View ArticleBeginners • Why the Pi5 automatically turns on when power is supplied?
Hello, how come when I plug the AC adapter into the outlet, the Pi5 automatically turns on rather than remaining turned off until I press the power button? Is this normal? How can I make it remaining...
View ArticleBeginners • how to access my header file
I'm new to Pico and SDK, but I want to create a header file to be included in the component files of my program. Using #include "header.h" complains that it doesn't exist, even though I have created...
View ArticleSDK • Re: Handling (multiple) input pins in a PIO program and making sense of...
I don't think I'll run it that fast: I think I'll end up using too much instructions waiting as I need to wait 12us before pulling ACK low (my sideset pin).You could of course use a loop to create the...
View ArticleBeginners • Re: Why the Pi5 automatically turns on when power is supplied?
Hello, how come when I plug the AC adapter into the outlet, the Pi5 automatically turns on rather than remaining turned off until I press the power button? Is this normal? How can I make it remaining...
View ArticleGeneral • Re: Differences between pico 1 and 2, and onewire problems
I've just tried several other pins, GP28, GP18, GP17, no differenceStatistics: Posted by Link46 — Sat Apr 12, 2025 1:21 pm
View ArticleTroubleshooting • Re: blown chip near gpio
Is this the damage ?Yes thats itStatistics: Posted by Dcostley — Sat Apr 12, 2025 1:45 pm
View ArticleTroubleshooting • Re: Pi5 not booting anymore
Have you read https://forums.raspberrypi.com/viewtopic.php?t=58151 yet?Statistics: Posted by thagrol — Sat Apr 12, 2025 2:00 pm
View ArticleCamera board • Re: How to set external trigger mode when using two cameras on...
Thank you for the quick response. I don't think we have someone on the team who would be confident implementing a kernel fix ourselves, even with that example for guidance. If someone at the Raspberry...
View Article