SDK • Re: RP2350 rollback bug?
Ah, then it could be that picotool is translating the result like 0t11 = 0x2 ... 0t meaning thermobinary Statistics: Posted by gmx — Thu May 29, 2025 9:39 pm
View ArticleGeneral • Re: can you use debug probe with rs485 hat occupying GP0,1 and GP4,5
It's not the sensors giving me the problem. I don't know what is. Probably wiring.Following this discussionhttps://forums.adafruit.com/viewtopic.p ... 4#p1056494I have a power source (either battery...
View ArticleAdvanced users • Re: A command line tool to report CPU / GPU / Temperature
Get the CPU temperature from /sys/devices/virtual/thermal/thermal_zone0/temp instead using a firmware mailbox call. They're both reading the same temperature sensor inside the SoC.Statistics: Posted...
View ArticleSDK • Re: Compiler Optmization Reordering
* generally same core compiler reordering is prevented by asm with : "memory"* where it is necessary cross core, __dmb() is used which also does the : "memory"... note __dmb() is the implementation of...
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.Statistics: Posted by scruss — Fri May 30, 2025...
View ArticleTroubleshooting • Re: Pi 3B+ 4k output 15Hz
Investigations with modern kms drm drivers.CTried generating an edid-file to "cheat" kms into believing my TV did return such an EDID (it doesn't, but it still supports it). The file is attached to...
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 Article