Camera board • Re: Suppot for OV3211
You're mixing OV3211 and OV2311. I'm assuming it's OV2311.There is no official support for OV2311The fact that a device "ov2311 10-0060" was found at all means you have a V4L2 driver.We do have one in...
View ArticleTroubleshooting • Re: KMS driver shifting 3 pixels to the right on DSI displays
Thanks so much for your hard work!!So this should be in the next public kernel update/release?It looks like it was merged into commits for raspberrpi:rpi-6.6.y, and I'm not sure how 6.6.y makes it...
View ArticleBeginners • Re: Find Driver for Raspberry Pi 7 inch touchscreen Windows 10 ARM
Thank you, everyone. I was also losing hope as I couldn't find the driver source to install for my touchscreen. I want my Raspberry Pi to be able to run a desktop app that uses C# and .NET 4.7.2, and...
View ArticleGraphics, sound and multimedia • Re: Stream EZVIZ WiFi camera with Pi?
BumpStatistics: Posted by BMGD — Mon Jun 24, 2024 10:19 am
View ArticleOther projects • New Release (0.2.0) of "piggui" GUI for...
We're happy to announce a new release of the "piggui" GUI for controling and viewing GPIO hardware on a Raspberry Pi.Here you can find the release notes with videos and more gifs:...
View ArticleOther • Re: How to clone on a 512GB micro sd card?
@Squidcoder - it would be a good idea to test your 512GB SD card to make sure it is not a fake using some tool like H2testw, especially if you bought it for a "good" price. My son bought one (without...
View ArticleDevice Tree • Re: Linux Device Tree and u-boot
Hi Charles,Thank you for your reply.I've just tried with the DT file from the mainline Linux source file not with this from u-boot.I've found a solution by using the generated DTB file stored in RAM...
View ArticleGeneral discussion • Screen blanking from Bash
Morning,Is there a way to turn screen blanking on and off from a Bash script?I need a screen to go dark at around 4pm, vcgencmd has gone for a burton, so I'm thinking I simply disable screen blanking...
View ArticleGeneral • Re: pico too slow to read bits from dht22 ?
If your goal is to just read data from your sensor, then you would be better off using a pre-built library e.g. something like https://randomnerdtutorials.com/raspber ... cropython/ (This is just an...
View ArticleTroubleshooting • Re: Raspberry Pi 5 - Power supply in the car - 12V DC...
I am not sure what was the reason but I made working after i changed:max_usb_current=1 in the /boot/config.txtandChanged usb <-> usb-c cable to the shorten one with 3A wrote on the plugI had...
View ArticleBeginners • Re: Improved NTFS Samba speed on RPi4 with USB drive
Why are you using NTFS on a Linux system? Statistics: Posted by kip_the_elder — Tue Jun 25, 2024 10:08 am
View ArticleGeneral • Re: PIO seemingly not outputting data properly...
I've looked, but I can't seem to find any reference to the function to which you refer.I believe that arg001 was referring to the pio_sm_set_out_pins() function, documented here:...
View ArticleGraphics, sound and multimedia • Pi4 KMS HDMI resolution
HDMI-0 output of Pi4 in KMS mode shall drive a display with 1500 x 256 pixel resolution. The EDID shows this data and is working with correct resolution on a PC:1500x256p hfp:40 hs:144 hbp:54 vfp:3...
View ArticleGraphics, sound and multimedia • Re: Pi4 KMS HDMI resolution
Are you on RPiOS bookworm? If so, then the hdmi_* settings in config.txt have no effect.Booting on bookworm, and runningCode: raspinfo | pastebinitand post the url returned will provide some useful...
View ArticleMicroPython • Two way bluetooth
Since a few weeks I work with two pico w's for a cosplay project and its a pretty new world for me (python).With the help of this forum I was already able to play sounds with a dfplayer (with an...
View ArticleBeginners • Re: Request for Raspberry Pi 5 Datasheets, Peripheral...
The only peripheral doc we have is this one, but I suspect this is not what you are looking for.https://datasheets.raspberrypi.com/rp1/ ... herals.pdfYour comment on required peripherals is confusing....
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Can ADV7282M work with RPi4 at all ?
Hi,finally my custom board has started to operate. The image is really quite nice.However we notice a strange phenomenon : for 3-4 tries 1 time (after power-up the system) we got an image completely...
View ArticleTroubleshooting • Bookworm EDID Troubles
Hello to everyone,I am running a waveshare 7inch LCD on a Pi4.Since switching to Bookworm, I am experiencing problems setting the resolution to 1024x600.I believe I have read almost all forum posts,...
View ArticleBeginners • Re: Argon One V3 fan setup/using terminal
Support for third party products should be provided by third parties - https://argon40.com/pages/contactStatistics: Posted by aBUGSworstnightmare — Wed Jun 26, 2024 9:57 am
View ArticlePython • Re: Help with reading multiple CAN messages with python
If you don't want to run 2 instances of your program, 1 per can bus channel, the Use multiple threads. One for the main program, and 1 thread per can bus...
View Article