Interfacing (DSI, CSI, I2C, etc.) • Re: TomTom Display datasheet link
Easy to connect to RPI DPI interface, but as it consumes all GPIO the question remains if it's worth the effort for such a low resolutuon display.A 4in SPI gives you 480x320pixels at far less effort...
View ArticleAI Camera - IMX500 • Re: Re AI Camera (RP2040) firmware update
Is it absolutely necessary to upgrade the firmware or will the camera still work if you don't ?It will still work exactly the same with the older firmware except on Pi 4 and lower you will have slower...
View ArticleGraphics programming • Re: rPi5 vs CM4 hardware difference affect display
All the DSI changes are in the latest kernel in apt, however you're not running that. The latest is 6.6.51.With the newest version of the kernel, my screen was able to display, although not perfectly....
View ArticleTroubleshooting • Re: RPi5 boot issue - 'Fatal firmware error'
So which 'brand new PD charger' did you connect? Which HAT do you use - official or third party?A third party one.Disconnect the HAT, remove uSD, power up the Pi and post a picture of the boot...
View ArticleMicroPython • Re: Import could not be resolved in VSCode lib folder
When I'm coding I want to know if the errors are seeing are real errors that need to be fixed and not just fake errors, that can be ignored. The problem isn't with VSCode it's with the Official...
View ArticleSDK • Re: GPIO pin handling on the Pico
The behavior of the pull-ups was also interesting. With pins set to inputs and pullups on, and then switching from inputs to outputs, the output pins are always initially set to zero, then switched to...
View ArticleGeneral • Re: Compatibily uf2 files
Turns out the RX pin on GPIO21 isn't an issue. The QT Py exposes TX and RX so of course both can be used on the same UART; UART1, GPIO20=TX, GPIO5=RX - Which is how 'stdin/stdout' does it as shown...
View ArticleAI Camera - IMX500 • Re: Step Quantization and Compression
The process I'm going through to produce the model is:1. Collect Images2. Annotate Images (using labelimg)3. Split Data - into train and val for training and testing the model4. Train - run 50 or so...
View ArticleRaspberry Pi OS • Re: How to determine when a system was installed?
It seems strange to me that there is no direct answer to this question; there seem to be a lot of ad hoc approximations.The OS doesn't know the date until after it is installed and connects to NTP.I...
View ArticleGeneral discussion • Re: Pi NAS - SMB vs OMV
No I would say, it looks to me that you are experienced enough handling a Pi4 and various software. You can try OMV, it offers lot with nice interface, but I found that it lacked various key features...
View ArticleRaspberry Pi OS • Re: RPi OS Lite 64 bit does not boot on 3B+
I only use 64-bit OS on my 3B+ board forget about 32-bit, it will cost you more time/effort in the future.This seems a typical SD-card or SD-card adapter or power supply issue.Statistics: Posted by...
View ArticleTroubleshooting • Re: Rasberry Pi 4 will display without SD Card but get...
Also lines when no SD-card inserted?What power supply adaptor?Statistics: Posted by redvli — Fri Oct 25, 2024 6:36 am
View ArticleBeginners • Re: Is there a simple and foolproof way to upgrade the OS?
All the Pies communicate with external devices such as USB webcams, Bluetooth temp/humidity sensors, a couple of UPS, etc. It seems that in order to test the new SD card I would also have to obtain...
View ArticleAI Camera - IMX500 • Re: AI Camera Script Running
Yes, you can make a python app based on, for example, the object detection demo and if it sees an object of interest, you can run an external program/script.Statistics: Posted by naushir — Fri Oct 25,...
View ArticleTroubleshooting • Re: RPi5: GPIO behaviour reversed from expected
Might be an active low relay module, can you post a picture of it?Statistics: Posted by neilgl — Fri Oct 25, 2024 7:34 am
View ArticlePython • Re: MemoryError: memory allocation failed, allocating 21858 bytes
@DS256I cross compile my PICO uPython programs on the host computer I'm running Thonny from. I then copy the .MPY back to the PICO.Do you mean the .PY file?I can't find any .MPY filesStatistics:...
View ArticleSDK • Re: Tight timings PIO + USB, how to do it?
Just an idea, something like Si5351, not sure if it's reasonable cost, but it has OTP and I2C.Yes, it's a nice idea. For 12MHz + "the frequency I originally wanted", two xtal oscillators and control...
View ArticleBeginners • No green light, whatever I try, only red
I have a brand new RPI5 (after installing 4 RPI4's a year ago)I installed the heatsink, but whatever I try, I can't get it started.-different PSU's-with or without SD cardI press the powerbutton next...
View ArticleCamera board • Re: "Or Better"?
So, I'm running the following script:Basically 3k resolution at 15fps at 10mbitCode: #!/usr/bin/python3# Encode and store a pair of side-by-side 1500x1500 image streams to give 3000x1500 video at...
View ArticleGeneral • Re: Compatibily uf2 files
OK, with change GPIO21 to GPIO5 all works well !!Thank's for help !Statistics: Posted by yabba235 — Sat Oct 26, 2024 5:37 am
View Article