Beginners • Re: How to rename root partition on Rpi5
Nice workaround!But it looks like I will just have to live with the fact that Bookworm is different Statistics: Posted by Keith Bookman — Tue Jan 16, 2024 6:49 pm
View ArticleMicroPython • Re: Setting NTP time on Pico W issue
Or maybe this:Code: def connect(): sta_if.active(True) # seems more reliable to start with a fresh connect() if sta_if.isconnected(): sta_if.disconnect() print ('started in the connected state, but...
View ArticleGeneral • Re: Static IP on Raspberry Pico
I don't know if this is relevant to micropython - i.e. if there are equivalent functions, but using the SDK I found that this works...Code:...
View ArticleGaming • Re: Help to build a Pi Jukebox
Using fruitbox v2 https://github.com/chundermike/rpi-fruitbox-v2 you can use a keyboard for initial testing.More dicsussion here from the author: viewtopic.php?p=1188358#p1188358The fruitbox user...
View ArticleTroubleshooting • Re: Rpi4 only boots certain OS !!??
on your first screenshot, see that EDID data is not "OK" (it says None) . So, given the new KMS driver, the pi does not know what resolution to set, so it sets none.this explains the black screen:"Now...
View ArticleHATs and other add-ons • Re: PoE for Pi 5
A month on, is there any further news?Statistics: Posted by dickon — Tue Jan 16, 2024 7:09 pm
View ArticleRaspberry Pi OS • Re: Putting a RPI OS onto a SD card
A 4GB SD card is going to be very cramped when using Raspberry Pi OS. Only Raspberry Pi OS Lite will fit on that. Neither of the Desktop editions will fit.Good spot, I hadn't seen that. Yes 4...
View ArticleHATs and other add-ons • Raspberry Pi 5 PCIe Bus Error - ASM1166
HelloI'm trying to use a Pimoroni NVMe Base for Raspberry Pi 5 to interface with an M.2 ASM1166 SATA Controller.The SATA Controller is this one: https://aliexpress.com/item/1005004575015955.htmlThis...
View ArticleAndroid • Re: [DEV] LineageOS 20 (Android 13) for Raspberry Pi 4 & Pi 5
Is there a way to have our Android ID created at system installation? Or possibly have a fictitious ID that would pass Play Protect?This would make handling easier.It's created by one of the Google...
View ArticleGeneral discussion • Re: Pi5 run-header
If you need the Run pad to re-start the RPi after it has shutdown (but still has power), then the RPi 5 has both a Power button and pads for an external power switch.If the RPi 5 is running, pressing...
View ArticleGeneral discussion • Re: RPi 5 initial power up with power button?
The way I prevented that with the Pi 4 was to use inline USB-C cable with a switch. With the switch toggled to off the Pi didn't have power so couldn't boot. The same switch could be used with my Pi 5...
View ArticleTroubleshooting • Re: Pi 5 solid red light
- what power supply?- what PI OS are you trying to boot? (Bookworm is required for pi5)i have had no issues with pi-imager and my PI5-8G. Just make sure to set the settings in PI-imager before you...
View ArticleC/C++ • Re: CMake DISTRO_ID= different for 32 bit and 64 bit Bookworm
Can you suggest an easy way to recognize a Raspberry build in CMake?Look for a /etc/rpi-issue file?Statistics: Posted by trejan — Wed Jan 17, 2024 7:33 pm
View ArticleGeneral • Pi Pico WebREPL Python Console via Wifi / WLAN ssh
Repower Pi Pico W with BOOTSEL buttonMicroPhyton -> PiPicoDriveInstall Thonny , Tools/Options/Interpreter, Select Pico-Comportmanifest.py, webrepl.py, webrepl_setup.py, RightClick, LinkSaveAs, open...
View ArticleGeneral • Re: Interesting pin failiure
It's set up in a PIO routine to act as a input to a quadrature counter. I was testing using the micropython REPL after a hard reset :Code: p=Pin(14, Pin.OUT) p.toggle() p=Pin(14,Pin.IN ,...
View ArticleAdvanced users • Re: Using RP1 and PIO on Raspberry Pi 5
Eventually, provision will be made for some sort of usage of core 1 - that's why it's there.Software engineering effort in the near term is to ensure that there are no outright regressions in feature...
View ArticleCompute Module • Re: CM4 as a DV/HDV to HDMI converter
Thanks 6by9, really appreciate your help. As you'll appreciate this is all a bit of a learning curve for me.Would prefer to send you a link to the clips in a private messge but not sure if I'm able to...
View ArticleGaming • Re: Rasp Pi archade for public uses
Hey no it is definitely not spam... and the link is super relevant because that is where I had taken the tiles from.... So the "software" is custom, its just a python game that myself and 2 buddies...
View ArticleTroubleshooting • Re: Can't see pi files in windows explorer
Instead download and install wsdd on the PiOK, that sounds doable - I'd need some instructions on what to type into the command lines on the Pi to accomplish that and then what to do with it if...
View ArticleGeneral discussion • Re: Copilot icon..
Gee and I thought my post might have been helpful to anyone that wanted to do same or could use the idea to add a different app.. Nobody ahs said that it isn't. We've just gone off topic Statistics:...
View Article