SDK • Re: multiple definition of `adc_init' (??)
I think I've found the problem.'adc_init' is defined in one of the C source files that I'm trying to understand (I admit I haven't read them all).The error messages are misleading as to the cause of...
View ArticleHATs and other add-ons • Re: Raspberry Pi Flash Drive 256GB
Not to go on a completely different tangent too much, but I bought a 256GB one in Japan, and on the packaging it says "Made in Taiwan, China"... Uhm, what? That's not good optics. Feel free to send me...
View ArticleMicroPython • Re: asyncio and bluetooth on pico
Why not structure the code a bit different:- have one async task read/delete from the queue and send to BLE- have one async task reading the buttons and write events to the queue- have one async task...
View ArticleCompute Module • Re: CM4 DSI0 problem
Thanks all for your replay.Until now I used command to move I2C to 44, 45, I also used I2C_csi_dsi, and almost all that I get as suggestion.I were download waveshare image also but it is not for DSI0...
View ArticleTroubleshooting • Re: Raspberry Pi 5 unable to boot after a successful...
I have read the Boot Problems Sticky (Pi 4 / Pi 5 section) and followed the recommended diagnostics.My Raspberry Pi 5 (8 GB) shows the following behavior:Red/white screen appears at boot.EEPROM...
View ArticleGeneral • Re: Pico kit not working as expected.
I would propose to add some print statements which help to understand what is going on:Code: import machineimport timeprint("your program is running now")switch = machine.Pin(15, machine.Pin.IN,...
View ArticleGeneral • Re: Serial Monitor missing from VScode Pico extension.
Be sure to mention you are using VS Codium and not VS Code when posting questions. People still don't take notice even when I do!There is not a specific VScodium PICO extension so it should not...
View ArticlePython • Re: Kivy (again sorry) on pi trixie without DeskTop Environment ?
Thanks,This is looking like the quickest, simplest option.If I set up a virtual environment for python and a later version of kivy and fpdf2 , I can keep the old version as a backup.I've been play...
View ArticleTroubleshooting • CM5 w/ IO board bricked
I updated eeprom on the CM5 w/IO board after doing a full update from the GUI.I haven't been able to figure out what this actually puts in the EEprom;I assumed it's an OS with ramdisk, but at this...
View ArticleBeginners • Re: How should I properly setup my Raspberry Pi 5 headless?
I haven't check it, but I've installed few days ago.I'm not sure about Imager has built-in updater or not, but I haven't received any 'update notification' too.I think I'm using 'latest'...
View ArticleTroubleshooting • Re: CM5 w/ IO board bricked
Instructions on flashing an image to on-board eMMC storage:Flash an image to a Compute ModuleI'm using this cable:https://www.amazon.com/dp/B0B3TNSXQQUSB to USB Cable 3 ft, USB 3.0 Male to Male Type A...
View ArticleGeneral discussion • Re: A Pi Pie Chart
Apparently eight-socket Lenovo X3950 X6 scale-up servers are plentiful on eBay and one can get a discount by purchasing more than one. As nice as they look, I prefer unsweetened hot chocolate....
View Article