Automation, sensing and robotics • Re: Leviton D215S Control
Not exactly the solution you are looking for, but using MQTT enabled switches could be a solution.- Switch your load with a power plug https://www.shelly.com/de/products/shelly-plug-s-gen3 or...
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 ArticleBeginners • Re: Why is .config owned by root by default?
Code: sudo chown -R pi:pi ~/.configIs there any risks of breaking something when changing the owner like this?Statistics: Posted by swarkin — Mon Jan 13, 2025 10:31 pm
View ArticleGraphics, sound and multimedia • Music, Video, web streaming on my TV...with...
Hi everyone,I would like to have advice from your experience to build a Rapsberry to be able to run the following option on my TV Screen:- watch my photo (around 20 Mb each) from my Synology NAS,-...
View ArticleGeneral discussion • Re: Issue With SSH Over USB On CM5
You probably want to configure the CM5 as a serial USB gadget... I have a regular RPi5 and I just use the USB C connector to power the board and run a serial port. I used this...
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 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 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 ArticleSDK • Re: PIO "IN X 1" ERROR?
Depends what you configure the IN pin base to - that pin will appear at bit 0Statistics: Posted by kilograham — Tue Jan 14, 2025 11:51 pm
View ArticleSDK • pico_util/datetime errors
I updated my sdk and am getting some odd compile errors. I can't figure out this error, these two declarations look the same to me. I'm guessing there is some other issue. I have nuked my build...
View Article