MicroPython • Re: Uart.flush() not enough for reliable transmission of last byte
flush() calls txdone() internally: https://github.com/micropython/micropyt ... art.c#L685After looking a bit closer it looks like it just checks txdone(), and if not wait long enough to transmit the...
View ArticleBeginners • Re: Absolute Raspberry Pi newbie.... 5hrs in and almost over it
I'm with ame in that you should probably start with a clean install.With one variant: use the Legacy image not the latest Trixe. That'll get you Bookworm with an older version of python which might...
View ArticleEspañol • Re: Problema con la configuración del display 3.5
Hola. He rebooteado la Raspberry por cable y probar la combinación de teclas que me dijiste, pero no sucedió nada. Conecte al monitor y se veía la pantalla está de Debían GNU/Linux 13 raspberrypi...
View ArticleGraphics, sound and multimedia • Re: High cpu usage on h264 dvb channels
I see the option "allow using drm prime" and all other options for rendering are missing from my kodi, anyone know how to enable it? I have to patch ffmpeg?Statistics: Posted by pelerche — Fri Nov 07,...
View ArticleMicroPython • Re: time.sleep() oddities
Problem is probably due to this:https://github.com/micropython/micropyt ... /modtime.cAssuming it uses mp_hal_delay_ms, this goes to:https://github.com/micropython/micropyt ... phalport.cand we have...
View ArticleRaspberry Pi OS • Re: 32-bit lite Trixie - no...
Thanks all. That explains things. I will reflash the SD card with bookworm.And hopefully someone looking to set up a wireless print server and runs into this problem will see this thread in a google...
View ArticleTroubleshooting • I bought a Raspberry Pi 5 4GB, but the chip version is...
I bought a Raspberry Pi 5 4GB, but the chip version is incorrect. The chip version is BCM2712D0 ,it's not the BCM2712C1.Can anyone tell me if it's a fake? chip BROADCOM@2712ZPKFSB00DOT TN2504 P40...
View ArticleTroubleshooting • Re: I bought a Raspberry Pi 5 4GB, but the chip version is...
It's not a fake, just the latest revision of the SOC.Statistics: Posted by wildfire — Fri Nov 07, 2025 2:04 am
View ArticleTroubleshooting • Trixie=unfinished
Nothing but problems after Trixie White screen crash, booting to read only file system and inconsistent boot orders. Three same as dead Pi 5's until they get Junior out of the lab. Who actually...
View ArticleTroubleshooting • Re: apt issues after installing
same problem after installation. do you recommend replacing it anyway SD card ?Statistics: Posted by toxa — Fri Nov 07, 2025 3:54 am
View ArticleGeneral discussion • Arduino to Stepper Motor Connection Issue
Hi everyone,I'm trying to connect an Arduino to a Nema 34 stepper motor (https://www.oyostepper.es/category-9-b0 ... MA-34.html) and an MA860H driver using Sprinter and Pronterface.I've connected all...
View ArticleGeneral discussion • Setting up a raspberry pi on mac termianl
Hi, I have a question about setting up my Raspberry Pi Zero W 2H with my Mac terminal. For the password field, I am not sure what to enter or what format to use. When I enable SSH on the Pi during OS...
View Article