Python • 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 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 ArticleGeneral • Re: No DCF77 reception without wifi?
I've found some GPS receivers for <10€, although I thought it would be a overkill - it seems like a valid option.Snag is that they require view of the sky. They will sometimes work through the roof...
View ArticleCompute Module • Issue with WiringPi SPI and MAX5144 DAC on Raspberry Pi...
Description:I’m currently working on interfacing the MAX5144 DAC using SPI communication on a Raspberry Pi. My setup uses SPI1 and CS1 (GPIO17). The project includes two programs: the main program...
View ArticleRaspberry Pi OS • Re: Pi5-16GB performance issue with NVME data disk
Pi5-8GB boots from a Kingston A400 connected via a Startech USB SATA adapter. Data disk is a Kingston NV3 500GB NVME drive on a Geekworm X1001 Pi5-16GB boots from a Kingston A400 connected via a...
View ArticleSDK • Re: pico_util/datetime errors
target_sources(p0time INTERFACE ${CMAKE_CURRENT_LIST_DIR}/time.c ${CMAKE_CURRENT_LIST_DIR}/time.h)So you are providing your own 'time.h' ... that might have something to do with it.I would be included...
View ArticleAdvanced users • Re: GPIO headers on bottom, again
ok I will bite. A couple of things spring to mind:1. how many connections do you actually need to make?2. Assuming that if you could by magic put a male connector on the bottom of the pi, that all the...
View ArticleSDK • Re: Panic function
Yes I need to do a renaming and tidy for sure.I'm not sure why the code I've got generates faults like crazy, I'm thinking it's most likely because it's test code and not an actual project.I'm using...
View ArticleMicroPython • Re: Is regular Pi Pico bricking normal?
There is a tutorial: https://learn.adafruit.com/circuitpytho ... e/overviewSafe mode prevents boot.py and code.py from running until you exit safe mode. It also enables running a special file called...
View ArticleOther projects • Re: Surveillance_Client
I'm assuming you mean a system to decode an rtsp stream and show it on a display? I use MPV on a Pi 4b (I think) hooked up to a 50" 4k TV mounted to the office wall, with cec-utils to turn the tv on...
View Article