General • Re: Credit Ian Lesnet for E9 Bug in RP2350 ERRATA
@Dreg, please forgive me, but I found that cheap multimeter image being a little bit insulting.Actually exactly that one made me to join this forum on the first day I've got a new RP2350 board and...
View ArticleSDK • Re: how to access my header file
Perhaps ...Code: target_include_directories(${PROJECT_NAME} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})But my builds work, find my header files, without having to specify that.Statistics: Posted by hippy —...
View ArticleTroubleshooting • Re: 2560x1440 not an option in screen configuration
There is no mode with an active area of 2560x1440 defined in either the CEA or DMT standards, which means there is no standard timing that could be adopted. The CVT and GTF timing formulae are even...
View ArticleGeneral • Re: How do I set up USB Sniffer Lite on My Raspberry Pi Pico?
Yep, try to use a proper terminal.Statistics: Posted by gmx — Sat Apr 12, 2025 8:32 pm
View ArticleBeginners • Re: Why the Pi5 automatically turns on when power is supplied?
Hello, how come when I plug the AC adapter into the outlet, the Pi5 automatically turns on rather than remaining turned off until I press the power button? Is this normal?Yes. Entirely normal and as...
View ArticleMicroPython • Re: interrupt Pico code started by mpremote
Use the below approach: Code: mpremote run --no-follow bolt.py replThen Ctrl-C , Ctrl-B will bring you to the repl or Ctrl-C , Ctrl-] will bring you back to your shell where you started mpremote.for...
View ArticleCompute Module • Why does HDMI on my CM4 Carrier board work on 1080p monitor...
The screen works with the CM4 IO board, the carrier board works with any other screen but this little 7" touch screen (1024x600). Not sure what I am missing. I have tried using HDMI Boost and tried...
View ArticleTroubleshooting • Re: Argon Neo5 NVME problem
I haven't had much luck with those kinds of hubs. My guess is that your power if insufficient.Statistics: Posted by Solskogen — Sat Apr 12, 2025 10:06 pm
View ArticleCompute Module • Re: Why does HDMI on my CM4 Carrier board work on 1080p...
You haven't really paid any attention to the PCB layout notes for the HDMI signals in the CM4 datasheet. You haven't connected the CM4 grounds. Have a look at the cm4io board .Statistics: Posted by...
View ArticleHATs and other add-ons • Cellular Data Hat compatiblity...
I just saw this IoT connectivity company: https://www.1nce.com/en-us/1nce-connectthe pricing looks a little too good to be true, only $18 to try it out and it's supposed to be good for 10 years? Low...
View ArticleTroubleshooting • Re: Can't SSH into new Pi Zero 2 W
I logged into my router. Unfortunately it doesn't look like it has a list of connected devices and their IPsStatistics: Posted by FixMyPi — Sat Apr 12, 2025 10:31 pm
View ArticleGeneral • Re: Differences between pico 1 and 2, and onewire problems
What do we know:1. We know that the 1-wire protocol relies on regid timing requirements.2. We know that the default System Clock for the Pico is 133 Mhz3. We know that the default System Clock for the...
View ArticleTroubleshooting • Re: Pi5 not booting anymore
Have you read https://forums.raspberrypi.com/viewtopic.php?t=58151 yet?Yes.Failure seems to leave a small set of possibilities -Faulty or failing TV/monitor/display and/or connecting cables;Faulty or...
View Article