Advanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
A few weeks ago I bought a Pi 5, and have now found that a new 256G Kingston Canvas Go! Plus card fails with CQ enabled (which now appears to be the default, RPi OS released November 19th 2024). I'm a...
View ArticleBeginners • Re: Installing rpi_ws281x help
Your recommendations are very useful. Thank you. The GitHub repo you linked is different from the one I was using. It seems to have all the files I need. Much appreciated.Statistics: Posted by...
View ArticleGeneral discussion • can not download adafruit library for DHT11
I am trying to use the Adafruit DHT11 temperature/humidity sensor on a Raspberry Pi 4 Model B without successIn all the forums, it talks about downloading the Adafruit drivers and starts with the...
View ArticleNetworking and servers • Re: 5GHz access point Android not detected on PI5
If you find the country code for the phone, you can break the law and set the country code wrong in the PI.There are ways to report frequencies in use then override frequency bands without changing...
View ArticleGeneral discussion • Re: can not download adafruit library for DHT11
The commands you want are "apt" or "apt-get". Note the 't' instead of the second 'p'.Statistics: Posted by W. H. Heydt — Mon Dec 23, 2024 3:33 am
View ArticleCamera board • Re: Generating rpicam-hello images with remote RPi cameras via...
From the capabilities listed, you don't have the QT preview option enabled. I suggest you re-install the full rpicam-apps package rather than the lite that you have right now:Code: sudo apt updatesudo...
View ArticleNetworking and servers • Having trouble configuring IP addresses and setting...
Hello. So, this has never happened before but as soon as I finally got port forwarding set up with my Raspberry Pi's Apache Web Server, it started changing IP addresses. I'd read something about this...
View ArticlePython • Re: Issues with code from Raspberry Camera Guide 2nd edition
Yes noted and done.JohnWStatistics: Posted by ejwjohn — Tue Dec 24, 2024 1:34 am
View ArticleBeginners • Re: DAS How to build a Raspberry Pi DAS (not NAS) by USB-C or WiFi
Hello, I would like to know How to build a Raspberry Pi DAS (not NAS) not connected to Internet (I think is not secure for data), just connected by USB-C like many other DAS , or connected by WiFi but...
View ArticleRaspberry Pi OS • Clean install of Bookworm and rpicam apps was not included
Hello,I have just completed a new image install of Bookworm 64 bit onto and RPi5 as part of some project work related to becoming more familiar with the Rpi Camera series of hardware and I found it...
View ArticleRaspberry Pi OS • Re: Clean install of Bookworm and rpicam apps was not included
that would be assuming everyone has a camera, so no the apps are not neededStatistics: Posted by kerry_s — Tue Dec 24, 2024 1:49 am
View ArticleGeneral discussion • Re: WiFi region setting
If you're flashing the card in the pc, why not just set the wifi country in there too with the imager?Statistics: Posted by memjr — Tue Dec 24, 2024 2:06 am
View ArticleOther projects • Re: Solar Panel Project with Raspberry pi 4.
alright thanks for all the reply guys will try them out when i have the charger. I tried using the same thing on a Arduino mega and its working fine , there was no problem whatsoever so why is that...
View ArticleBeginners • Re: Ubuntu 24.10 will not install on PI5- installer crashed
Try asking here: https://ubuntu.com/support/community-supportStatistics: Posted by memjr — Tue Dec 24, 2024 2:13 am
View ArticleTroubleshooting • Re: Trouble with $SUDO_UID
sudo -u requires a user name, or a numeric user id prefixed with a literal '#'. The code is passing a bare uid.I do not think this could ever have worked, so either nobody is using the project, or...
View ArticleAdvanced users • Re: Image File Utilities
It's the image file that is out of space, not the device it resides on. You specify the size of that image file when prompted for "Initial image file ROOT filesystem size (MB)". If you're accepting...
View ArticleRaspberry Pi OS • Re: Firefox-ESR in Bullseye (Debian 11) - March 2025...
I currently can't upgrade or even reinstall the OS (11/Bullseye --> 12/Buster)You mean 11/Bullseye -> 12/Bookworm?For some reason 32bit Raspbian Bullseye is stuck on the old Firefox-ESR branch....
View ArticleBeginners • Re: How would I go about creating the front end like this on a Pi5?
I would go with an HTML page with buttons and JavaScript.Or use python flask or pygame.Statistics: Posted by neilgl — Tue Dec 24, 2024 10:24 pm
View ArticleGeneral discussion • Re: Google will be after me...
What app are you using that you get logged out of?Statistics: Posted by bls — Tue Dec 24, 2024 10:30 pm
View ArticleRaspberry Pi Connect • Re: Screen Sharing high latency Raspberry 5 headless
I was having the same problem of "both your device and browser chose to use connect's relay".I have a local firewall configured on my RPI 4.The configuration was:Code: root@picompute:/home/picompute#...
View Article