Python • Re: Running PyAudio Script On Startup Issue
Hmm... maybe that means that I have Bullseye not Bookworm?Statistics: Posted by Henrik Gill — Fri Aug 09, 2024 4:00 pm
View ArticleBeginners • Re: Multiple screens linked and then connected to PC
I have a Pi screen plugged in to my PC. I would like to add more of these screens, but I dont want it to take up any more HDMI ports ont he back of the PC. SO wanted to know if there is a way to daisy...
View ArticleRaspberry Pi Connect • 404 Error Page not found
I am getting this error when I try to connect to one of Pi machines from Windows 11. I click "Go back home" and it brings up the connected machines remote screen. This happens to all of them. Is there...
View ArticleRaspberry Pi 400 • Re: No output on HDMI on Pi400 (SOLVED)
Thank you all. That solved my issue. I'll try now with the gadget, and if I can't see anything on a CRT I will make a separate thread.Statistics: Posted by 89ermis — Fri Aug 09, 2024 4:15 pm
View ArticleSDK • 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 ArticleRaspberry Pi 400 • Pi2SCART produces flickering black and white lines on a CRT
I have attached a Pi2SCART on my Pi400 in the hopes that I can utilise it to watch old school anime on a CRT.I have added the following to the end of the SD card config file, just after [all]Code:...
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 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 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 Article