Troubleshooting • Re: Deactivate (Screen) Standby, Bullseye OS
sudo raspi-config -> display -> screenNo, it doesn't matter if on or off, after 10min the screen is black ....Statistics: Posted by epikao2 — Tue Mar 12, 2024 5:47 pm
View ArticleGeneral discussion • pi5 turns on but then unresponsive, 0 watt usage (fan...
Have a really weird issue with my Pi5 trying to troubleshoot.I've tried two different power supplies so I know that's not the issue (one a 15w, another a 40w).I have a watt meter on the outlet, and...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: telescope focus motor - xHCI host not...
Hi, many thanks for your response.I've posted the output in the text below (sorry if a bit long), with some comments at the top to describe how I was doing things. Just some extra detail, I have been...
View ArticleOff topic discussion • Re: Choosing a Static Site Generator
Thanks for your reply, It's not exactly what I was looking, I was going to post the generated site to gitlab. The layout of the bookshelf doesn't work for me.I did install snap so I could try out...
View ArticleGeneral discussion • Re: bookworm update forbidden 403
The IP address is the address of my router. I just tried the same command on a X86 Ubuntu 23.10 computer and that worked fine, so I don't know why they differ.Statistics: Posted by JakeZ — Tue Mar 12,...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
Memory 'used' from command 'free' is give us process memory utilisation. Cache / Buffer are 2 others counters.I keep online the RPI to see what it appends in the time with kernel 6.6.20.OpenmediaVault...
View ArticleAdvanced users • Can't get Waveshare LCD working with PyGame/SDL2
I have a project involving a Raspberry Pi Zero 2W (Raspberry Pi OS Bookworm Lite 64-bit) and a Waveshare 2.8" DPI LCD. I'd like to run PyGame on it to display a simple touch-based UI.The display turns...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: use of gpio lines in kernel modules...
Show me what the gpiob driver is doing - it will focus the discussion.Statistics: Posted by PhilE — Wed Mar 13, 2024 5:30 pm
View ArticleTroubleshooting • Re: gpac package problem
It would be normal if the package is not properly maintained. It looks like GPAC has moved/renamed itself.There are build from source instructions which might workStatistics: Posted by scruss — Wed...
View ArticleAdvanced users • Re: Raspberry Pi 5 continues to boot from SD card
Probably the only certain way is to fill the sockets with epoxy and put the Pi into a sealed case.Anything that can be done in software can be undone in software.What are you actually trying to...
View ArticleTroubleshooting • lgpio
Is lgpio a 64 bit only library?I ask because I successfully used it on a Pi5 using 64 bit bookworm, but I tried the same program on a Pi 4 32 bit bookworm:makesaid: make: nothing to be done for...
View ArticleBeginners • Re: Connecting a battery to raspberry pi 5
Any 12V battery etc. will do via a chip from a car charger.Any?Including https://www.amazon.co.uk/LiCB-23A-Alkal ... 7V26VLQ1/ ?I think not!Statistics: Posted by drgeoff — Wed Mar 13, 2024 5:39 pm
View ArticleOther projects • Re: audio detection through microphone
Example https://www.hackster.io/hlsw/pico-wake-word-1e2372Statistics: Posted by gordon77 — Wed Mar 13, 2024 5:51 pm
View ArticleRaspberry Pi OS • Re: Multiple workspaces in Bookworm
May be I've been living in a cave. I didn''t know this feature existed.Statistics: Posted by Ravi_Joshi — Wed Mar 13, 2024 6:02 pm
View ArticleDevice Tree • Re: PWM driver questions
You could write a book on some of those, and I'm not going to, but I'll try and give you some pointers:Where are GPIO pins and pin functions enumerated/documented for both legacy and RP1 style?The...
View ArticlePython • Re: Unable to inherit system packages
Sorry for not providing adequate information. Here is what happened after creating the environment Code: pi@raspberrypi:~ $ python3.9 -m venv --system-site-packages newenvpi@raspberrypi:~ $ source...
View ArticleAdvanced users • Re: partitioning nvme
Depends. If you follow the usual method and write a .img to the drive (or use SD card copier) your partition table will be replaced as will all references to your data.as I imagined, so what will be...
View ArticleRaspberry Pi OS • Re: How to reset vcgencmd get_throttled?
AFAIK there isn't but rather than checking throttled since last boot, wouldn't it be better for you to check for currently throttled?A sensible suggestion, but I didn't write the software that puts...
View ArticleGeneral • Play multiple wav sounds simultaneous
Hello,I have a simple application playing multiple wav sound files from an sd card over a i2s amplifier. The Pico receives a byte over the serial port and accordingly plays one of five sounds. These...
View ArticleTroubleshooting • Re: lgpio
/usr/loca/lib/liblgpio.so: file not recognised: file format not recognisedWell, when I see this kind of diagnostic, I typeCode: file /usr/loca/lib/liblgpio.soex:file...
View Article