Troubleshooting • constant freezing with the raspberry pi 5 under any kind of...
I purchased a Raspberry Pi 5 (8GB edition) months ago and have been playing around with it. It is my first one and my knowledge of Linux is limited. My issues seemed to start when I began trying any...
View ArticleTroubleshooting • How to restore Serial pins in Python
Using RPi.GPIO library I use Serial pins 14 and 15 for other task but later I want to use them for (hardware) serial using serial library.Code: GPIO.setmode(GPIO.BCM)GPIO.setup(14,GPIO.OUT)After this...
View ArticleBeginners • Re: Help understanding WiFi speeds/standards and the Pi5
If the connections speeds im seeing with the pi are any indicator, a GB will be much better but still not quite enough.When i stream 2mhz of rf spectrum at 16bit resalution the pis 325mbps connection...
View ArticleGeneral • Re: Pico 2 Device Type showing as RP2040
Are you sure you have the Pico2 in boot mode and are not simply looking at the behaviour of whatever code you loaded into it (which happens to pretend to be a RP2040)?Statistics: Posted by arg001 —...
View ArticleAdvanced users • Re: Halio Ai HAT+ GPIO
viewtopic.php?t=379842#p2272277Statistics: Posted by gordon77 — Sat Jan 04, 2025 5:18 pm
View ArticleGraphics, sound and multimedia • Re: Simple VU display using Rpi3
The Pi doesn't have any sort of audio input. You would need a HAT or maybe a USB audio unit.Statistics: Posted by rpdom — Sat Jan 04, 2025 5:19 pm
View ArticleGeneral • Re: Flaw in the Hacker Challenge ?
Bump.Tom's Hardware says someone has one hand on the money.https://www.tomshardware.com/raspberry- ... -debuggingWe'd discussed this at work and wondered if the RISC-V might be a weak link. Looks like...
View ArticleRaspberry Pi 400 and 500 • Re: Best browser with google sync
That seems like a lot of work to get something that just "works" with other browsers. Why do you think "Better Chromium" won't work?Never tried Better Chromium.Just add# Google Syncexport...
View ArticleTroubleshooting • No touch on Adafruit 2.8" PiTFT Capacitive Touch screen
I have repurposed an old Adafruit 2.8" PiTFT Capacitive Touch screen onto an old Raspberry Pi 3B+ and have a question about configuring the touch screen itself. The system is running bookworm:Code: $...
View ArticleBeginners • cpu consomption high
Dear,I would like to know why mutter and python consume more CPU ressources?My raspberry pi 4B on boot, a bash script starts via a service which i declare Code: ExecStart=lxterminal -e bash -c 'cd...
View ArticleMedia centres • Re: Peppy player
mike88, I've installed Rathbone's radio and connected LCD with backpack. There is some info displayed on LCD with scrolling text. But it's almost invisible. You need to turn LCD almost 80 degrees to...
View ArticleBeginners • Re: cpu consomption high
Start by telling us what's in /home/pi/Desktop/Padre/Master.sh. As text wrapped in code tags.Without that all we can do is guess.It also looks like you're using a systemd service so post your entire...
View ArticleAdvanced users • Re: Any changes around how sym link permissions work in...
Code: sudo chmod og+rx /home/pisudo chmod og+rx /home/guestExcuse me, but what do you have against security ?You have the user 'pi', even when Raspberry pi has acknowledged that using 'pi' as a...
View ArticleGeneral discussion • Re: What is your experience on AI chatbot on computing...
The quality of the output from a chatbot will depend on the quality of its database. It has no inherent way to tell whether the examples it finds are correct, so the output will be a blend of "truth"...
View ArticleTroubleshooting • Re: No touch on Adafruit 2.8" PiTFT Capacitive Touch...
Did you ask adafruit already?Which devices does your I2C bus report?Statistics: Posted by aBUGSworstnightmare — Sat Jan 04, 2025 6:41 pm
View ArticleGeneral discussion • does the raspberry pi 5 has PPS support (programable...
heyy there i been building a handheld cyberdeck with a raspberry pi5 and it requires a portable power supply system , compared to a UPS hat which can also increase the cyber deck's foot print (make...
View ArticleTroubleshooting • Re: Minecraft: Pi Edition Download
You can install it by using Pi-apps or download it from the official Minecraft website ( https://www.minecraft.net/de-de/edition/pi)Statistics: Posted by Maddi00 — Sun Jan 05, 2025 6:01 pm
View ArticleOther • Re: Windows 10 or 11 on Raspberry Pi 5?
Windows on ARM on Pi is not supported. By anyone. Not RPL, Not Microsoft, Not (m)any forum members.General advise is to not waste your time trying it. So I haven't.AIUI, the WoR project guys now...
View ArticleGeneral • Re: Problem with call rom function on pico2 rp2350
I found my mistakes: I was not passing the code in security and I had not initialized the 4th parameter to pass to the function.Statistics: Posted by VincentARM — Sun Jan 05, 2025 6:19 pm
View ArticleRaspberry Pi OS • Re: USB Drive OS Fails to Boot after apt-get upgrade
It worked this time. And I realize I have the 32 bit lite OS and not the 64 bit. I was wondering why I was getting that warning.I will try it again with another NVME SSD using the same type of...
View Article