Troubleshooting • Re: Is there a way to use RPi._GPIO in docker without...
See if this old post of mine helps with anything.viewtopic.php?t=361857#p2171189Please note that that post, the following:docker run --device=/dev/gpiomem:/dev/gpiomem:/dev/gpiomem:/dev/gpiomem Should...
View ArticleBeginners • Re: What currently is the best remote desktop software for the pi ?
For desktop sharing, older Pi's are not supported.From the announcement (emphasis mine):First of all, Raspberry Pi Connect needs your Raspberry Pi to be running a 64-bit distribution of Raspberry Pi...
View ArticleTroubleshooting • 100%cpu usage
Hi,I have an 8gb pi5 running 64bit pi os,after installing the is all is ok, if I leave it to idle fur ax day or so all of a sudden various processes start maxing out the cpu where can I look fur me...
View ArticleTroubleshooting • Re: 100%cpu usage
in the terminal use top or install htopcheck the journal and also if you have a free spaceon desktop: lxtaskStatistics: Posted by dmytro_sh — Thu Aug 01, 2024 1:53 pm
View ArticleTroubleshooting • Re: Connecting pi to tight vnc
To be sure I get the right information how do I find which system I am using?Statistics: Posted by jeffrsharpe — Thu Aug 01, 2024 1:56 pm
View ArticleBeginners • PHP info page under three different names
I installed Apache2, MariaDB and PHP-server, it looks like it is working but when I checkin /var/www/html/ I have three files that show the same "PHP version page" underdifferent names. They all show...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Interesting alternative to a slew of boards for those who want AI and NVMe with their Pi 5 -https://pineboards.io/products/ai-bundle-hailo-8lNot cheap but probably not pricey compared to the...
View ArticleBeginners • Re: PHP info page under three different names
You can delete all of themthose files are to test that your setup is correct.Now you can do your coding, so those files are not needed anymore.Just create a file with the name you want p.s. typical...
View ArticleRaspberry Pi OS • Re: What's the status of 'labwc' under Bookworm ?
Would it be possible for you to just wait until all the dev work is actually complete before complaining? This is still beta software, and should treated as such.If someone had said it is beta...
View ArticleTroubleshooting • Wireguard/OpenVPN throughput reduced
Greetings,for some reason the throughput of forwarded VPN traffic has been effectively halved, and I cannot find out why. The CPU load is not an issue, especially Wireguard barely has little CPU...
View ArticleTroubleshooting • Cannot make Pi DAC+ work with Raspberry Zero 2W
Dear,I bought a Raspberry PI Zero 2W and a Pi DAC+.I followed the tutorial to set it up. https://www.raspberrypi.com/documentati ... rry-pi-dacBut I have no sound, and the card does not seem to be...
View ArticleMicroPython • Re: Code getting stuck after count
Thank you so much,You have three countdown timers. Each for the same 4 hours.Let me just clarify that there should only be one count-down, and they are all else/if statements based on the decision...
View ArticleMicroPython • Re: Can't connect Pico to ADS1115 ADC board
@scruss thanks for the reply. I thought I had already replied to this thread, but it seems not. I checked out the library at the link you provided, and ended up using it , so thanks for that.I found...
View ArticleTroubleshooting • Re: Wireguard/OpenVPN throughput reduced
Which OS are you running on that 3B and which version of Wireguard / openVPN?(I am running openVPN on a pi4 and StrongSwan on another)Statistics: Posted by neilgl — Fri Aug 02, 2024 1:51 pm
View ArticleOff topic discussion • Age Calculator Functionality into Your Web App
I’m working on a web application and need to integrate an age calculator feature. I’m considering using JavaScript for this, but I’m unsure about the best way to handle the date calculations and...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: 1.47 inch display with RPI 5
Can't offer any additional support on this particular display.Can you help me with that as when I tried it messed up my boot neither did it boot on the screen nor the monitor.if you've messed up your...
View ArticleGeneral • Re: Need Guidance for RP2040 (PICO)
A Schmitt trigger GPIO input doesn't have any guarantees about the voltages at where it switches. No surprise if changing the signal frequency causes the low-going voltage to change. It's a design...
View ArticleTroubleshooting • Re: External Drive issues with Pi5
I don[t think there is such a thing...Do you have a link for your adapter / cableThis is the one I've got, https://thepihut.com/products/ssd-to-us ... spberry-pi. I assume this is an approved cable...
View ArticleGeneral • Re: Using all GPIO pins
I'd start by double checking the wiring between pico and the relevant switches and, if possible, minimising the length of the cable between switch and pico.Statistics: Posted by thagrol — Sat Aug 03,...
View ArticleRaspberry Pi OS • Re: 50 pin 8" display conversion
Datasheet: https://semiconductors.es/AT080TN52-V1.htmlSo based on the raspberry pi dpi chart, should I use mode 6 and wire accordingly? The display takes 5v max (shown in the datasheet).I'm assuming...
View Article