Other projects • Re: Fingerprint collector
I know we're taking about a high school project but two words: privacy and consent. Fingerprints are one of the longest used pieces of biometric data for identification.Statistics: Posted by thagrol —...
View ArticleBeginners • Re: Systemd, gpiozero, permissions - boot vs shell
No difference I'm afraid. Permissions are correct same as yours, of course I can only check them after boot is complete.Unture. This is a bit hacky but try adding the following to your service (in the...
View ArticlePython • Re: venv, poetry noob stuff
Poetry is the same a "python -m venv venv_name" which creates a venv. It also activates, deactivates it, you also use it to install the packages so it is saved into a requirements.txt file, so you...
View ArticleGeneral discussion • Re: exact meaning of pi 5 vcgencmd get_throttled
I have a 40A 5V supply powering this thing, (yes, 200W, 40A, 5V), and yet I get 0x50000.The Pi is quite fussy about getting at least 5V all the time. The official PSU supplies 5.1V to make sure it...
View ArticleRaspberry Pi OS • Re: How do I make Thunar the default file manager?
in pcmanfm, right click a folder-> open with-> thunarThis only works for one time during setup. Then the folders open in pcmanfm anywayStatistics: Posted by smak15 — Tue Oct 01, 2024 11:14 pm
View ArticleGeneral • RP2350 modules - why not 1V8 support?
Dear community, mainly addressed to the Pico 2 board/module vendors:Why all these Pico 2 cannot support 1V8 logic (on GPIOs)?I need 1V8 logic levels (on PIO GPIOs, on SPI GPIOs etc., even in future I...
View ArticleBeginners • Re: Having DNS issues. Help
I have put a static IP address on the PI, but idk if that is whats causing the issue. I have tried what seems like almost everything but I have given up.Likely this is the cause. TryCode: # get the...
View ArticleTroubleshooting • Internet Radio Project
Hi everyone,I'm new here, and pretty new to programming too.I'm trying to build a "simple" internet radio, with minimal controls and options.Here is a list of parts I'm using :Raspberry Pi 5AudioBerry...
View ArticlePython • Re: CPU Temperature Test Not Working; Need File Format
'\xb0' is degree sign in many 8bit encodings, such as iso-8859-1, iso-8859-15, and cp1252. You could specify any of those.It would be better, though, to encode the file as UTF-8 so that it matches...
View ArticleGeneral discussion • Re: Alternate power source-100W USB-C connection
Current is pulled not pushed. The Pi won't draw more than it needs.*However...Is that a fixed 100W output or does it use USB PD? Or some other mechanism to control the output?100W is 20A at 5V. The...
View ArticleCompute Module • Functionality of GLOBAL_EN vs RUN_PG
Hi, all. We are designing a carrier board for the CM4. After reading through the documentation, I have become confused about the `GLOBAL_EN` and `RUN_PG` signals. I have gathered the following:[*]...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
I've checked with sales, production has now ramped up (there was a delay due to some packaging issue), but devices are being sent out to AR's worldwide, so the channel should be pretty well stocked in...
View ArticleHATs and other add-ons • Raspberry Pi 5 + Analog HAT
Hi everyone,I purchsed a Raspberry Pi 5 and a Sixteen Analog/Digital Inputs 8-Layer Stackable HAT for Raspberry Pi 5 (SKU: SM-I-018). The analog HAT is supposed to power the Raspberry Pi 5. I...
View ArticleGeneral discussion • Solved: Re: Wrong Keyboard Layout
Figured it out.It defaulted to something like a 107-key keyboard.101 was the key.Statistics: Posted by PiForumTroll — Fri Oct 04, 2024 11:41 pm
View ArticleAdvanced users • Re: Image File Utilities
@shawn-o,Do you get the same error messages backing up to a local storage device (USB flash drive, etc.) instead of SynNAS?Statistics: Posted by RonR — Fri Oct 04, 2024 11:45 pm
View ArticleGeneral discussion • solution for New RPi install won't update
This is a heads-up.I found the solution to a problem that is being discussed in forums all over the internet.My RPi5 with a fresh installation of the OS won't upgrade its packages.Nothing on the...
View ArticleGeneral discussion • Seeking Advice on Running YOLO with COCO Dataset on...
My team and I are working on a graduation project involving Raspberry Pi, and we could use your expertise.In our project, we plan to use the YOLO model for real-time object detection, trained with the...
View ArticleSDK • Re: Compile not reporting correct RAM usage
Note for an application-level C program running under Linux you might instead want to allocate as many variables on the stack as possible. In Linux the stack will grow as needed and placing things on...
View ArticleTroubleshooting • # key not working
Does anyone know why my # key only does an English pound symbol for currency? I picked the American keyboard and the USA for the country. Using Raspberry Pi Imager 1.8.5Statistics: Posted by mfmayes49...
View ArticleCompute Module • Re: Secure Boot
Encrypted file system is better but it needs TPM - otherwise the device cannot reboot automatically without somebody entering the password.you dont need a TPM to do that on the rpithe keys can be...
View Article