Troubleshooting • Re: raspberry pi 5 freezes external HDD
I have the same problem after installing Kernel 6.6.20. Going back to 6.1 solves the problem.Statistics: Posted by Welder05 — Sun Mar 24, 2024 11:32 pm
View ArticleTroubleshooting • Re: raspberry pi ubuntu server set up issue
I am running a load of docker containers on a Pi. I use Raspberry Pi OS - all fineStatistics: Posted by neilgl — Sun Mar 24, 2024 11:58 pm
View ArticleOfficial Display • Re: 7" Display - Pi5 Display ribbon cable incompatible
https://thepihut.com/products/display-a ... berry-pi-5Statistics: Posted by rpdom — Mon Mar 25, 2024 12:17 am
View ArticleOther RP2040 boards • Re: Placement of decoupling capacitors in RP2040 board...
Just wanted to say thanks for all these explanations! Not sure if that's good forum etiquette or just clogs things up but here we areStatistics: Posted by blexmax — Mon Mar 25, 2024 12:27 am
View ArticleTroubleshooting • Re: Pi 5 Python RuntimeError: Cannot determine SOC...
I encountered same issue moving from Pi 4 to Pi 5Here's a drop in replacement package that works on my Pi5.Code: sudo apt remove python3-rpi.gpiopip3 install rpi-lgpiI blew up my Pi4 B and tried...
View ArticleSDK • Getting unexpected pulse lengths from my program - hoping someone could...
Hello,I'm fairly new to programming microcontrollers - the pico is my first. I'm trying to bulid a simple music sequencer as my first application. At the moment, the program is extremely barebones as...
View ArticleTroubleshooting • Re: remote acces whit Raspberry Pi ( Remote Desktop Client )
Enable vnc server on pi. Use vnc ient on PC.Statistics: Posted by memjr — Mon Mar 25, 2024 11:11 pm
View ArticleOff topic discussion • Re: Resistors - Which one and why...
*: the thinking goes like this - once the smoke comes out, the thing doesn't work. So it must be the magic smoke kept inside the LED that makes it work. Yes, that definition would make Nakamura Shūji...
View ArticleTroubleshooting • Re: Pi 4 wont Boot up
/home/your-user/.mozilla/home/your-user/.config/chromiumthe dot means there hidden so you need to show hiddenStatistics: Posted by kerry_s — Mon Mar 25, 2024 11:34 pm
View ArticleTroubleshooting • Re: Bookworm - Device tree overlays not loading
I get that for sure, but unfortunately I need the chip to load so I can get libgpiod to see it, so I am here looking for someone more knowledgeable than me to hold my hand enough to get it...
View ArticleGraphics, sound and multimedia • Re: Does it still make sense to use...
just try native compiling on the pi5in the end, the answer depends on which one you can get working, and which one is fast enough for your needsStatistics: Posted by cleverca22 — Mon Mar 25, 2024...
View ArticleGeneral discussion • Re: How to Intercept and Display Signal from HLK-LD2450...
My understanding is the data is a basic serial stream:The LD2450 module communicates with the outside world through a serial port with a default baud rate of 256000, 1 stop bit, and no parity bits.A...
View ArticleRaspberry Pi OS • Re: USB: ch341 appears and disappears periodically
Don't worry, that's the good kind of problem to have!Intermittent problems with a known good board and cable: those are the ones I don't like.Statistics: Posted by scruss — Tue Mar 26, 2024 12:40 am
View ArticleTroubleshooting • Re: Malloc_Consolidate:() Invalid Chunk Size Error
malloc() and free() are not operating system calls, they are functions in the standard C library (usually). libc obtains memory from the OS by using the system call brk() to set the upper address...
View ArticleGeneral discussion • pi5 prioritise usb3 ssd boot over nvme stick?
I’m exploring the idea of upgrading my pi5 to nvme. Do you know if it’s possible to prioritise usb3 ssd boot over the nvme stick?Reason is that I plug an external ssd for batocera which I want to take...
View ArticleBeginners • Re: Intermittent Screen Blanks
This is the recommended OS for the 3B: 2023-12-05-raspios-bookworm-arm64-full.img.xzThe Kano OS has been discontinued, Packages no longer updated.Statistics: Posted by CJeU — Tue Mar 26, 2024 12:54 am
View ArticleGeneral discussion • Re: TLS1.0 Hardware Access
IIRC Firefox (ESR on the Pi) still allows access this far back.No GUI Pi handy but you can get into the config with about:config as the URL.Statistics: Posted by MiscBits — Wed Mar 27, 2024 12:31 am
View ArticleGeneral discussion • Re: Mumble "shortcuts" don't work any more
Thanks for your quick response, Trejan.I think I will bring this to the attention of the Mumble people because they are going to have trouble with this beyond Raspberry Pi. Maybe I can get them to...
View ArticleTroubleshooting • Re: Pi 5 just flashing green light, no display or outputs
Sorry no idea - just remembered reading the thread Glad your working though - enjoy your Pi.Statistics: Posted by MiscBits — Wed Mar 27, 2024 12:36 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • strange behavior of pigpio PWM output on...
Dear Experts.I'm not sure if this topic is appropriate for this thread, but I post it.I'm controlling 8 of servo motors by directly from GPIO driven by pigpio.On RPi4, the PWM pulse is what I'm...
View Article