Beginners • 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 ArticleCamera board • Re: Camera v3, Pi5 and AV processing
Are you using Ubuntu 24.04 LTS? If yes which kernel version?Pi5 OS. It is Debian based I think.Statistics: Posted by Paul B65 — Fri Jul 26, 2024 2:41 pm
View ArticlePython • Re: I want to teach Python to my kids
A challenge in teaching kids is to find a motivating story * and to use a programming language which is appropriate for the age of the kids.Especially for lower grade kids, debugging is a huge problem...
View ArticleGeneral discussion • Re: When will there be a Raspberry Pi with at least 16GB...
Just noticed there is nothing in the official Raspberry Pi documentation that tells you how to increase the amount of swap allocated on Raspberry Pi OS. ...HTHYeah but OP is using ChatGPT and his name...
View ArticleGeneral discussion • Re: How to analyze if the output of adc is right or wrong
The best way to check your captured sine wave is to use a spectrum analysed program to view the data having first captured your data to a file, preferably in a recognisable format.A while back I...
View ArticleGeneral • Re: Did I burn my Pico W ?
is there any way to retrieve my old files from that Pico ? Statistics: Posted by Ab25 — Fri Jul 26, 2024 2:58 pm
View ArticleGeneral • Re: Need advice on sending image data from a Pi5 to several Picos
Basically it's using the Pico W as a promiscuous Ethernet Packet Sniffer.Agreed. Since I need a simple point-to-point comms, that should be sufficient.If accessing the CYW43 proves to be more hassle...
View ArticleTroubleshooting • Re: Bug? Cannot find kernel headers for the running kernel...
The issue is that your ar running a 64-bit kernel with 32-bit userspace. This is the default if you install the 32-bit Raspberry Pi OS on a Pi that can run 64-bit code.The two easiest options are to...
View ArticleGeneral • Re: Integrated RP2040 silicon
If you're building your own PCB, this is a good compact solutionSorry, we can’t find the page you’re looking for.Statistics: Posted by davidcoton — Fri Jul 26, 2024 3:11 pm
View ArticleTroubleshooting • Re: Two RPi 5 dead
I thin the I2C error means the SoC cannot talk to the PMIC, which means it cannot be set up. An irrecoverable HW error. If under warranty I'd try that, but if you are using a dodgy PS, then that would...
View ArticleOff topic discussion • Re: Has the Crowdstrike global outage affected any key...
There is perhaps a lesson here about backup regimes and the sensibility of running with data on the PC rather than using them more as thin clients, having local apps which access remote data.It should...
View ArticleMicroPython • Re: Can't connect Pico to ADS1115 ADC board
Error 5 with I2C is quite often caused by lack of pull-up resistors on the SCL and SDA lines. Your board may already have these: if you have a multimeter, check the resistance of the (disconnected)...
View Article