Beginners • Re: 32GB SD card shown at 256MB when plug into Windows PC
Use the SD card formatting tool from the SD association to revert to a default FAT/exFAT partition spanning the card.https://www.sdcard.org/downloads/formatter/If you use Raspberry Pi Imager, it'll...
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 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 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: Wisecoco 5.5" display issues
Sorry for the delay in getting back, I've been swamped this week, this is the output from edid-decode:edid-decode /sys/class/drm/card1-HDMI-A-1/edidedid-decode (hex):00 ff ff ff ff ff ff 00 0e d4 32...
View Article