Camera board • Re: Enable UART breaks IMX462
See viewtopic.php?t=372520 for policy on 3rd party image sensors.Pivariety really is Arducam's problem to solve - I don't think I even have any of their Pivariety modules left to test with.IMX462 is...
View ArticleTroubleshooting • Re: Two RPi 5 dead
Check the PSU no-load voltage and votlage under load with current at (say) 1A, 2A, 3A.Statistics: Posted by neilgl — Wed Jul 24, 2024 2:45 pm
View ArticleGeneral • Re: Need advice on sending image data from a Pi5 to several Picos
Everything seemed to be working fine yesterday. Today I am getting lag of up to 80 seconds from sending a burst of four short 50 byte packets to the Pico W receiving them all.That's similar to what I...
View ArticleTroubleshooting • Re: No video on vlc and other errors - raspberry PI 3A+...
The links still do not work.As you are running Bookworm, you will want a virtual environment (venv) to avoid the "externally-managed-environment" error.I create mine with system packages like this:...
View ArticleGeneral discussion • Re: Setting data rate in config register of ads1115...
Python code relies on indentation (left-hand white space) for its syntax. The forum software provides [_Code_ ] tag markup to preserve indentation. This is found on the fifth 'button' from the left at...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: VVX10F034N00 LCD with CM4
Thanks, but I already looked this up and don't have access to the paid datasheet. Is there a way to access/pay without the countless information required to create an account?not that I'm aware of!but...
View ArticlePython • Re: Help Request: Loading Python Script at Boot / Script Behaves...
I seem to recall something about audio running in the user space but not at the system level? And the solution for that was to reconfigure things so that audio was available without anyone logging...
View ArticleBeginners • Re: What PI model should I choose?
The pi3 (1GB) costs the same as the 1GB pi4, so choose the pi4.If you want 4GB then the pi5 is only £5 more than the pi4.I would go for the pi5..Statistics: Posted by gordon77 — Thu Jul 25, 2024 2:43 pm
View ArticleGeneral • Re: Pi Pico VScode extension: Failed to setup example
Were things installed to other than default directories, or is the VS Code Extension doing differently to what the Official Pico SDK Installer is doing ?The VS Code Extension is doing things...
View ArticleAdvanced users • Re: How do I revert kernel 6.6.28--> 6.6.16 offline?
I have tried a few other things that were fruitless so I want to try to revert the kernel back to 6.6.16. Can I do this offline?Do you have a linux machine you can update the sdcard with?rpi-update...
View ArticleAdvanced users • Re: Rpi5 stucks on solid red led after boot with a camera...
Yes it says at the beginning of the project (just below pictures) :Update on 2024/03/24This project is also compatiable with RPI5, the quickstart guide has been updated.The FPC cable I use is the...
View ArticleBeginners • Re: 32GB SD card shown at 256MB when plug into Windows PC
to answer your question: Yes, windows cannot see the EXT4 partition, and only reports the FAT partition, which is small. (256MB sounds right)and yes, the PI imager is what to use. i use itall the...
View ArticleBeginners • Which version of RPI box d I need?
Hi forum,I'm going to start my first larger project on RPI.It should run on as low as possible processing powerand power consumption. I don't have an idea of theRPI power and possible GPU support...
View ArticleGeneral discussion • Re: Why isn't the admin answering the mail?
i dont believe mail works on the forum.the best way to get their attention is to create a post, then mark it as needing attention. "report this post"Statistics: Posted by terribleted — Thu Jul 25,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4, DSI data append one pixel every...
Are you sure you're power-on sequence is correct?I'm under the impression you're missing something.One can find a RM69330 data sheet here https://ifan-display.com/wp-content/upl ... ersion.pdfHad a...
View ArticleBeginners • Re: Help with connecting libraries
To be precise, the correct name is 'python module', not 'libraries'. Noproblem with this; many people use these words quite sloppy. Python has a number of modules which are build-in; there is a...
View ArticleMicroPython • Re: How to receive large (>1024 byte) UDP datagram packets?
Huh, I only see your replies now while revisiting this thread - I somehow didn't get notified about them.Since I figured that I'll run into memory management issues with µpython, I am now in the...
View ArticleGraphics, sound and multimedia • Re: Can not get udemy drm protected videos...
It's possible udemy only allow playback from known systems (using User-Agent).You could try forcing the User-Agent on Pi to match the User-Agent on a working device.Statistics: Posted by dom — Fri Jul...
View ArticleOther projects • Re: Is this architecture possible ?
Thanks for your messages. No, I do not wear a strange thing on the top of my head, but you gave me the idea of being like a silver hat I have looked the CM4, but I don't see any information on the...
View ArticleGeneral • Did I burn my Pico W ?
My Pico when connected spits out this message & the RP2040 gets very hot when i connect it to my laptop. Code: Unable to connect to COM9: port not foundProcess ended with exit code 1.Statistics:...
View Article