MicroPython • Re: Can't install Micropython on Thonny for Pico 2 - Noob here
Thanks guys. That is brilliant. So now my Raspberry Pi microcontroller adventure can begin. I was about to give up and stick to Arduino.Statistics: Posted by PhilipCr416 — Mon Jan 13, 2025 12:26 am
View ArticleMicroPython • Re: Unable to allocate memory on a raspberry pico w
I'm stuck with using that because there are several hundreds of devices already in use in many different locations and will be quite a hurdle to update the firmware of as the hardware does not allow...
View ArticleBeginners • Re: Why is .config owned by root by default?
Okay thank you, I ran the command and things started to work normally again! It seems the raspberry pi os lite image has some kind of issue where the .config dir is owned by root by default..The...
View ArticlePython • Re: Managing (very) complex Dictionary structures.
You probably want to use a database. I'd suggest SQLite is an ideal candidate.I use SQLite for lots of things, but this is unlikely to be one of them! The data I am dealing with comes from a web API...
View ArticlePython • Keep getting this error message
Code: RuntimeError: Cannot determine SOC peripheral base addressApart from trying C, I'm trying Python, no matter what GPIO package I'm using, the above error message is displayed. I have ran simple...
View ArticleBeginners • Re: how to set time manually
Thanks all for the answers. @Jojopi, I think your right. @BigRedMailbox: Yes, I have a 40 pin GPIO header, its behind a rubber cap. I did find "RTC Pi Zero", but I'm unsure if that will fit. I could...
View ArticleTroubleshooting • (with logs) Pi5 no video, almost no boot, no blink code -...
(two days later, parts 1 & 2 still haven't been moderated.)While trying to diagnose the problem, another Pi arrived, so I tried it. Unlike the first one, it works exactly as I'd expect!For...
View ArticlePython • Re: Keep getting this error message
Am I missing something, or are the packages corrupted or something to do with permission etc?I don't know if you're missing something but we are. What model Pi are you using, what OS and named release...
View ArticlePython • Re: Rpi5, pi3d, x11, uggg lol
Why are we using 32-bit Bookworm on a Pi5?I think this is a good question. If the point is to update a product to the newest hardware, then the 64-bit OS is more future proof.Statistics: Posted by...
View ArticleBeginners • Re: Is there any remote connection like RDP ?
Hi On the raspberry OS, is there a feature to connect to the graphical session, like RDP for Windows ?Something more "built in" than Anydesk.I want to connect to the session of a Pi who is in the...
View ArticleGeneral discussion • Re: Issue With SSH Over USB On CM5
Your config.txt is wrong. Code: dtoverlay=dwc2,dr_mode=host needs to be Code: dtoverlay=dwc2,dr_mode=peripheralAs it is, even though the g_ether module will load it will be unable to reach the USB...
View ArticleRaspberry Pi OS • Buster -> Bullseye doesn't upgrade kernel
I have seen the discussion at viewtopic.php?t=323279 I upgraded form buster to bullseye and it went smoothly.One issue though is that the kernel remained at Code: uname -aLinux nbagent-5eff...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: MIPI DSI port with custom panel -...
The custom panel is of a driver IC of Chipone ICNA3512.Yes I have a lot of details but I also want to respect the etiquette in the forum by not throwing everything at the community and expect a...
View ArticleTroubleshooting • Re: Can't install SSH via Raspberry Pi Imager
A Zero has neither ethernet nor Wi-Fi. How are you attempting to ssh into one?Statistics: Posted by drgeoff — Tue Jan 14, 2025 11:04 pm
View ArticleGeneral discussion • Re: pi5 NVME takes 90 seconds to boot
The drive is a Western Digital WD Blue SN550 NVMe. I have the Pi5 installed in a Sunfounder Pironman5 enclosure that includes an NVMe PIP to allow for the SSD install. The internet tutorials pretty...
View ArticleOther RP2040 boards • My pc does not detect the raspberry pi pico rp2040, not...
Hello, I just bought a raspberry pi pico rp2040 but none of the PCs I have in the office detect it. I have tried with Windows 7 and 10 and nothing, I leave the bootstrap button pressed and connect the...
View ArticleTroubleshooting • Re: constant freezing with the raspberry pi 5 under any...
Just got the pi replacement and figured I'd give an update. All I did was swap the pi out. Kept the same everything else. Same power supply as well. Booted up and ran some 5 min stress tests that...
View ArticleAI Camera - IMX500 • AI Camera (RP2040) firmware update for second camera
Hello i have two AI Camera (RP2040) in my pi5 following the Instructions for AI Camera (RP2040) firmware update, viewtopic.php?t=378050&sid=700b40369e74 ... 6bbc347bc0i was able to update the...
View ArticleOther RP2040 boards • Re: My pc does not detect the raspberry pi pico rp2040,...
It doesn't seem to be an official Raspberry Pico. It looks like a knockoff board that so far i've only found for sale at Walmart in the USA. Have you tried pressing and holding the boot/bootsel button...
View ArticleSDK • Re: Determining RP2350 Chip Reset Reason
https://github.com/raspberrypi/pico-sdk ... wman.h#L97Statistics: Posted by kilograham — Tue Jan 14, 2025 11:48 pm
View Article