Off topic discussion • Re: Converseen - bulk image resizer
imagemagick is ace it supports loads of image formats you need to an interface to make things easier as things can get a little difficult. There are online services like...
View ArticleTroubleshooting • Re: Pre-mounted heatsinks interfere with case
power on the rpi & just wiggle the heat sinks left/rightStatistics: Posted by kerry_s — Sun Jul 14, 2024 4:57 am
View ArticleAdvanced users • Re: Official Raspberry Pi HDMI to VGA Cable - review
Just out of curiosity, how do these cables handle the problem that there are 3 different kinds of HDMI connectors used on the various models of Pi? The pictured cable seems to have a full sized HDMI...
View ArticleMicroPython • Re: 2 arguments Bur given three
My das gave me a raspberry PI pico kit to program RGB lights and im a noob at python so i dont know how to fix if anyone wants to help i ill put the code below. Also im using thonny ideCode: from...
View ArticleNetworking and servers • Re: access point with captive portal with script...
"It provides a border control gateway between a public local area network and the Internet"Yes, but it does not seem so fit to my problem. I don´t want authentication or a gateway to the internet. I...
View ArticleGaming • Help with gpio buttons and image
Hi all,I'm rather new to this but have been putting together a retro game system on the raspberry pi 4. I have a prebuilt (jaycar) cabinet that is plug and pay and has gpio. I have used a pre built...
View ArticleFor sale • 2x RPi 400 PC Kit (DE)
I've got her 2 unused RaspberryPi 400 kits. Keyboard layout is german. € 89.- each + shippingStatistics: Posted by zwieblum — Sun Jul 14, 2024 7:12 am
View ArticleGeneral discussion • Re: How to reconcile mpich version differences between...
Thanks, I do appreciate the sensible advice, and although I'll probably follow it in the short term for this particular system, there's more to it that I haven't explained yet, that means I'ld still...
View ArticleGaming • Re: Help with gpio buttons and image
Hi all,I'm rather new to this but have been putting together a retro game system on the raspberry pi 4. I have a prebuilt (jaycar) cabinet that is plug and pay and has gpio. I have used a pre built...
View ArticleMicroPython • Re: Detecting PI Pico if powered via USB or GPIO pins
You have redefined 'vbus' from my example to 'vbus_pin', but you're still reading 'vbus' in the if statement. What you have now should raise an exception, since 'vbus' is not defined.Statistics:...
View ArticleOff topic discussion • Re: Best Options for Internet on my Raspberry Pi in...
Stability and speed are different things. Is most urban areas stability will be pretty common. The onboard wifi on the pi will be able to handle updates and the such at a reasonable speed. If it is...
View ArticleRaspberry Pi OS • Re: Wifi broken on 64-bit image after all 2022-04 releases...
I also tried WPA2 PSK only on my mikrotik router, but without success (so disabling WPA3 PSK).So WPA3 is not the issue here, even on WPA2 it does not work... I also tried all different encryption...
View ArticleMicroPython • Re: uasyncio error
I was given this as a work-around for lack of `serve_forever`Code: async with server: while True: await asyncio.sleep(300)I am not sure what the significance of 300 is as any number in there seems to...
View ArticleTroubleshooting • Can somebody explain what this means please.
I have recently upgraded the RPi3 running my weather station to an RPi4 (see attached of details of software). I am using the same camera as I used on the Rpi3 to take photos. I take a photo every...
View ArticleTroubleshooting • Re: Can somebody explain what this means please.
You no longer need to enable the camera, if it's an official camera it should be automatically detected.Try entering rpicam-vid --list-cameras to see if it's detected.What errors are you...
View ArticleGeneral • Re: Powering the Pico via a disassembled 5V wall adapter
I do appreciate all the help but I'm still at a bit of a loss as to why I should prefer 12v to 5v in this application. I can see in a more general application where you need the power to travel longer...
View ArticleHATs and other add-ons • Re: Raspberry Pi 4 /Pi 5 SSD1306 i2c 0.96 OLED Display
You could get a colour displayhttps://thepihut.com/products/1-27-rgb- ... p7EALw_wcBStatistics: Posted by gordon77 — Mon Jul 15, 2024 7:36 am
View ArticleBeginners • Re: Writing a systemd service to run a script that setup TPM
Use of full-update and apt-get is a better way to go and use the -y option to automatically apply the updates can help!Do you mean full-upgrade? "update" and "upgrade" have different meanings....
View ArticleHATs and other add-ons • Re: AI Kit Necessity for YOLO Usage on Raspberry Pi 5
We've tested YoloV8s object detection demo. 120fps video input. 680*680Pi5 8GB without Hailo 2fps;Pi5 8GB with hailo PCIe gen2 41fps;Pi5 8GB with hailo PCIe gen3 82fps;CM4 4GB with hailo PCIe gen2...
View ArticleTroubleshooting • Re: Offline repo for RPi OS doesnt work
@rpdom, thx for giving me some doubts. My notes tell me I booted my RPi 4 with 1 GB of RAM from this image: "RasPiOS-Bookworm-ArmHF-Lite-2023-12-11.img.xz". But since it was already on the SD card for...
View Article