Python • 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 ArticleGeneral discussion • Re: Pi5 8gb v 16gb v Pi4 model B 8gb for...
Thanks again all. I decided on the 5 with 8gb RAM (16g felt like overkill all along, and while I can afford it, the point was to make it as close to $100 as possible). Just purchased through Chicago...
View ArticleTroubleshooting • Re: [solved] (with logs) Pi5 no video, almost no boot, no...
LOL Sorry, I should have been more clear: Yes, the Penta hat properly supplies 5V; I wasn't feeding 12V to the Pi!Thanks for reading and trying to help!URLs of subsequent posts, for easy...
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 ArticleTroubleshooting • Re: Can't install SSH via Raspberry Pi Imager
My apologies, it's a pi zero w. I can ping it, so I know the wireless config is correct.Statistics: Posted by ksmeex — Tue Jan 14, 2025 11:13 pm
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 ArticleGeneral discussion • Re: dhcpcd.conf file for IPv4 and IPv6
Are you telling me to switch to network manager, however I unable to do that due to restrictions and hence can only use dhcpcd.confStatistics: Posted by Jeffest — Wed Jan 15, 2025 12:57 am
View ArticleBeginners • Strange behavior of my external HDD after formatting
I bought a 500GB Toshiba external hard drive for 60€ and formatted it to EXT4. After a few days it broke and I got a new one. Now after formatting it is constantly writing (like my old one and HTOP...
View Article