SDK • Re: SDK2.0.0 - all web include links failing
NB: TinyUSB links are OKCode: [build] In file included from D:\Dropbox\PicoMite\PicoMiteWeb\MMBasic_Includes.h:34,[build] from D:\Dropbox\PicoMite\PicoMiteWeb\PicoMite.c:39:[build]...
View ArticleTroubleshooting • Re: raspberry pi 5 gpio connection error
thank you for your answer I will try the solution you told me and let you know about the progress as soon as possible.Statistics: Posted by Burak025 — Fri Aug 09, 2024 4:28 pm
View ArticleSDK • Re: Link doesn't complete with SDK 2.0.0 on W11, blocks on picotool.exe
You have to remove .zip extension from *z0?.zip files. Need to unzipp it inside C:\ and add line inside CMakeLists.txt (or when cmake.exe):Code: set(picotool_DIR...
View ArticleGraphics, sound and multimedia • Re: Pulse Audio: stutter & sample rate...
I have this in an old long time not used script w.r.t RTL-SDR DVBT sticks:Code: rtl_fm -M wbfm -f $frequency | play -r 32k -t raw -e s -b 16 -c 1 -V1 -Ran on an RPi3B+, Bullseye. The connection...
View ArticleTroubleshooting • Re: Disable low voltage popup in Raspbian (Pi 5)
S can happen under any circumstances. I don't think there's any particular reason to single this one case out.Statistics: Posted by BigRedMailbox — Sat Aug 10, 2024 4:10 pm
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
Page 13 of which document?I can't see it in page 13 of the RP2350 datasheetRP2350 Datasheet, the version I downloaded yesterday...Appendix H: Documentation ReleaseHistoryAugust 8 2024Initial...
View ArticlePython • Re: How much can I ask a Raspberry pi4b to do?
The Raspberry Pi is a 8gb.If you already have the hardware, why not just load it up with your Priority tasks and ensure it runs. Then add the less important tasks one at a time to find out when it...
View ArticleAutomation, sensing and robotics • Re: Firehouse Alerting
Much easier if you can examine the ASCII text data stream before it gets converted to pixels.Statistics: Posted by drgeoff — Sat Aug 10, 2024 4:17 pm
View ArticleHATs and other add-ons • Re: Raspberry pi 5 NVME m.2
viewtopic.php?p=2241358&hilit=Nvme#p2241358Adding an extension for mounting 2280sized drives is simple as wellStatistics: Posted by aBUGSworstnightmare — Sat Aug 10, 2024 4:29 pm
View ArticlePython • In search of...
Hi,I am playing around with trying to implement a simple home control widget using a Pico W. I have become familiar with using Django and MVC structured web work.Two things. First, all the examples of...
View ArticlePython • Re: In search of...
Hi,I am playing around with trying to implement a simple home control widget using a Pico W. I have become familiar with using Django and MVC structured web work.Two things. First, all the examples of...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Not Booting: No HDMI Signal, Solid Red LED
the LED stays solid redsolid red on a pi5 means its offyou need to click the power button to turn it onStatistics: Posted by cleverca22 — Sun Aug 11, 2024 2:22 pm
View ArticleTroubleshooting • Re: Raspi5 fails to pip-install PyQt5 in a Python-Venv
Gents, thank you for the suggestions, but you are missing the main point.My issue is not about creating a venv - this is almost a trivial task. And it is also not about apt versus pi use. Just as an...
View ArticleGeneral discussion • Pico 2 Micropython problem
I've just tried out my new board with a graphics program and have hit a snag. To get this loop to terminate I have to include an 'unnecessary' print statement.Code: for i in range(r, 0, -1): print(i)...
View ArticleSDK • Re: RP2040 inter thread synchronisation
Great work. Thanks for your persistence. It seems like everyone goes for TIMER_3 thinking it's the last thing anyone else would do ! Maybe you don't have stdio output at all.Indeed , all the Serial...
View ArticleGeneral programming discussion • Re: Programmatically Dim 7" LCD Monitor
Use ddcutil to figure out your device capabilities. Most likely itdoes not have a controllable backlight.Statistics: Posted by aBUGSworstnightmare — Sun Aug 11, 2024 3:14 pm
View ArticleTroubleshooting • Re: HDMI-CEC with Bookwork on original Pi B (not B+)
The key difference is (not working):Code: total_mem=256vs (working)Code: total_mem=512Both kms and fkms drivers require at least 512M of ram.The ancient 256M Pi1 can only run the legacy display stack,...
View ArticleC/C++ • Re: Pigpio GPIO mapping for pi 4B
I’ll try the command. Where I am confused is: according to Pigpio library, it uses the actual cpu gpio PIN number as an input. Even if the feeders pins are having the same role across all pis, their...
View ArticleSDK • Re: SDK 2.0.0
To trigger the install of the two different tool chains...Those toolchains must be coming from somewhere, and presumably the Extension has code which shows where from and how to install them. Maybe...
View ArticleAdvanced users • Re: rpi-sign-bootcode in secure boot for Raspberry Pi 4
Actually, I realise that my question is in fact answered by this thread (And what I followed to install the secure boot)viewtopic.php?t=344770So the answer is I guess, don't use the update-pieeprom.sh...
View Article