Français • Re: Destockage Raspberry Pi
Bonjour,Oui c'est vrai que ce ne sont pas les cartes préférés des débutants.Quel est votre doute par rapport à mon annonce ?CordialementStatistics: Posted by Rpipassion — Fri Jan 26, 2024 9:34 am
View ArticleCompute Module • Re: About screen resolution settings of CM4
I have several small HDMI displays that provide "fake" EDID information and claim to be full 1920x1080 displays but are really something like 720x400. I have to override the EDID value with a custom...
View ArticleGeneral discussion • Re: pi 5 nvme case options?
I've used the pi 4 version of this case for a couple of years with no issues. You may have to wait a bit for the pi 5 version to actually appear but I don't think it's going to be a long...
View ArticleCompute Module • Re: my wish for CM5 module
ive seen a few people that are very clearly not industrial users, that are struggling to do the most basic things with a cm4 and refusing to read any docsand i just have to wonder, why did you even...
View ArticleTroubleshooting • Re: firstboot: fsck exited with status code 1
If input and output block count from dd write process are not the same the SD is very likely to small.You can also check the SD card size and your image size in bytes. Image must not be bigger if you...
View ArticleTroubleshooting • Re: Trouble Creating A Systemd Service
Running Code: journalctl -f -u webrtc.service gives me the following:Code: Started webrtc.service.webrtc.service: Failed to locate executable GO111MODULE=on: No such file or directorywebrtc.service:...
View ArticleGeneral • Can you add / change files on a pico w over WiFi?
Hi.I am building a controller for my hall lights (which are a single strip of addressable leds around the edge) using a pico w. The controller needs to turn on the lights twice a day but with the...
View ArticleCamera board • Libcamerify use
I could not find much information on libcamerify command use, so I'm asking here.I want a program(zoneminder) to use my rpi camera module v2 (noir) as an input. I could just stream over network and...
View ArticleGeneral • Re: Can you add / change files on a pico w over WiFi?
Since you're planning on using a webpage already, couldn't you add a way to configure the schedule using that? Then the Pico could save it in case of power failure or other problems.Statistics: Posted...
View ArticleCamera board • Re: HW Encoder V4l2 add support for intra refresh
So I managed to add proof of concept support forIntra -V4L2_CID_MPEG_VIDEO_INTRA_REFRESH_PERIOD,auds (V4L2_CID_MPEG_VIDEO_AU_DELIMITER), slicing (V4L2_CID_MPEG_VIDEO_MULTI_SLICE_MAX_MB)to the...
View ArticleAdvanced users • Generated initramfs_2712 requires grep, but does not include it
The https://downloads.raspberrypi.com/raspi ... ite.img.xz image contains in »/boot» the files «initramfs8» and «initramfs_2712». These are zstd compressed cpio files. Each of the files contains the...
View ArticleCamera board • Re: imx462 flickering/banding
Sohonomura2020, thank you very much for your explanation. It seems to confirm that noise and banding does exist with the 464 modules (especially at higher gain values). I don't quite understand how...
View ArticleTroubleshooting • Re: I seem to be getting HDMI issues with raspberry pi 5...
The latest "bullseye" and "Bookworm" releases use the KMS video driver. The KMS driver seems less forgiving when the EDID data from the monitor is bad, nonexistant, or malformed.If you get no...
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi5 and VGA666
I don't have HW for testing this, but you may want to try this (boot into GUI or CLI):add below to your config.txtCode:...
View ArticleUser groups and events • Peninsula Pi Party near Sydney Australia
https://petermoulding.com/peninsula_pi_partyHello Pi users in Australia. There are lots of Pi users on the Central Coast of Australia, between Sydney and Newcastle, based on the response when selling...
View ArticleDeutsch • Re: Raspberry Pi 5: Mate Desktop läuft nicht
Vielen Dank für den Tipp!Code: sudo apt install gldriver-test hat das Problem gelöst !!! Statistics: Posted by Yeti62 — Sun Jan 28, 2024 9:22 am
View ArticleTroubleshooting • Re: Samba share with symbolic links fails on windows PC
Almost certainly a server configuration issue. Neither Windows nor the smb protocol understand symbolic links.You need to do at least two things:Three things, you missed that the OP is using buster,...
View ArticlePython • Re: Installation of pyexcel
You have to remove #, to get an error...Code: import RPi.GPIO as GPIO...Statistics: Posted by California — Sun Jan 28, 2024 9:33 am
View ArticleGeneral discussion • Re: Role of OSI Model in IoT Projects
I've encountered it in training form on courses many years ago. When considering networking and switching protocols it's worth know the differences in the capabilities of equipment but you'll really...
View ArticleCamera board • Re: Motion Watchdog timeout
Yesterday I did sudo apt full-upgrade. I thought that with this upgrade the problems could be solved, because there were also firmware parts included. The first attempt was promising but after about...
View Article