SDK • Re: RP2350 rollback bug?
Ah, then it could be that picotool is translating the result like 0t11 = 0x2 ... 0t meaning thermobinary It's 0x2 because the rollback code doesn't care about anything except the most significant bit....
View ArticleGeneral • Re: can you use debug probe with rs485 hat occupying GP0,1 and GP4,5
that could be better than my current solution thank you I also found google search for "use raspberry pi debug probe to do hard reset" gives a solution but says:"The debug probe is a powerful tool for...
View ArticleGeneral • SDSC support on Pico
Using https://github.com/carlk3/no-OS-FatFS-S ... I-RPi-Pico (main)Looking for help building version 2.4.0 of this project so that I can used 128MB SDSC cards.Got examples/command_line working with a...
View ArticleGeneral • Re: New Bluetooth stack for Pico
By "WiFi up" I mean WiFi core is up, but WiFi radio down if Bluetooth only. Datasheet's values are valid if Bluetooth is connected using UART interface. On Pico (2) W board it is not, due to pin...
View ArticleGeneral • Undercharging?
Hello,I'm a newbie to building Pi stuff (and using this forum) so don't bully me! LOLI'm working with DC4-7V LEDs and have a 2x AAA battery pack (mostly chosen because it was the only accessory I...
View ArticleSDK • Re: Pycryptodome not installed
On old Windows installer utility, in faq section of its github page there was a hint, how to install module to standalone (just unzipped) Python. I belive it was pipx. But now that page is archived...
View ArticleBeginners • Re: Raspberry Pi5 Starter Kit sound question
On a stock Pi5 only over HDMI.You can add a USB dongle or one of many audio HATs if you want analogue.Statistics: Posted by thagrol — Fri May 30, 2025 11:27 pm
View ArticleAdvanced users • Re: 1200 baud RJ11 modem to RasPi
The English language (and I'm pretty sure that my former colleagues at Collins Dictionaries would back me up on this) is defined by usage, not committee.Try submitting a paper to a journal in a...
View ArticleGraphics, sound and multimedia • Re: Midi, I2C, Pi 5 RP1 chip, which gpio lib???
Well, I finished setting up the board. The final diagram is a bit more complex.I got many errors, WirinPi didnt work, I tried gpiozero, gpiod... have to try again...only one pot script worked, and I...
View ArticleBeginners • Re: need help in powering raspberry pi zero 2w
i want to use pi 4 power supply but i read somewhere that their is some compability issue ( releated to e mark cable ) hence im fearing that if it doest give enough power to pi 02w ( due to some...
View ArticleGeneral • Re: Undercharging?
A 2x AAA battery pack is prox 3V, depending on charge state.From https://datasheets.raspberrypi.com/pico ... asheet.pdf :"Pico uses an on-board buck-boost SMPS which is able to generate the required...
View Article