MicroPython • Re: Loading Micropython on to Raspberry pi pico
Thonny keeps an on-line record of what the latest firmware is, which I believe is at the URL mentioned in the pop-up of the OP -https://raw.githubusercontent.com/thonn ... mware.jsonThat appears to be...
View ArticleTroubleshooting • RaspPi 5 / Beginner/ Can't log-in anymore
Hello everyone,I'm a beginner and installed the RaspberryPi 5 (Bookworm) 2-3 days ago. Everything has run without any problems so far. After I downloaded everything under 'Recommended Software' this...
View ArticleTroubleshooting • Re: HDMI issues with new Pi5 8gb
That seems to have fixed the issue! Thank you.Good to know. The fix will be in the next apt kernel (hopefully out within the next few weeks).The apt kernel will just overwrite your rpi-update kernel,...
View ArticleFrançais • Re: Pb, Configurer le réseau en bash...
Oui, on peut configurer avec nmtui... sauf que pour activer la connexion, il me faut faire un:Code: $ sudo nmcli connection up id 'Ma connexion'Alors c'est peut-être jouable en mettant cette commande...
View ArticleTroubleshooting • Re: Raspberry Pi 4 does not boot, both LEDs do not blink,...
https://gifs.cackhanded.net/star-trek/w ... s-dead-jimStatistics: Posted by drgeoff — Fri Feb 23, 2024 2:39 pm
View ArticleDevice Tree • Re: Can a rotary encoder generate keyboard events?
A casual search brought up this:https://github.com/JamesGKent/rotary_volumeWhich I found from here:https://lektiondestages.art.blog/2020/0 ... -overlays/Which implied that you could just capture the...
View ArticleTroubleshooting • Re: Wayland: Switchind display off and on again is not working
you're on an older kernel than me.You can simply use another uSD, copy your existing setup by using SD card copier app and the update to the latest kernel (which might solve the issue) by running...
View ArticleFrançais • Re: gpio c++
donc avec :temperatureUnit\u00E9Int = "dans le terminal de geany temperatureUnitéInt =et dans lxterminal (.local/bin/gainable)temperatureUnitéIntStatistics: Posted by ludoraspberry — Fri Feb 23, 2024...
View ArticleTroubleshooting • Re: Stuck at poweroff
Indeed! The behavior makes sense now in light of the fact that I had a typo in calling another overlay which was to give the subsequent instruction the system was waiting for. Thank you for your...
View ArticleCamera board • Re: Picamera2 capture_circular no preview
I don't think there's any way to save an mp4 file directly from this circular buffer. I suspect the easiest thing would be to store regular h264 frames (as the example does), and convert to mp4 after...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 and 6 SPI screens
Writing the overlays will become fun!It shouldn't be that bad as I'd already done it on my tinydrm branch - https://github.com/6by9/linux/commit/22 ... e48bb6e70eand you've fixed the error from...
View ArticleUbuntu • Re: Geekworm X1003 m.2 nvme pcie Ubuntu image
How do i install the Code: "Linux pi 6.7.0-1001-raspi #1-Ubuntu SMP PREEMPT_DYNAMIC Thu Jan 25 12:28:01 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux" kernel on my current system?A proper way to do that...
View ArticleTroubleshooting • Problems with RTC
Hi,I have a Pi 3b running bullseye.I've installed a rtc-pcf8563. I've followed several sets of instructions for installing it, as nothing seemed to quite get it working, but finally it worked. It...
View ArticleRaspberry Pi OS • Re: RealVNC Cloud Connection
Have you tried the workaround suggested by RealVNC - switch to X11 ? https://help.realvnc.com/hc/en-us/artic ... tement-0-0See also viewtopic.php?t=358458Statistics: Posted by neilgl — Sat Feb 24,...
View ArticleFrançais • Re: Dashboard auto - Système dédié
Bonjour,Merci pour ta réponse,Et désolé pour le délai de retour, mais j'attendais une bonne alim pour essayer.Par contre j'ai tapé la première ligne de commande puis reboot et le raspberry reste sur...
View ArticleTroubleshooting • Re: Raspberry pi 5 reboots when close softwares
I would use Raspberry Pi Imager to write Raspberry Pi OS with desktop Bookworm 64-bit to a separate microSD card and boot from that. Check that right clicking files (or other included apps) does not...
View ArticleTroubleshooting • Re: RPi5 shuts down after 15 seconds
Noticed that the board becomes very hot just below the cpu. If I remove the cooler, then it only stays on for 5 seconds.So I think it is a heating issue.I noticed that one of the capacitors are a bit...
View ArticlePython • Re: Python library for nRF24L01 modules.
Thank you for your help. I will try that. I was a bit reluctant to try VENV because I didn't quite understand it, but I'll go down that road and see where it gets me. Thanks again!I wasn't suggesting...
View ArticleSDK • Re: is there a list of API functions, which are safe to call from...
Oh I like this question/point. I would recommend using deferred interrupt processing. This generally requires an operating system which can be somewhat taxing in terms of resources. I would also avoid...
View ArticleBeginners • Boot order change
Hi all,I've got an rp5 with piOS on SD, and a batocera image running on usb ssd.In piOS, I ran raspi-config and changed boot order to usb.Simple question really, now I'm in batocera and I can't seem...
View Article