Interfacing (DSI, CSI, I2C, etc.) • Re: Touchscreen not being detected by...
Show us how this is connected.I hope it's clear enough to see, tell me otherwise.also want to see the output ofCode: i2cdetect -lls /sys/bus/i2c/driverssudo i2cdetect -y 0sudo i2cdetect -y 1i2cdetect...
View ArticleRaspberry Pi OS • Re: Latest Raspi OS Lite (12.10) updated : no auto mounting...
Lite, unlike the Desktop version, does not have an automounter installed. You could always install one if you want it.Statistics: Posted by rpdom — Thu Apr 10, 2025 3:39 pm
View ArticlePython • Re: Reset gpio output when test is finished
I use a function to clean out things.Code: def My_Exit(): Pin(27, mode=Pin.OUT, value=0)# Pin(15, Pin.IN, value=0)# print("Stopping LED") Pin(27, 0)# print("Stopping LCD")# lcd.clear()#...
View ArticleCamera board • Re: Raspberry Pi needs you! Can you help us with AWB?
Now to find where I put my PiCamera1's and the new AI camera that jsut turned up.Though any Macbeth or similar cards will need to wait a few weeks to see if work has any (I hope they do as they teach...
View ArticleTroubleshooting • Re: rPi4 Bullseye temporarily loses nfs connection
Before I do, anything else I can look at?Intermittent problems like this one are difficult to diagnose. I'd carefully store the SD card causing trouble and image a new one. Whether the newly imaged...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Active Fan Cooler
Out of interest why do you want to change the default settings?My pi runs around 40c and I just want it cooler.That's pretty low already, my Pi5 with NVME and active cooler in a Pi case sits at idle...
View ArticleOther programming languages • Re: Calling RP20240 SDK from another language
Please use the other thread.Statistics: Posted by jamesh — Thu Apr 10, 2025 4:00 pm
View ArticleSDK • Re: Calling RP20240 SDK from another language
It's not exactly clear what you mean. You want to call functions provided for by the C/C++ Pico SDK from a different language you are using to create code for the Pico/RPxxxx device. Everything...
View ArticleGeneral discussion • Cannot access micropython forum
Got always error 400 on any link return by a google search.As an exampleMicroPython Forumhttps://forum.micropython.org/viewtopic.php?t=3500A way to catch any exception? - MicroPython Forum (Archive)Am...
View ArticleRaspberry Pi OS • Re: Query on login screen
Change your display mamager to GDM3 or SDDM (you may need to use apt install to install the DM) the code below changes the DM to a new oneCode: sudo dpkg-reconfigure <display-manager>Statistics:...
View ArticleGeneral discussion • Re: Cannot access micropython forum
Didnt know they had anything like that, have you tried:github.com/orgs/micropython/discussionsmicropython.org/or here:github.com/micropython/micropython/Statistics: Posted by Pi5_User — Thu Apr 10,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: mipi-dbi-spi based displays no longer...
Thanks for looking into this.Ahm ... what is 'Libliftoff'?Statistics: Posted by aBUGSworstnightmare — Thu Apr 10, 2025 4:20 pm
View Article