Advanced users • Re: 800054da I2C error at boot
(up)Statistics: Posted by in_sympathy — Mon Jan 06, 2025 12:10 am
View ArticleTroubleshooting • Re: Minecraft: Pi Edition Download
Use the flatpak or pi-apps to install it.https://flathub.org/apps/com.thebrokenrail.MCPIRebornCode: flatpak install flathub com.thebrokenrail.MCPIRebornStatistics: Posted by craigevil — Mon Jan 06,...
View ArticleRaspberry Pi OS • Re: X11 Forwarding from Headless (Lite) ZERO 2 W
I had to uncomment it and change 'all' to 'inet' and not I can't SSH into it I assume "not" is a typo for "now".Are you using ipv6 to connect? Can you try using -4 on the ssh command line?FWIW, I...
View ArticleSDK • Re: RP2350: How to enable XIP PSRAM?
When reading PSRAM through QSPI interface, you have an overheard of at least16 QSPI clock cycles (24 bit address, suffix, wait/dummy, hold time) + 8 for transferring the data (32bit word) = 24 for...
View ArticleMicroPython • Re: How do you get a Pico W to sleep?
By chance, have you measured the current cut when de-asserting GPIO23 ?Statistics: Posted by gmx — Mon Jan 06, 2025 10:42 pm
View ArticleTroubleshooting • Re: Can't boot my Pi 400 from a usb hard drive (mechanical)
you said" I'm using the Ubuntu OS. I installed the Pi Imager and tried to run it by which to switch my boot order per instructions on Tomshardware.com"Are you using Ubuntu on another PC to load the...
View ArticleUbuntu • Re: VS Code Pico extension - switching between debug and release builds
I changed the build configuration in a very hacky way by modifying the 'Raspberry Pi Pico' VS Code extension's source code.What I did:1. Opened the extension source...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Plus being able to use any manufacturers PSU really helps. Lenovo, Dell, Raspberry Pi etc all work fine together now.Plus being able to plug the PSU to any USB-C on any side is nice. And same for...
View ArticleGeneral • On rp2040, reading 2.15V off a 5V voltage divider
Hello, I'm making a rp2040-based device that's powered from USB (via buck converter). I want to know measure the VBUS voltage (5V expected).So I wired a 10K/10K (+-5%) voltage divider to an ADC pin,...
View ArticleTroubleshooting • UARTS 2,4 Work. UARTS0,1,3, Fail - RPI CM5 + I/O Board
Hi All,So I'll post below some stuff to prove it but, after including all the UARTs in the boot, all UARTs are correcltly recognised on the right GPIOs.Using the 40 pin header I do loopbacks and do...
View ArticleGeneral discussion • Re: What's with the M.2/NVMe obsession?
As micro SD cards seem to get lost more easily than larger form factorsUse a trick from a motel on the road from Sydney to Perth that lost too many keys. Attache 300mm of metal tube. Linux supports...
View ArticleRaspberry Pi OS • Re: LibreOffice on Pi 5 + NVMe [SOLVED] [Sort of]
My notebook has 24.2.7.2. The bookworm-backports contains 24.8.4 for arm64, identified as 4:24.8.4-1~bpo12+1. The LibreOffice web site lists 24.8.4 as the current version. I could update my Linux...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Solution [Python]: How to set two I2C...
I have a dozen sensors operating on this bus, including a M10Q GPS module that has clock stretching, and all work at the normal bus speed set (typically 400kHz but cpu governing at "ondemand" instead...
View ArticleGeneral • Re: On rp2040, reading 2.15V off a 5V voltage divider
the Pico ADC input impedance is >100k,That's the effective impedance, not exactly when sampling.Also look for noise/dropout on 3.3V rail.I've done some tests here:...
View ArticleGeneral • Re: RP2040 counter divider by 10
Pico-Examples has a. PWM out and in example, it seems. Study:https://github.com/raspberrypi/pico-exa ... duty_cycleStatistics: Posted by breaker — Tue Jan 07, 2025 12:12 am
View ArticleCompute Module • Re: CM4 rpiboot hangs on custom board
That's absolutely right and makes sense, ya. Omg. Thanks! But USB OTG I don't need for my case, right? What if I connect D+ and D- from USB port directly to pins 103 and 105?Statistics: Posted by...
View ArticleGeneral discussion • Re: Raspberry pi sound recorder to upload via web ftp or...
To download the mp3 files from the Pi to a PC (say) install an ftp server on the piWhy not just enable ssh and use an sftp client on the PC?@OP:If the Pi isn't on the same local network as the PC...
View ArticleBeginners • Re: Streaming camera app remotley
Yes I am sure it works. Here is rpi-connect showing the desktop of a headless Pi5, using Firefox browser on Windows 11 PC."quick reference for "how to"?" - no I followed the picamera2...
View ArticleBeginners • Re: PATH=/ ... :$PATH does not work?
Not on RPiOS it doesn't. Both echo $PATH and sudo echo $PATH return the same thing. In my case that's /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/gamesYes, and I...
View ArticleTroubleshooting • Re: USB HDD glitching on Pi 400, is it power supply issue?
Thanks! Bummer...Statistics: Posted by lsayre55 — Tue Jan 07, 2025 11:20 pm
View Article