Français • Blog Auto-hébergement sur Raspberry Pi k-sper.fr
Bonjour à tous,Je viens de lancer mon blog sur l'auto-hébergement basé sur au Raspberry Pi. Si cela convient aux modérateurs, je vous invite à venir y faire un petit tour : https://www.k-sper.fr/J'en...
View ArticleRaspberry Pi OS • How can I retrieve fan speed ?
HiI've installed the light version of Raspberry Pi OS (0.4G image, no graphical UI) on my Raspberry Pi5. It in an argon one v3 nvme case.I want to retrieve the current fan speed of the system.I've...
View ArticleAndroid • Re: [DEV] LineageOS 21 (Android 14) for Raspberry Pi 4 & Pi 5
Sorry, you're still wrong. The OS does boot even without any display connected at all (i.e. in headless mode) so it booting doesn't depend on getting EDID from anywhere.So, what you're maybe trying to...
View ArticleGeneral • Re: PLEASE HELP😭
What happens if you put the Pico into BOOTSEL mode i.e. hold down the BOOTSEL button when you plug in your PicoStatistics: Posted by neilgl — Sun Feb 25, 2024 11:59 am
View ArticleCamera board • Re: Picamera2 capture_circular no preview
The following seemed to work for meCode: ffmpeg -r 60 -i in.h264 -c copy out.mp4though I'm not clear why -framerate and -r are different here.Statistics: Posted by therealdavidp — Mon Feb 26, 2024...
View ArticleTroubleshooting • Re: KMS driver shifting 3 pixels to the right on DSI displays
Is there any update on this issue? It's still occurring for me, in the latest version of Raspberry Pi OS.Sorry, it's not the highest of priorities, and needs a load of validation.I've opened...
View ArticleBeginners • Re: Power supply for PI 5
It's diffcult to now for sure whether either of those will work, though like James; I'd be dubious of something with a detachable cable. There will be losses there. I've often found that power...
View ArticleBeginners • Re: Radical RPI5 Audio Idea or is it?
Not something I've tried, but this looks plausible.Follow the instructions and check you can output audio from your phone to the windows machine.If that works I'd expect the Pi to be able to connect...
View ArticleTroubleshooting • Re: RPi5 Steady red light
Welcome to the Jungle...or should that be orchard? That sounds normal. My Pis do similar. There is a specific sequence of fault codes that you can use to diagnose issues, but if If it seems to be...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Pi 5 Waveshare DSI 4.3 inch...
You hadn't said that it worked on Raspberry Pi OS but didn't on your Yocto build.We supply defconfigs for the relevant platforms, and strongly recommend they are used.If you're getting timed out...
View ArticleThe MagPi • Magpi Official 2024 Handbook - Page 56 Birdnet -Pi
I've been interested in RaspbeeryPi for a while more as a hobby not business related and am prepared to experiment and sometimes get things wrong and hopefully learn. and this forum has been a source...
View ArticleCamera board • Re: raspiraw for pi5
By reading the forum and kernel module sources I managed to get the IMX477 to stream in RAW using media controller and a stripped-down imx477 driver similar to dummy_sensor (but with all the...
View ArticleTroubleshooting • Re: New Raspberry pi 5 not booting
You say that the green LED is flashing...what is the sequence? The flashing LED is a diagnostic tool.see herehttps://www.raspberrypi.com/documentati ... lash-codesI am assuming that the 5 is the same...
View ArticleMicroPython • Where to find desktop Python BLE Central example
Micropython has published many good BLE (gatt server, periperal ) examples like ble_uart_peripheral.py here:https://github.com/micropython/micropyt ... /bluetoothFor that peripheral example, there is...
View ArticleAdvanced users • Re: SD Card Extension
Would plugging the microSD card (containing the Raspberry Pi OS) into the front of the Pi 5 solve your problem ?I bought an IOGEAR 'SuperSpeed USB 3.0 SD / MicroSD Card Reader / Writer' (Model...
View ArticleAdvanced users • Re: Best way to install a VPN Server at home
Thanks everyone, I think I was getting confused with the scenario where you are paying for a VPN service that is located outside your LAN.In this case it makes sense to put the vpn client on your...
View ArticleFrançais • Camera v3 : getting serial number by command line
Hello dear community,do you know any command for getting the camera v3 serial number as soon as it is connected to my pi?Maybe something like cat /proc/cpuinfo for cpu serial.Kind...
View ArticleFrançais • Re: Camera v3 : getting serial number by command line
I am not sure they even have serial numbers.Statistics: Posted by jamesh — Tue Feb 27, 2024 10:24 am
View ArticleGeneral discussion • Re: Do we think my Pi 5 fan is noisy because I have...
adding another - preferably 4-pin - fan to a Pi5 is simple, see viewtopic.php?p=2179210&hilit=fan#p2179210Great, thank you.Statistics: Posted by Grarea — Tue Feb 27, 2024 11:00 am
View ArticleDebian • Re: 2 screen support by python in new Debian
Yes, of course you are right, I have already corrected my mistake.Your example works fine. I just can't use it for my task.Using Your example and documentation Gtk, I created such code:Code: import...
View Article