Troubleshooting • Re: RaspberryPi and HyperpixelSq
Have you contacted pimoroni tech support?Statistics: Posted by aBUGSworstnightmare — Mon Jan 13, 2025 7:18 pm
View ArticleCamera board • Re: Arducam IMX462 Ultra Low Light Camera Review
I don't think you've said exactly which Arducam camera you're testing, but some of them have fixed IR filters embedded in the lens housing. If you've got one of those then the IR lighting is being...
View ArticleGeneral • Re: Solar tracker with pi pico
Oh! You are right, I didn't think of that, thank you for the reminder. I could use that program just adapt it to use the photo sensors. Thank you for the fresh look guys!Statistics: Posted by...
View ArticleGeneral • Re: Use debug probe with PICO 2
gmx, thanks for pointing that out. Google let me down. When I search "debug probe rp2350" it does not includehttps://datasheets.raspberrypi.com/pico ... -with-picoStatistics: Posted by cpottle9 — Mon...
View ArticleBeginners • Re: Is there any remote connection like RDP ?
BTW, I've seen posts on the forum to the effect that this new "Raspberry Pi Connect" thing is supposedly a replacement for VNC. From what little I know about it, it doesn't seem like an accurate...
View ArticleGeneral discussion • pi5 NVME takes 90 seconds to boot
Using a Pi 5 with a WD Blue SN550 NVME and no SD card installed. I've been trying to figure out why (after following many of the internet tutorials) the Pi still takes 90 seconds to boot. It boots to...
View ArticleMicroPython • Re: Is regular Pi Pico bricking normal?
It is easy to have micropython code in boot.py or main.py that prevents USB and/or UART working.I have some personal strategies to avoid lockup due to bad micropython code.I use thonny so some details...
View ArticleSDK • Re: Panic function
Okay I seeI'm getting an error just adding a headerCode: fatal error: hardware/exception.h: No such file or directory 11 | #include "hardware/exception.h"You need to include hardware_exception as one...
View ArticleBeginners • Re: Why is .config owned by root by default?
All Linux and UNIX would have the same problem, it isn't a problem with Raspberry Pi OS.I have just checked, and on a barebones installation of Raspberry PI OS Lite 64-bit with no commands ran at all,...
View ArticleSDK • Re: PIO "IN X 1" ERROR?
Hi kilograham,thank's a lot, now is clear, the documentation not ... for me!Aniway, anothoter clarification, if I use GPIO 22 I found the status in the bit 22 of X register or in bit 0? I suppose in...
View ArticleBeginners • Re: Zero 2W Project
By the way, my raspberry pi won't run Raspberry Pi OS, but Volumio or moode™ audio player. And I thought that the screen was universal, like HDMI Plug/Play. Is it the case ? If it is not, I can...
View ArticleSDK • Determining RP2350 Chip Reset Reason
I am trying to determine the "reset reason" of RP2350 via register interrogation or some SDK function. I can detect a watchdog reset easily enough via watchdog_caused_reboot(); and for RP2040 I could...
View ArticleAutomation, sensing and robotics • Re: Seeking Advice: How to Protect a Flat...
You can buy flat ribbon cable with a thick protective black plastic (heatshrunk?) surround already on it. We used it by the drum at one of my previous places as customers used to remove modules to...
View ArticleGeneral discussion • Re: The best SD Card for Raspberry Pi 5?
There are no Samsung cards that implement A2 properly. The quirk for 2023 dated cards is obsolete as there's now (in rpi-update, and soon apt) a global filter on everything but known-good cards,...
View ArticleGeneral discussion • Re: pi5 NVME takes 90 seconds to boot
I recommend that you don't use a WD NVMe drive. Multiple versions have had issues reported.Statistics: Posted by jdb — Tue Jan 14, 2025 8:04 pm
View ArticleAdvanced users • Re: Missing build and source folder after compiling header
so after I have compiled a kernel. What do I need to do with the files?Of course, I need to copy them over to the IMG just like before when I compiled it (the paths needs to be updated ):sudo cp...
View ArticleRaspberry Pi OS • Re: Using Zed editor for programming
Best of luck. For what it's worth I regularly update a couple of flatpaks I'm using: One of them definitely uses Mesa 24.x which is installed as a dependency by the flatpak itself.Maybe it could be...
View ArticleBeginners • Re: Can I connect to my laptop screen to see the Pi's console...
https://www.hauppauge.co.uk/site/produc ... ocket.htmlhttps://www.hauppauge.co.uk/site/produc ... pro60.htmlBoth cost around €130.00.And? It does exactly what RDK asked for in his first post, using...
View ArticleTroubleshooting • Re: No voltages on pin 1 and 2
They're supposed to be 3.3v and 5v respectively, yet getting nothing from them when I attach a multimeter on the said pins and gndDo you have the correct range selected on your multimeter?Are the...
View ArticleRaspberry Pi Connect • Re: Raspberry Pi Connect problem.
What is the output of the command Code: rpi-connect doctor my working one (after signin) has:Code: Communication with Raspberry Pi Connect APIAuthentication with Raspberry Pi Connect APIPeer-to-peer...
View Article