General • Re: RP2350 doesn't work probably after custom bootloader
Actually most of the examples are running without USB, on purpose.Not sure why or what the rationale for doing that is.IMO they should all be using the #define's the Pico SDK provides and tailoring...
View ArticleGeneral discussion • Re: TRIXIE is released! Please comment below!
Did a 32-bit clean install of desktop on a 3B+ with original Pi Touchscreen. Looks good, and is reasonably responsive.I notice there is no rpi-imager available. Is this 'in the works'? I tried apt...
View ArticlePython • Making a flight simulator joystick
How would I make the mouse recenter to the middle of my main desktop when the joystick isn't being moved left or right.Code: import timeimport boardimport analogioimport usb_hidfrom adafruit_hid.mouse...
View ArticleAdvanced users • Re: Help understanding g_mass_storage for an industrial...
I actually have your github PDF as part of our references in the bottom of my documentation for this project:# References# https://ohyaan.github.io/tips/raspberry ... emulation/#...
View ArticleRaspberry Pi OS • Re: Is There an Easy Way to Update SSD Systems to Latest...
Now, I consider all versions of Windows after 7 as TBA, so that's where I stopped paying attention, so I don't really know anything definite, but how does Windows handle updates? I.e., suppose I am...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Where did the temperature and humidity go...
I installed Trixie on my Pi 1A. I can't find where the i2c values go for the Si7020 device now. The in_temp_raw, offset and scale are nowhere to be found? I've got the dtoverlay set in...
View ArticleGeneral • Re: conter 16 bit with pio mode
This example does the opposite, but perhaps it is a reference for study.https://github.com/earlephilhower/ardui ... raries/PDMThis example reads audio data from the on-board PDM microphones, and...
View ArticleGeneral • Re: Error messages in pico(tinyusb)
Could you please send the link to where you found this example? Thank you.hid_controller exampleStatistics: Posted by Gustavo_Murta — Fri Oct 03, 2025 12:34 am
View ArticleBeginners • Re: sshfs mount in a script
Sounds like it's related to running it from pcmanfm. That's not something I can help with as it's not something I do. In fact I rarely use pcmanfm and even more rarely run a full desktop.If it were my...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Update on Waveshare SKU 30896
Waveshare has changed the layout of the PCB and they have added a pogo-pin for TP_RST as announced.There is no revision indicated in the silkscreen printing, so here are some comparison pictures. I...
View ArticleHATs and other add-ons • Re: Devices for measuring voltage and amperage...
Weird test result. Test with SSD through USB meter to a mains powered notebook. 10 GBps. A mouse is the only other USB device plugged in.Type-A connection. The meter shows a steady 0.45 amps used but...
View ArticleTroubleshooting • AirPrint in Trixie
Hi all.Installed a clean Trixie image - can't setup my old Samsung SCX-3400 printer over AirPrint. I do this:Code: sudo apt install cups*sudo usermod -a -G lpadmin in_sympathysudo cupsctl...
View Article