Compute Module • Re: Raspberry CM4 does not enable pwm audio
Audremap overlay is working now, on Scarthgap release and on Linux version 6.6.I'm not sure what changed between releases, but it's working now, just by adding the next line to local.conf file:Code:...
View ArticleMedia centres • Re: Peppy player
I tried several API keys on several players, only can get one working. I have verified these keys do work with another app that I have. This app uses the API key and city ID. Yes, 60 seconds would be...
View ArticleRaspberry Pi OS • Re: Static IP with Bookworm
Does anyone, apart from me, think it's a terrible idea that Code: nmcli references an interface using a name that changes with locale settings?Thanks to wbit for a sensible solution Statistics: Posted...
View ArticleGeneral • Re: Need Guidance for Retrigger (Falling Edge) GP14 by using RP...
Isn't this a continuation of - viewtopic.php?t=374549 ?Statistics: Posted by hippy — Mon Aug 05, 2024 12:05 pm
View ArticleRaspberry Pi OS • /usr/bin/sh being linked to dash not bash makes script fail...
Top level: I have a script that works fine when run from the command line (which is the bash shell), but doesn't work when run under "at" (where it is run under /bin/sh, which is actually a symlink to...
View ArticleGeneral discussion • Re: Is this symptomatic of a failing SD card?
What happens if you upgrade the OS to Bookworm? Do you still get the kernel task hanging?I didn't think there was an official upgrade process to Bookworm and that it was a new install to get...
View ArticleGeneral • Re: Need Guidance for RP2040 (PICO)
Hi, I'll leave the discussion to others. I'm sure they will chime in on the trigger and other things.If you are a real person, I have to say that I'd rather not be talking too much about your project,...
View ArticleGeneral discussion • Raspberry pi 4+ HDMI enable
Hello,I've had the RPI4 for some time and the HDMI port closest to the audio jack has broken down. I think it's HDMI1. I would like to enable the HDMI0 that is closest to the power outlet but I don't...
View ArticleHATs and other add-ons • Re: Can I do a NVMe hat give away here?
It's not complicated posting pictures here, just make them a reasonable size, maybe 640x480 and < 100kB and make them an attachment.Statistics: Posted by gordon77 — Tue Aug 06, 2024 11:24 am
View ArticleNetworking and servers • Re: Ideas for controlling a Raspberry Pi 5 via...
Yes but the OP asked about Bluetooth API etc.Oops! Missed that.But why use Bluetooth when WiFi/network access whether as a Hotspot or home network is so much easier with the tools available.See my...
View ArticleGeneral discussion • Re: Raspberry pi 4+ HDMI enable
No need to configure anything. The hdmi port that you connect to will be used.The default/recommended hdmi port (labelled hdmi0) is the one closest to usb power connector.hdmi1 is the one closest to...
View ArticleRaspberry Pi OS • Having trouble getting a Serial Attached SCSI controller:...
I have built a NAS with a PI5. I am using pineboards to give me a PCI 4x open end PCI slot. The card that I have purchased is a LSI SAS SATA IT Mode 9200-8I 6G/s 8 Ports RAID Controller Card...
View ArticleRaspberry Pi OS • Re: RS485 read digital data
Normally, a magnetic reed door sensor is just a simple switch, so it should be connected to a GPIO input pin and ground. That expansion board seems to have a 40 pin GPIO header so use that.The pi gets...
View ArticleGraphics, sound and multimedia • Re: Map of RPi5 HVS registers
https://github.com/librerpi/lk-overlay/ ... /hvs/hvs.cyou can also see it in most of the videos on https://www.youtube.com/@cleverca22/videosand https://github.com/adafruit/circuitpython/pull/8349...
View ArticleTroubleshooting • Problem getting Plex to see my external hard drive
Can anyone help me with plex on rasberrypi5 I followed a utube video to the letter but when it comes to mapping it does not see my external HD and i did set the permissions using chmod 77 as a super...
View ArticleTroubleshooting • Re: HDMI out problem
Can you change HDMI ports?Did you install anything, or do an upgrade, that caused the issue, or did it just happen?Statistics: Posted by jamesh — Wed Aug 07, 2024 11:33 am
View ArticleMicroPython • Re: https:// request does not work
It's almost certainly going to be that the amount of memory required is not available. Using garbage collection, 'import gc', and calling 'gc.collect()' before and after issuing a 'requests.get()' may...
View ArticleGeneral discussion • What data recovery software is best for recovering files...
What data recovery software is considered the most effective and reliable for recovering lost or corrupted files after a PC crash, and what features should I look for in such software to ensure a...
View ArticleGeneral • Re: Bootloader development in RP2040
Thanks for the information.I am referring this https://blog.usedbytes.com/2021/12/pico ... bootloader post.I have still some doubts.Before asking that. Let me try to figure it out my self.Anyway i am...
View ArticlePython • Re: Installing MARIADB on Bookworm with Python
@neilgl OK, ran exactly as you had it in your original response - still no happiness:xxx@1234i:~$ sudo rm -r My_PythonAppsxxx@1234:~$ mkdir My_PythonAppsxxx@1234:~$ cd...
View Article