Troubleshooting • Re: An app that works on Pi4 fails on Pi5
Probably not a hardware issue, more likely to be the new networking software setup in the Pi 5 running the “Bookworm” version of Raspberry Pi OS. (I see they AirVPN do not have a Pi 5 to test)Do they...
View ArticleTroubleshooting • Re: Waveshare 4.3" Capacitive works, but touch doesn't
For anyone trying to get this touchscreen working on a Raspberry Pi 3B+ do the following.Look for this line on the config.txt# Enable DRM VC4 V3D driverdtoverlay=vc4-kms-v3dmax_framebuffers=2and...
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi5 and VGA666
I'd expect it to use exactly the same timings.But you'll need an adaptor for the DB9 RGBI connector. You might need to build your own! Perhaps someone else has tried this and can advise?If the monitor...
View ArticleBeginners • Re: Asking for some guide RE a beginners' OS choice
I have already tried RISC OS and it works great on the Pi Zero, but unfortunately it supports only ethernet for web connection, and I have no idea how to set that up - I don't think there is any free...
View ArticleTroubleshooting • Re: Grey screen on boot Pi5/4b
I thought feh was a command line image viewer that does not need a full desktop but nevermind that.feh needs the desktop. Are you thinking of fbi which doesn't?Statistics: Posted by thagrol — Thu Feb...
View ArticleCompute Module • Re: Sporadic Kernel Panic during PCI Scan on CM4
Are you using an evaluation add-in board with the switch or your own design?If using an add-in board, does PERST_N float high with the CM4 RUN pin held low (or glitch high during power-on...
View ArticleRaspberry Pi OS • brcmfmac problems with IWD on RPiOS
We have been using iwd to manage the wifi for a number of years on our RPi based Audio player installation. iwd is very fast (compared to wpa_supplicant) and very well supported even on our RPis. It...
View ArticleTroubleshooting • Re: RPi5 shuts down after 15 seconds
Adding the two lines gets me at little longer.Able to boot into the ui, wireless working.Tried running Code: apt upgradea couple of times, but after 30 seconds it shut down again.But now at least I'm...
View ArticleFrançais • Re: Pb X après mise à niveau vers Bookworm...
Si je désactive lightdm :Code: $ sudo systemctl disable lightdm.serviceau redémarrage j'ai accès au prompt tty, et je peux y taper des commandes...Mais si je démarre lightdm :Code: $ sudo systemctl...
View ArticleMicroPython • 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 ArticleBeginners • Re: Grove - RGB LED Matrix w/Driver - can you use it with...
Thanks for your reply. The problem is that i have many of GPIO users for screens, buzzers etc so that 4 pin option which i bought seems to fit best for me. Does anyone know if the one i posted above...
View ArticleSDK • Re: core used for hardware alarms
Use alarm_pool_t *alarm_pool_create(uint max_timers, uint hardware_alarm _num) or alarm_pool_t *alarm_pool_create_with_unused_hardware_alarm(uint max_timers) from core 1 to create your own alarm pool,...
View ArticleFrançais • Re: Pb, Configurer le réseau en bash...
Oui PhL91... j'étais en train de regarder ça... effectivement interfaces fonctionne... Mais les alias dedans ne fonctionnent plus... Une idée ?JMEuh bais pas trop parce que je ne sais pas ce qu'est un...
View ArticleGeneral • Using Picotool with a multi-CDC setup
Hi all,I am using a setup with multiple CDC ports, based on the example here: https://github.com/Noltari/pico-uart-bridgeThis works really well and I have expanded this to use 5 virtual serial ports....
View ArticleBeginners • Re: Most cost effective way to add SSD to Rasp Pi 4B
If you are UKKingston A400 120GB SSD for about £10USB3 to SATA Adapter eg https://thepihut.com/products/ssd-to-us ... spberry-piNote that some USB3 to SATA adapters don't work with Linux (try to...
View ArticleTroubleshooting • Re: HDMI issues with new Pi5 8gb
When I put the SDCard with this code in a Pi4, I always get a correct list of modes and EDID. Is the i2c interface different between Pi5 and Pi4?Possibly. There was a recent bug fix to reduce the I2C...
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: 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 Article