MicroPython • 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: RPi Zero 2W portable "iPad" design issues
I've tried the ribbon cable without success, but it was my first use of DIY ribbon cable. Thanks for the thought As for the RPi 5...that's a 12VDC system and would require a new redesign/parts. Also,...
View ArticleTroubleshooting • Pi 5 Wi-Fi Disconnects - Is this a power supply issue
I've had my Pi5 since release and have been using it on and off successfully using a none 5amp power supply but recently I have been experiencing issues with the wi-fi disconnecting randomly. The...
View ArticleAdvanced users • Re: HOWTO: Create a Super User File manager
It is much easier to mess things up in the terminal using sudo that in the GUI IMHO.And you're wrong. It's easier to mess things up in a root file manager - simply because the file manager is easier...
View ArticleTroubleshooting • Re: Dell E2220H not connecting
Hint. The signal is coming out of a microHDMI socket on the RPi and going to a Display Port input on the monitor.And the adapters are directional.Statistics: Posted by 6by9 — Fri Jul 19, 2024 1:01 pm
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 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.1VNot quite...
View ArticlePython • Re: Need help for read numbers from a picture
As the github says# If you don't have tesseract executable in your PATH, include the following:pytesseract.pytesseract.tesseract_cmd = r'<full_path_to_your_tesseract_executable>'Your code seems...
View ArticleGraphics, sound and multimedia • Re: How to control waveforms during HDMI...
That is not a valid link.The fact it has the word "secure" fairly early on in the URL probably means you need to be signed in to Nvidia's site to view it.For compliance issues it is generally best to...
View ArticleTroubleshooting • Re: Pi 5 Wi-Fi Disconnects - Is this a power supply issue
Far more likely that the steel case is the issue, but why do you want to avoid the official Pi5 PSU? It is known good quality and good value too.Statistics: Posted by davidcoton — Fri Jul 19, 2024...
View ArticleGeneral discussion • Re: Will this work
Should be possible and maybe a Pi Pico could do it.Statistics: Posted by hippy — Sat Jul 20, 2024 11:49 am
View ArticleAdvanced users • Re: Rpi and BT extended advertising mode
RPi 4B specs says Bluetooth 5.0https://datasheets.raspberrypi.com/rpi4 ... -brief.pdfRPi 5 specs says Bluetooth 5.0https://www.raspberrypi.com/products/raspberry-pi-5/BlueZ seems to have support for...
View ArticleNetworking and servers • Re: New Router from ISP - reset all my PI's
Edit: it occurs to add that if you can keep your old router it'll insulate you from events like your new router packing up. Maybe consider getting an old router, used as above, to insulate your Pi...
View ArticleGeneral • Re: Need advice on sending image data from a Pi5 to several Picos
I have no idea how much data can be sent using 'sendto', whether it splits up larger packets or you would have to.Right - I believe datagrams are limited to single packets (around 1500 byte).Ideally,...
View ArticleBeginners • Re: 256G SSD - creating image on 32G USB
Remember that one of the main things we do on these boards is try to "curve fit" the comments and issues raised by OPs. That is, we try to develop and express real world explanations that align with...
View ArticleTroubleshooting • How to setup SSL in Claws 4.1.1
Last days I did the step from I believe Bullseye (32bit) to Bookworm (64bit). Complete new install from bought SD with distribution. Needed some time to set things strait. Al is working so far, until...
View ArticleAdvanced users • Re: Installing Docker Package
Thanks everyone this has been really helpful and informative, and I have learned a lot. I did realise at the time that I was removing some of the code and see now that it was an error on my part. I...
View ArticleCamera board • Re: Waterproof low latency camera compatible with esp32 or...
Then a raspberrypi solutionlike zero or pico or whateverPihut have some cameras for the pico.. https://thepihut.com/search?q=Pico+came ... ncy&page=1I don't know if they meet your...
View ArticleTroubleshooting • how to stop listing at boot
Last week I did the big step from 32bit to 64bit, puzzled out a way how to do. All is working on some minor problems. One of them is that I have a listing at boot, probably did enter some "wrong"...
View ArticleAdvanced users • Re: Still use an SD alongside an SSD on Pi5?
A lot depends on what the OS you have installed on the 3B is.If it's RPiOS Bookworm transferring it is likely to just work though if it's 32bit you'll end up running with a 64bit kernel and 32bit...
View Article