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 ArticleGeneral • Re: Does AGND have to be 0v?
I will admit I hadn't checked typical minimum currents for PVR's however your source isn't short of current, choosing a resistor to draw at least 1mA isn't going to be a problem,.You can get lower...
View ArticleAdvanced users • Re: Using cd copier (piclone) on sway
that's good.you should consider going with the raspberry os desktop 64bit, in weight there's not much difference and you'll most likely run into far less issues.it'll also be easier to get help, since...
View ArticleCompute Module • Re: CM4 I2C issue using PCF85063A RTC and touchdisplay on...
Only the official Raspberry Pi touch display is connected to I2C0. All addresses displayed in i2cdetect for i2c-0 / i2c-10 belong to the display. I found an explanation for this in another...
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 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 • 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 ArticleBeginners • Re: New User
use raspberry os as is, it doesn't take kindly to changes.You keep saying this, really not convinced.Statistics: Posted by jamesh — Sun Jan 28, 2024 8:53 am
View ArticlePython • Re: Installation of pyexcel
Your test.py doesn't do anything productive but returns without error for me. What issue is it intended to show directly?Code: (env) david@rp54bw64full0512:~/project $ cat test.py#import RPi.GPIO as...
View ArticleGeneral discussion • Re: Raspberry Pi 5 - SSD SATA or SSD NVMe ?
The SATA examples appear to be 2.5". mSATA is exactly the same speed and is the same size as a Pi Zero. Crack open a 2.5" SATA disk. You will often find an mSATA board inside. Anyway good mSATA SSDs...
View Article