General discussion • Pleb GPIO
Necessity drove invention. We created a simple utility to manage buttons and LEDs on GPIO. It struck me that this module might be helpful for others. If someone has a perspective, please share it. You...
View ArticleGeneral discussion • How to Hide or Protect Files on Raspberry Pi SD Card...
I have a Raspberry Pi Zero 2W running Raspbian OS Lite, and when I remove the SD card and insert it into a Windows computer, I can see files like cmdline.txt, config.txt, and many others.Is there any...
View ArticleGeneral discussion • Re: How to Hide or Protect Files on Raspberry Pi SD Card...
If someone has physical possession of the SD card, they will be able to find a way to get at anything on it. If you encrypt files on it, that *may* slow them down, depending on what resources they...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
I have pinn installer on my RPI 4b+ . I have noticed it will allow me to select new os update to install and leave all the other os installed alone. if i want to delete just one os and reinstall...
View ArticleGeneral discussion • Python Script keeps Exporting after Finally Statement
My python script is supposed to if recording save and export the file if interrupted. It does do that, but after, just keeps exporting and making more and more recordings.My code is below:Code: import...
View ArticleGeneral discussion • Re: Python Script keeps Exporting after Finally Statement
The only thing I can see at a quick glance is that you don't have a RETURN from the MAIN function.Statistics: Posted by DS256 — Sun Oct 06, 2024 6:34 pm
View ArticleGeneral discussion • Start Docker and server at boot
Hi, Have a docker container and a a server want to start at start up, the docker needs to run before the server can startCode: docker compose up --build --detachAnd Code: dart bin/main.dart...
View ArticleGeneral discussion • Re: Start Docker and server at boot
Have you looked in the excellent startup guide, thanks to thagrol https://forums.raspberrypi.com/viewtopic.php?t=314455Statistics: Posted by neilgl — Sun Oct 06, 2024 9:59 pm
View ArticleGeneral discussion • Re: Constant Polling for measuring Voltage with small...
Have you already got an (external to the pi) analog to digital converter (e.g. MCP3002) to measure the voltage of the panels - with voltage divider (2 resistors) as needed?Statistics: Posted by neilgl...
View ArticleGeneral discussion • Re: Raspberry Pi Zero 2 WH
hi @kheylen25sorry i bother you here.I found a post where you share your code for a app in kivy with bluetooth (bleak).Can you please share the buildozer.spec? Im new to kivy... and bleak and i cant...
View ArticleGeneral discussion • Re: Pleb GPIO
Warthog, thank you for taking a look! I figured you would, if anybody did. I did spot leds-gpio but could not make sense out of it.You should definitely consider that to be my failing -- but suspect...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
I tested the bumper in an oven from -40 to to 85C IIRC (will need to check). It still worked after week of cycling. It might be cooking oven proof, but the thing inside it won't be.Is it suitable for...
View ArticleGeneral discussion • Re: How to petition the Raspbery Pi foundation to make...
It's also worth remembering that, while the non-profit Foundation do not make hardware, the hardware design and manufacturing Raspberry Pi Ltd (or some similar name -- I can't keep up with the...
View ArticleGeneral discussion • VS Code fails to update on apt upgrade
Dear Helpers.I know this topic has been discussed a while ago in the past. And the solution was "wait until the archive is updated". The problem is that VS Code is now "upgradable" (so says apt...
View ArticleGeneral discussion • Re: VS Code fails to update on apt upgrade
Snafu on MS side… viewtopic.php?t=377570Statistics: Posted by ShiftPlusOne — Mon Oct 07, 2024 8:42 pm
View ArticleGeneral discussion • [Pi 4] Peripheral Extension Board
Hi Folks,I am using Pi 4 to access many sensors (4 SPI, 5 UART, 5 I2C, 5 ADC) and I am running out of Peripherals. I2C is not an issue since one bus can handle them. I also used I2C ADC (ads1115)...
View ArticleGeneral discussion • Re: [Pi 4] Peripheral Extension Board
There are USB options. With thousands of USB hubs, you could have millions of connections. https://core-electronics.com.au/program ... erial.htmlAre the connected devices spread out physically? My...
View ArticleGeneral discussion • Raspberry Pi Zero 2 WH
Are the Raspberry Pi Zero 2 W with pre-soldered headers on backorder from the factory? I can't find them at any of the approved resellers. Is there any ETA? Even a bad, unreliable, or imperfect ETA to...
View ArticleGeneral discussion • Re: Raspberry Pi Zero 2 WH
UK Pi Hut has some Pi Zero 2 W with a colour coded header.Check using rpilocator.Statistics: Posted by neilgl — Tue Oct 08, 2024 5:50 pm
View ArticleGeneral discussion • Rpi4&5 Can't connect to 5Ghz WiFi, but can to 2.4Ghz.
Hi everybody,I am using RPI OS with Plasma DE (Latest with update & dist-upgrade) and no 5G WiFi appers on list of possible connections.I have another USB stick with RPI OS Desktop (bookworm) with...
View Article