General discussion • Re: Which relay for this?
You might have to order online. Do you know of a local stockist you can buy components and modules from?If not, Walmart, Amazon, eBay, AliExpress, etc.Post details of what you think you might buy and...
View ArticleTroubleshooting • Can't install PyQt5
Whenever i run Code: pip install pyqt5 it just keeps getting stuck in Preparing metadata until my raspi crash. Somebody knows how to fix this?Statistics: Posted by Lipopino — Sat Feb 24, 2024 2:01 am
View ArticleTroubleshooting • Re: RasberryPI Zero 2W: Unable to connect to home WiFi.
Strange as 2.4GHz works fine on my Pi Zero 2 W home WiFi using 32-bit Bookworm or 64-bit Bookworm.Statistics: Posted by neilgl — Sun Feb 25, 2024 12:46 am
View ArticleTroubleshooting • Re: HDMI issues with new Pi5 8gb
Oops, it is an old Polaroid TV, FLM-2632, not Panasonic. I also tested both my RPi3 and RPi5 on our big screen Panasonic Smart TV and neither Pi displays. Both Pi's display with my "normal" computer...
View ArticlePython • Re: Raspberry pi 5 with DHT11
Zillions of different LCD displays. I can't give you an answer not knowing what is the type of display you have and what type of protocol it uses.Statistics: Posted by danjperron — Sun Feb 25, 2024...
View ArticleSDK • Re: Weird problem with C++ and strings - fragmented ram?
It might be worth putting something likeCode: target_compile_definitions(${PROGRAM_NAME} PRIVATE PARAM_ASSERTIONS_ENABLE_ALL=1 PICO_USE_STACK_GUARDS=1 PICO_MALLOC_PANIC=1)into your...
View ArticleGeneral discussion • Re: Pointers to an online registration Kiosk app on the...
Good point, but the users will have smart devices, but no assurance of any network connections outside of what I may provide with the PI as an access server…..trying to minimize the handwriting...
View ArticleGeneral • Re: Pico W : modify example tcpserver in web server
I took the easy way out and used the httpd in pico-sdk/lib/btstack/3rd-party/lwip/core/src/apps/http: wifi_httpd.Statistics: Posted by carlk3 — Sun Feb 25, 2024 1:19 am
View ArticleAdvanced users • Re: Image File Utilities
That's even an additional argument to publish the code in a repository because there no reset will happen.This is the reason its not a good idea https://github.com/seamusdemora/RonR-RP ......
View ArticleMicroPython • Re: Frequency counter stops after while
If you're not reading really high frequencies, I've found using the PWM frequency counter quite reliable. The PIO counter is better for much higher frequencies: I've measured over 20 MHz at standard...
View ArticleTroubleshooting • Re: Turn off screen Raspberry Pi 5
I have and none of it is clear on what you need to do for new people, Hence the question Statistics: Posted by liminal — Sun Feb 25, 2024 2:02 am
View ArticleAdvanced users • Re: Building the Raspberry Pi OS Kernel : Made Easy
build-kernel (in the first post of this topic) has been updated.This update contains some tweaks for Raspberry Pi OS Bookworm.Statistics: Posted by RonR — Sun Feb 25, 2024 2:06 am
View ArticleBeginners • Re: I have raspberry pi OS already preinstalled on a microsd...
how do i connect my raspberry pi zero w to my desktop? i intend to install pihole and do absolutely nothing else with this thing. i just don't know what comes next. do i open the raspberry pi os on my...
View ArticleBeginners • Re: Block Tracking Cookies
Seems to me you're set up correctly. That the websites *want* to install tracking cookies is something you should rightly object to.Statistics: Posted by W. H. Heydt — Sun Feb 25, 2024 2:09 am
View ArticleGeneral discussion • Re: RPi OS music player
I'm using Volumio at the moment with my new RPi5, it's a wonderful replacement for my old CXN V2.The other OSes must further refine their compatibility with this new RPi, I would like to do tests...
View ArticleTroubleshooting • Re: RPi5 active cooler not working properly
I think my blower physically broke, though. It isn't behaving how it should. I've seen it as high as 59 and it still runs for very short periods, the documentation doesn't support that behavior.is...
View ArticleGeneral discussion • Re: Raspberry Pi updates
Ah, so full-upgrade includes deletion of conflicting packages that would normally block a simple upgrade?Statistics: Posted by lurk101 — Mon Feb 26, 2024 1:27 am
View ArticleBeginners • Not sure what is up with my new RP5
I have been going through tutorials learning about the basics since I am a newbie to all this. I was doing really well, and even taking notes along the way. I liked the fact that the OS for the RP5...
View ArticleCamera board • Re: Syncing IMX708 captures on RPi 5?
MMAL never supported hardware synchronisation - it programmed the two sensors with the same frame lengths, and started them at as close to the same moment as possible (separate I2C messages have to be...
View ArticleMedia centres • Re: Control Via HDMI
I looked in the settings and that's turned on.Statistics: Posted by crazygamer24151 — Mon Feb 26, 2024 1:47 am
View Article