Official Display • Re: Official 7 inch touch screen, image is rotated 180 on...
well, don't know if that is fully sorted yet.One would expect that adding below would do the trick:Code: video=DSI-1:800x480M@60D,panel_orientation=upside_down It will rotate splash screen (and...
View ArticleGeneral • Re: Pi Pico VScode extension: Failed to setup example
Examples folder absent in /sdk/1.5.1/ folder.Examples folder exists in upper folder, but there are not any examples.OP SDK : C:\Users\username\pico-sdk\sdk\1.5.1OP Examples :...
View ArticleCamera board • Re: Focus on GS camera with 6mm lens
Bgotura,Just a thought but a while back I bought a newer Pi camera and a good lens. Part of the kit included a little adaptor that allowed the lens position to be moved further from the image sensor....
View ArticlePython • Need help for read numbers from a picture
I have a digital thermometer and I want to read the temperature it reads using OCR, extracting it from an image of the display thermometer. I have tried easyOCR and pytesseract but both give me...
View ArticleGeneral • Re: any existing high-speed pico-to-pico bus?
I made an experiment some time ago trying to re-purpose an VGA demo board without the 6502 parts: https://github.com/CHiPs44/YetAnotherPi ... -Board.pdf.Statistics: Posted by CHiPs44 — Fri Jul 19,...
View ArticleAdvanced users • Re: How to backup a disk?
I made this https://github.com/UnconnectedBedna/shrink-backupI honestly think it's the fastest and most modular backup script available (at least that I can find)I do my backups over the network, and...
View ArticleTroubleshooting • Re: RPi5 Low Voltage warning
To power the RPi5 I've been experimenting with a 7.4V RC battery connected up to a buck converter that is able to provide 5.1V and 5A.YesWith no PD protocol you will only get 3A on 5.1VStatistics:...
View ArticleAdvanced users • Re: Which files should have special permissions on my...
When I put -xdev before -type f, the output doesn't change. Is this the correct place to put -xdev?Yes, but if you don't have anything mounted in there, there won't be any difference.Code: -xdev =...
View ArticleBeginners • Re: Raspberry Pi inside an amplifier
Given where you are starting from, I would suggest that this is not a suitable project -- unless you can find someone local to you who will offer hands-on support. It is all do-able (depending on what...
View ArticleHATs and other add-ons • Re: Benchmark on RPi5 & CM4 running yolov8s with...
Have you tested the USB or M.2 Version of Coral? The M.2 Version needs two PCIe lanes.Please add an optional external power supply to your card. A good SSD together with HAILO 10H may be too much...
View ArticleGeneral discussion • Re: About the 3.5mm jack missing from the Pi5...
Also a Pi4 is almost the same price as Pi5 where I live, so that's also off the list.Any suggestions/ideas?A 1G RAM RasPi 4B should be only $35.00US just like a...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Using a Sony IMX455 with a MIPI...
Thank you so much for your quick response! I also had a little trouble with FRAMOS's website yesterday, but it appears to be fully functional again.Statistics: Posted by alekthegenius — Fri Jul 19,...
View ArticleMicroPython • Re: Bluetooth Extended Advertising with MicroPython on...
Hi all,In conclusion, it seems that Respberry Pi pico w does not support the extended advertising mode. So, the only solution is the use the legacy advertisement mode (with 30 bytes payload limit) and...
View ArticleTroubleshooting • Re: URGENT HELP REQUIRED (Tried to backup and now I cannot...
Hello everyone, I posted this a couple of hours ago. Since then, I have dug deeper and found this (viewtopic.php?t=193153). I realised it might have to do something with my fsab. I then used extFS for...
View ArticleTroubleshooting • Re: RasberryPI Zero 2W: Unable to connect to home WiFi.
I too can confirm there is a problem. [ ... ]Has it been reported to the relevant channels?It seems not...https://github.com/raspberrypi/bookworm-feedback/issuesStatistics: Posted by B.Goode — Sat Jul...
View ArticleGeneral discussion • Re: Cantenna variation?
I didn't find that one, I did find some variations of wok with standard cantenna pointing inwards which inspired what I thought was an original and even more simple idea. Statistics: Posted by...
View ArticleGeneral discussion • Re: What is a Media Converter
I suggest you use a sesrch engine or Wikipedia.Statistics: Posted by drgeoff — Sat Jul 20, 2024 11:40 am
View ArticleGeneral • Re: Need advice on sending image data from a Pi5 to several Picos
For transmitting the data, I thought of creating an access point on the Pi5, and have all Picos connect to it. Then use UDP to send the data to each Pico. I hope I can also do this easily in...
View ArticlePython • gpio library for new projects? is pigpio still the best answer?
several years ago I did quite a lot of messing about with gpo, and I used pigpio, which was a fantastic library which allowed really precise timings and even the use of DMA from memory to drive GPIO...
View ArticleAdvanced users • Re: HOWTO: Create a Super User File manager
The same is true if you remove password checks for sudo.Has this changed recently? AFAIK, there is no password check for sudo (*).Of course, some sophisticated users figure out how to make it prompt...
View Article