Other projects • Re: How can I disable GPIO button presses while video is...
How can I disable GPIO button presses while video is played?You don't. Instead you simply ignore GPIO button presses while a video is playing. That's basically what you are trying to do with the...
View ArticleRaspberry Pi OS • UART (pins 14 & 15) support in Raspbian 12
For the life of me, I can't figure out what they changed in Raspbian 12 (32 bit) on the model 3 B+.In Raspbian 11, I had to do the routine steps in raspi-config to enable the serial port and disable...
View ArticleAdvanced users • Re: ADATA SD620 external SSD: eject does not function properly
Mount it on your Windows system, share it as an SMB share, mount that on your Linux system.Statistics: Posted by DougieLawson — Thu Sep 26, 2024 10:44 pm
View ArticleHATs and other add-ons • Re: Waveshare 1.69 display and Raspberryt PI 5
Thanks for your response unfortunately it didnt help in my case.My project is to build a raspberry pi 5 connected to either of the following displays. (240x240, 240x280)ST7789ST7789V2ST7735I am trying...
View ArticleTroubleshooting • Re: WD Blue SN580 not detected with CM4
I updated the SN580's firmware from 281010WD to 281040WD with my Windows PC. It remains undetected in the CM4 system.I also tested a Sabrent Rocket NVMe4 1TB in the CM4 system and it was detected...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Weather Display I2C
trying to do the basic CPU monitor but keep running into this errorsudo pip3 install --upgrade adafruit-python-shellerror: externally-managed-environment× This environment is externally...
View ArticleBeginners • Re: Looking for a good screen with certain spec
You're unlikely to find HDMI display at that price as manufacturer has to have HDMI group membership at $10k a year plus royalties. Might be some DVI ones though, but I suspect most will be SPI.Ahh...
View ArticleRaspberry Pi OS • Re: UART (pins 14 & 15) support in Raspbian 12
Try using /dev/serial0. That should be a symlink to the correct uart device.Statistics: Posted by thagrol — Thu Sep 26, 2024 11:29 pm
View ArticleRaspberry Pi OS • Re: Installing Docker in Raspberry Pi5
I installed it yesterday on PiOS 64bit and it's working fine. I used the instructions on the docker websitehttps://docs.docker.com/engine/install/debian/I installed it from the docker repo:...
View ArticleBeginners • Re: RP2040, min power consumption, run on CR2032
You are looking at a battery that has a capacity of 700mWh and you want to run a system for 48 hours. Therefore you need to limit your average power usage to 14mW. This seems--to me--to be unlikely to...
View ArticleTroubleshooting • How can I get my camera to work?
I am trying to use these camerashttps://www.amazon.com/dp/B07X1VGQSLhttps://www.amazon.com/dp/B01ER2SKFSWhen I attach it, it is not detected. So far, I did everything in this...
View ArticleGeneral • Re: RPi Pico PWM Switch time
As others have pointed out PWM is a poor idea, it is not designed to switch frequencies.In face this could simply be implemented using timed bit banging.In the 1970s a colleague and I used software...
View ArticleRaspberry Pi OS • Re: Xterm title and bash prompt
First of all many thanks to everybody who responded/commented.bls asked me to check my .bashrc and correct my mistakes. I did that and I apologize for the errors in my .bashrc. I corrected those...
View ArticleBeginners • Re: how to connect to headless raspberry pi without network
You have to make sure your new router uses the same SSID and PWD as before and everything will work as before as long as you configured your RPi3A+ to use DHCP If you can't do this it's getting...
View ArticleCamera board • Re: "Or Better"?
Does Python for Raspberry Pi support Libcamera-vid? If so, perhaps this:Yes. And that code - apart from the conversion from .h264 to .mp4 - gives your required output.The conversion isn't respecting...
View ArticleSDK • Re: blink_simple, pico2, cmake problem
Nice.From SDK manual, it looks that you have to change the defaults if using a different toolchain:6.3.1.2. PICO_GCC_TRIPLEThis specifies one or more compiler "triples" to try when looking for a GCC...
View ArticleCamera board • Re: libcamera-hello: ERROR: *** no cameras available ***
Im not sure what the issue was in the end, i reinstalled the RaspberryPiOS Lite 64bit on the SD card and it works again.Statistics: Posted by Bluemethyst — Fri Sep 27, 2024 10:49 pm
View ArticleRaspberry Pi Connect • Re: resource usage if actually remote? busy or idle
What about if it's NOT peer-to-peer?Statistics: Posted by tinker2much — Fri Sep 27, 2024 11:27 pm
View ArticleHATs and other add-ons • Re: Stacking Build HAT and Sense HAT on Raspberry Pi5
[*]All HAT EEPROM have the same address.* Outside of pin conflicts this is the primary reason they cannot be stacked.Oops..It was a deliberate decision.While I don't have any inside information I...
View ArticleOfficial Display • Re: White band on one side of screen
Thank you for replying, i appreciate that you took the time to help me out!I’ve done some investigating of my own in the mean time. A one in a million chance, i’m sure, but both me and my mate had a...
View Article