Off topic discussion • Re: What's with the CloudFlare nonsense?
Think it's a version of viewtopic.php?t=367711Maybe the direction of the wind has changed???And yes - it's a pain my poor bladder cannot cope with too many drinks Statistics: Posted by MiscBits — Thu...
View ArticleTroubleshooting • Re: gpiozero.LED leaves pins in floating state
Thank you for the reply, @hippy, but the version in the fresh install of Bookworm was GPIO Zero 2.0.Statistics: Posted by anilles — Thu May 16, 2024 9:59 pm
View ArticleOther RP2040 boards • Re: Arduino Nano RP2040 Connect: reliability?
USB power is fine.The problem was that there was some kind of stuck/corrupted DOS filesystem in flash. This cleared it:Code: import osimport machine, rp2bdev = rp2.Flash()os.VfsFat.mkfs(bdev)vfs =...
View ArticleRaspberry Pi OS • Re: PcManFM show full directory path
Re your reply:1) The full directory path is shown in the directory history drop-down box. > Can you please explain where this is?2) The complete path to a file or directory can be copied from a...
View ArticleRaspberry Pi Connect • Re: does rpi-connect run headless?
Well I read the paragraph titled Wayland and I now know that Wayfire is the compositor for Wayland. so I did the following:pi@raspberrypi4:~ $ sudo apt list | grep wayfireWARNING: apt does not have a...
View ArticleBare metal, Assembly language • Re: SIMD LDR from device memory
Yeah, I agree that a Q sized LDR would be inappropriate here, but I only mentioned that as a side note and to further demonstrate the oddity. The instructions GCC is generating are 32bit S sized LDRs...
View ArticleGeneral discussion • Re: Help determining proper model
Pi 4 WiFi at 2.4 GHz has good range, the full length of a house, and at 5 GHz has less range, across a big room, but more speed.Your workload with almost no processing would run on a Zero 2 which has...
View ArticleTroubleshooting • Re: Trouble with MicroSD-Card (128GB) in Raspberry Pi 4
^^ AI generated?Edit: Post in question has been silently removed. By moderator????I'm sorry, but I guess I don't really get your point?Are you wondering if my post was AI generated?Statistics: Posted...
View ArticleGeneral discussion • Fun 3D printed Pi5 case!
Hi, Just thought I'd share a fun 3D printed RPi 5 case that neatly packs an RPi5, a Pimoroni NVMe drive, a clock battery and cooling fan into a tiny spaceship Take a look ... perhaps you could share a...
View ArticleGeneral discussion • Re: Green LED flashes twice a second, Pi won't boot
Looks like the power supply crapped out. I should have checked that first.Statistics: Posted by Andrei07 — Fri May 17, 2024 9:57 pm
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
I don't think that the official documentation states anywhere that that reserving an IP address on the DHCP server is the only way to have a fixed IP, rather it is the only suggestion that the...
View ArticleTroubleshooting • Re: Network Adapter wont Work on Rasberry pi 5 (kali linux)
thanks, well i tried registrating but it says "Sorry, registration has been disabled by the administrator."Ah, that's annoying. yes :/ ive been trying to solve this issue in alot of forumes, discord,...
View ArticleRaspberry Pi Connect • Re: Pi4 Wayfire/Wayland rpi-connect won't start
I can't give you chapter and verse to verify, but I have a hunch that I've read that low-memory models of otherwise compatible hardware still revert to running X-11/openbox in preference to...
View ArticleGeneral discussion • Re: How to minimize power consumption
There are Y cables which connect to two USB A pins. You could connect the second cable to a wall power supply and that would at least get you another 500mA. So, using a Y cable (and an extension cable...
View ArticleTroubleshooting • Powering Raspberry Pi 5 using GPIO header.. Voltage Drop -...
I have a 5V6A power supply that I got off aliexpress that I was hoping to power a Raspberry Pi 5 with... but I've been unsuccessful.There seems to be a huge voltage drop when the cables/connectors I'm...
View ArticleTroubleshooting • Re: Setting locale issue and weird browser behavior
With either Chromium or Firefox they both automatically scroll down the page as it loads.If you have a spare SD card, try installing stock Raspberry Pi OS with Desktop 64-bit on the same hardware....
View ArticleTroubleshooting • Re: Powering Raspberry Pi 5 using GPIO header.. Voltage...
You need thicker wires and better connectors. Those “DuPont” leads are terrible as the wire is very thin and the connectors are badly made clones.Easiest way is to cut the end off a good quality USB-C...
View ArticleAdvanced users • Re: secure boot clarifications
Cool, that’s all I needed to know, thanks Can the hash of the public key not be printed through UART? Maybe printing it only if enable_uart is 1 so at least there is an option to disable...
View ArticleTroubleshooting • Re: Green backround on boot?
Good news! My new cable came in, and it looks like the issue was the cord! Everything looks crisp but I’m still having issues with network booting as I still haven’t received the imager...
View ArticleDebian • Re: "sorry, this system does not appear to be a raspberry pi....
What do the other commands come back with, and this Code: uname -aStatistics: Posted by neilgl — Fri May 17, 2024 11:08 pm
View Article