General discussion • Re: which Raspberry Pi
setting aside your project: I have one RPi 3B+, two RP i4s, and one RPi 5.The 3B+ is terrible for internet use and needs more memory for projects. it's basically a set it up to do one thing and leave...
View ArticleTroubleshooting • Re: Raspberry Pi 5 booting problem
Hi, I’m experiencing a similar issue on my Raspberry Pi 5 (16GB). When I power it on, I see the bootloader screen, and it correctly detects the SD card. However, it gets stuck at that stage and...
View ArticleTroubleshooting • Re: Chromium headless is unreliable on Zero 2
You're right—Chromium in headless mode tends to be unreliable on low-powered devices like the Raspberry Pi Zero 2, especially when rendering complex pages or taking repeated screenshots. The...
View ArticleTroubleshooting • Re: HM-10 does not talk to raspi 5
This is the error that is causing disconnection (Event 05 disconnect reason code = 3E)2.59 CONNECTION FAILED TO BE ESTABLISHED / SYNCHRONIZATION TIMEOUT (0x3E)The Connection Failed to be Established /...
View ArticleGeneral • Re: RP2350B dual core work causing GPIO glitches?
The application is a retro-computing project. It's plugged into the back of a ZX Spectrum (Z80 based 1980s micro, as many here will know).Core1 is doing a ROM emulation. The loop spins, reading the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Two identical Raspberries, only one...
Don't full upgrade but do asudo rpi-updateThis will put you on the same 6.12 kernel, but not update all the other bits of the OS You'll know if it is the kernel then.That gpio12 rings a bell but I...
View ArticleGeneral • Re: OpenOCD fails to connect if multicore_reset_core1() is called...
Works for me. Now, since you didn't share your program or your openocd command line, it's impossible to guess what you are doing differently.Statistics: Posted by czietz — Wed Apr 09, 2025 4:11 pm
View ArticleAdvanced users • Re: how to create own dtoverlay/param for a PWM fan on the...
There is a typo, the overlay name is '/pwm-gpio-fan'https://github.com/raspberrypi/linux/bl ... verlay.dtsStatistics: Posted by aBUGSworstnightmare — Wed Apr 09, 2025 4:14 pm
View ArticleGeneral discussion • Re: Issue installing 'uBlock Origin Lite' for Chromium
Did it early this morning without any issues.I have now resolved to uses Firefox or similar from now on. Google can do what they want with Chrome but as they have started playing silly-beggers with...
View ArticleSDK • Re: Atomic register write
I guess my naivete didn't see the difference between doing a read-modify-write and doing a clear-set.Advantage of clear-set is that while it is plainly not atomic with respect to the bits you are...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Active Fan Cooler
https://github.com/raspberrypi/linux/bl ... verlay.dtsThere is a good explanation included in this overlay.Statistics: Posted by aBUGSworstnightmare — Wed Apr 09, 2025 4:24 pm
View ArticleCompute Module • Re: CM5 IO Referecne board shows inverted polarity on USB3 SS
Or come here to ask.Statistics: Posted by hippy — Wed Apr 09, 2025 4:26 pm
View ArticleCompute Module • Re: CM4 vs CM5 PCIe and NVMe
Doesn't explain why it works well with a CM4 but doesn't even show on the bus of a CM5Statistics: Posted by daveavent — Wed Apr 09, 2025 4:27 pm
View ArticleTroubleshooting • Re: Problems with built-in touch keyboard
I've the same issue. Touchscreen with Rpi4 and the q, k and @ symbol don't work in chromium.Statistics: Posted by markdj — Wed Apr 09, 2025 4:29 pm
View ArticleTroubleshooting • Is my new RPI5 bonkers or what?
I have no idea what is going on. I have an RPI5 running pi-hole using RPI OS off an NVME SSD without issue. I bought a 2nd RPI5 with the intention of running Emby theater OS. Only for whatever reason...
View ArticlePython • Re: import file not found on path
Pythons import statement is not like C/C++ #include. Python has namespaces.Statistics: Posted by DeaD_EyE — Wed Apr 09, 2025 4:52 pm
View ArticleTroubleshooting • Re: Is my new RPI5 bonkers or what?
Power supply? viewtopic.php?t=361621Statistics: Posted by pidd — Wed Apr 09, 2025 4:55 pm
View ArticleSDK • Re: Calling RP20240 SDK from another language
Just FYI - I posted this in the Other Languages forum because I was sure where to post it.Is it possible to call just pieces of the RP2040 SDK from another programming language? I'll post this in the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: mipi-dbi-spi based displays no longer...
Thanks for looking into this.Ahm ... what is 'Libliftoff'?Statistics: Posted by aBUGSworstnightmare — Thu Apr 10, 2025 4:20 pm
View ArticleGeneral discussion • Re: Cannot access micropython forum
Links to discord and 'discussions' on the homepage: https://micropython.org/Statistics: Posted by DirkS — Thu Apr 10, 2025 4:26 pm
View Article