Advanced 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 ArticleOff topic discussion • Re: Best Options for Internet on my Raspberry Pi in...
WiFi is widely available throughout Seoul, @jamesberry. This means using cafe wifi should work well for lighter tasks on your Pi, like browsing the web or checking emails. However, for tasks that...
View ArticleMicroPython • Re: Detecting PI Pico if powered via USB or GPIO pins
You can check the VBUS by testing the value of 'WL_GPIO2' pin, if it's high, the VBUS is present, e.g:Code: from machine import Pinvbus = Pin('WL_GPIO2', Pin.IN)if vbus(): print('USB connected')else:...
View ArticleOff topic discussion • Re: Cannot find the way to extract raw data of GT911...
Why do you believe in this route?Statistics: Posted by vengeance88 — Mon Jul 15, 2024 6:17 am
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 ArticleMedia centres • Re: Peppy player
I'm using the latest OS version (Bookworm) for the latest player version. It has different behavior from the previous OS versions.I've fixed the buttons issue:https://github.com/project-owner/PeppyP...
View ArticleTroubleshooting • Re: RPI5 not booting
Rise time in this context is the time your PSU needs to reach a certain voltage level.There is an undervoltage lockout on the PMIC that will activate at 4.1V, forcing the STANDBY state, which...
View ArticleGeneral discussion • Re: Windows on Pi5
Hi ,I need to know if there is offcial release of windows os which could be installed in pi5 as i need it to be used on pi5 for commercial purposesNo.Statistics: Posted by jamesh — Tue Jul 16, 2024...
View ArticleGeneral discussion • Re: A Royal Pi...
Are the robots powered by Pi?Not those ones, but there are a lot of Pis used in various ways on the production line.Statistics: Posted by jamesh — Tue Jul 16, 2024 6:21 am
View Article