Gaming • 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 ArticleGeneral • Re: Static IP on Raspberry Pico
Thanks. Not sure what MicroPython provides but it at least gives something to search on which might reveal what it has and what it calls.Statistics: Posted by hippy — Tue Jan 16, 2024 7:15 pm
View ArticleMicroPython • Re: Setting NTP time on Pico W issue
Thanks. That does seem to help, but not in all cases. We really need something which forces the network into the state it is after a power-cycle or hard reboot. Everything else seems to leave previous...
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 ArticleBeginners • Re: PCI Express adapter for external mini GPU
Thanks!Statistics: Posted by 1jjd — Tue Jan 16, 2024 7:49 pm
View ArticleC/C++ • Re: CMake DISTRO_ID= different for 32 bit and 64 bit Bookworm
I posted it as an issue with the repo section. Linking the issue for completeness https://github.com/RPi-Distro/repo/issues/360Statistics: Posted by WimBonner — Wed Jan 17, 2024 7:28 pm
View ArticleTroubleshooting • Re: Raspberry Pi Tv Hat
If you visit http://localhost:9981/playlist/channels and save the resulting file to the desktop you should then be be able to just double click it to open vlc with all available channels in a playlist...
View ArticleGeneral • Pi Pico WebREPL Python Console via Wifi / WLAN
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 Article