MicroPython • Re: Pico W Micropython bootloader (Jan 2024) may have caused my...
my now working code ...Great to hear you have everything working now. And many thanks for letting us know, and what the solution is. modified code:>>>p27 = Pin(27, Pin.IN) p28 = Pin(28,...
View ArticleBeginners • Re: Setting Up New RPi4B with using MacBook as Keyboard &...
Use the Pi Imager to set up the SD CardSet the WiFi details in here (unless you are using Ethernet) and do not forget to set up a user (please do not use pi/raspberry)Allow time for the Pi to boot the...
View ArticleRaspberry Pi OS • Re: Trouble with getting cameras to work on Pi 5
I'm pretty sure that the old 5-MP cameras aren't compatible with the Pi 5, as they are considered "Camera Module 1." Also, only Raspberry Pi OS Buster works with those older cameras, and Bullseye...
View ArticleOther projects • Re: Modifying a music keyboard for my grandaughter to learn...
If your keyboard supports midi and has a usb interface you can plug it into your pi and use it directly with a synthesizer.Install a synth like yoshimi and it should recognise it directly.I tried...
View ArticleTroubleshooting • Re: Build HAT script not loading on/after startup
My latest command was Code: @reboot sleep 60; python3 /home/admin/Spike/ForceSensor.py &If you need that sleep an @reboot cron job is the wrong method. Work out why you need the sleep and use a...
View ArticleGraphics programming • Re: Rpi4 GPU performance profiling
You can get lots of profiling debug (applied as an overlay to your 3d framebuffer) using V3D_DEBUG.See here.Statistics: Posted by dom — Wed Jan 24, 2024 4:10 pm
View ArticleAutomation, sensing and robotics • Re: LED project help
Check you have solid earths between Pi and driver, and driver to LED supply, try to avoid the LED supply going through the earth wire on the Pi to Driver.ie use a star network for earths centred on...
View ArticleTroubleshooting • Re: Can't find the ip address of my Pi
I've just got a Pi5 and flashed CompanionPi to it to use it with a Streamdeck. Problem is, I can't find the ip address of the Pi.[ ... ]Any help is appreciated!A new day.A fresh read of your problem...
View ArticleFor sale • retroflag case 2 (version CM4) 2-3 new and rebuilt units.
For sale new and rebuilt units. ALL WORK. (TESTED).These are much underestimated devices.Recalbox 9.1 can be installed as it includes KODI. *turns out to be an excellent media playerYou can turn off...
View ArticleFor sale • Re: Raspberry Pi stock clearance
Hello, New price : - CM4108032 (70 units) 82€/per unit- CM4108016 (12 units) 79€/per unit- CM4008008 (11 units) 69€/per unit- CM4002032 (16 units) 43€/per unitBest regardsStatistics: Posted by...
View ArticleTroubleshooting • RPi5 USB3.0 troubles when using hard drive dock
Hello,I am seeking help for a weird problem I came accross on RPI5. I have a hard drive dock: https://www.amazon.fr/Inateck-Station-d ... JSR8B?th=1On RPI4 I have absolutely no problems using it on...
View ArticleFrançais • Destockage Raspberry Pi
Bonjour,En vue d'un déstockage complet de notre stock de Raspberry Pi, nous vous proposons :- Pi 4 8GB : 70€ (x28 unités)- CM4108032 : 85€ (87 unités)- CM4108016 : 82€ (12 unités)- CM4008008 : 72€ (11...
View ArticleGeneral discussion • Re: Fan is on when Pi 5 shuts down and 10.1" screen...
You should ask that question to your display manufacturer! It's the screen which is backfeeding.On power-on fan will be on at full RPM for a few seconds, that's normal.Statistics: Posted by...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
USB-2 is good enough for me. The only thing i wonder is that if those "mini PCs" suffer from the same usb-3 interference issues. Somebody should also include this in a comparison with the Pi 5. This...
View ArticleTroubleshooting • Re: First keypress ignored
I am without GUI - the login is in console mode.Statistics: Posted by i486 — Thu Jan 25, 2024 4:16 pm
View ArticleAdvanced users • Re: NVMe boot issue
Posting the kernel logs?For support related to Pimoroni products you should request them to support! They took your money, so solving any issues related to their product is up to them.Statistics:...
View ArticleGeneral discussion • Re: Visual Studio Code - Updating
On my Pi 3B (non-plus) running 32-bit Buster, my regular 'apt update/upgrade' routine delivered me a new version of 'code' yesterday -Code: pi@Pi3B:~ $ code...
View ArticleBeginners • Re: USB power when Raspberry 5 is power off!
thanks buddyStatistics: Posted by Marsha — Thu Jan 25, 2024 4:23 pm
View ArticleAdvanced users • Re: Forcing Pi 5 Fan Speed
new update, still rolled back my bcm2712-rpi-5-b.dtb file.is there a way to make this change permanent?do you think that ubuntu will use the new file sooner or later?Statistics: Posted by sblantipodi...
View ArticleUbuntu • Re: Looking for more advanced ubuntu raspberry pi documentation
There's the cloud-init docs, which have gotten a bit better recently (they were almost wilfully obscure when I started working with it several years ago!). The Reference / Module reference section is...
View Article