General • How to disable the BOOTSEL pin
HelloI developed a C program for Pico with uf2 format file and want it to run automatically when bootup.To avoid other person to copy this uf2 file. Is it possible to disable the BOOTSEL...
View ArticleSDK • Re: Multi function button
Here's a version for Arduino. You could port it as-is, or look at how it works and re-implement it. Plenty of other examples on the web:https://github.com/poelstra/arduino-multi-buttonStatistics:...
View ArticlePython • anyone know how to install pygame
When I type pip install pygame I get this errorerror: externally-managed-environment× This environment is externally managed╰─> To install Python packages system-wide, try apt install python3-xyz,...
View ArticleTroubleshooting • Re: Raspberry Pi 4B red indicator light from on to...
Is anything on the board getting hot to the touch?I didn't feel any noticeable overheating issues. After the red LED goes off for a bit, it comes back on (without any power cut), and that's when the...
View ArticlePython • Re: anyone know how to install pygame
Either read the error message and follow its suggestions, or Google the error message for more information and how to deal with it.Statistics: Posted by ame — Tue Jun 11, 2024 3:01 am
View ArticleCamera board • Re: Aruco pose estimation using PIcamera2 and Camera module 3
This is the following code for estimate ArUco pose, there is a huge error when calculating its distance.Code: import cv2from picamera2 import Picamera2import numpy as npfrom cv2 import arucofrom...
View ArticleGeneral • Re: How to disable the BOOTSEL pin
No point. Someone can just stick some probes on the flash chip and grab what they want.Statistics: Posted by katak255 — Tue Jun 11, 2024 3:24 am
View ArticleBare metal, Assembly language • Re: Using the GIC-400 of the raspberry pi 5...
Okay yeah, I hadn't configured the `cnthctl_el2` register appropriately, hence the issue. Rest of my EL2 register configs are pretty much the same.Also, I had not initialised the GIC registers...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2S and the PR1
I had difficulties configuring my pi 5 with i2s with the above methods it didn't work than I found this GitHub repo so I tried it and it worked so I thought of posting itStatistics: Posted by pirex008...
View ArticleOther projects • Re: Pi 5 16GB SDRAM test
I have the datasheet but can't post it here due confidentially clauses, but this family of Micron ram chips are LPDDR4x with a backward compatibility setting to operate in LPDDR4 specifications.I...
View ArticleGeneral discussion • Re: Control app on Raspberry from PC
See http://repo.munts.com/muntsos/thinservers. These are self-contained embedded Linux distribution zip files. The GPIO servers include support for controlling GPIO pins via HTTP, ONC/RPC, XML-RPC,...
View ArticleBeginners • Re: How to install Anydesk on a Pi 5
Until the people who are responsible for Anydesk make it so it runs on a Pi, you can't install it on the Pi.You can ask them about it here https://anydesk.com/en/support/contact-usStatistics: Posted...
View ArticleTroubleshooting • Re: No sound on Raspberry PI 3 B+
No problem, I appreciate the help!Result:irobot@irobot:~/robot/sounds $ pactl get-sink-volume 0Volume: front-left: 26214 / 40% / -23.88 dB, front-right: 26214 / 40% / -23.88 dB balance 0.00Statistics:...
View ArticlePython • Re: UPS Shutdown Python Script
ChangeCode: time.sleep(1) to Code: time.sleep(10)Or you can leave it at 1 and just change the shutdown command to wait for the 10 seconds instead of now as it is in the code. You can find out how to...
View ArticleGeneral discussion • Re: Fun 3D printed Pi5 case!
Great idea about the hinge! I'm working on it now.Does that mean currently you are unhinged? How do they connect when hinged?Statistics: Posted by peterlite — Wed Jun 12, 2024 2:28 am
View ArticleTroubleshooting • Re: Impossible to get rid of under voltage errors (3B)
I know it is heresy to say this, but I think it really doesn't matter.Generally a Pi will throttle down to 600 MHz when low voltage is detected (the Pi 5 only goes as low as 1500). Whether that...
View ArticleAdvanced users • Re: Arcade button press wirelessly
Currently got 4 quiz buzzers sending 1,2,3,4 over usb. After some help to try and get them sending output wirelessly. What would I need? Using attached code. Assume I’d need power to pico board plus...
View ArticleGeneral discussion • YouTube ads are not blocked on chromium-browser v125
A few hours ago, I received an update for Chromium from the default PiOS Bookworm 64-bit repositories. It was upgraded from 124.0.6367.73-rpt1 to 125.0.6422.133-rpt1, then I restarted the browser.For...
View ArticleUbuntu • Re: BAR of PCIe devices seems incorrect
PCIe addressing is quite complex, involving multiple mappings - it's easy to get confused. This is how it is meant to work:1. The address shown in a pci_resource_start is the physical address of the...
View ArticleGeneral discussion • Re: YouTube ads are not blocked on chromium-browser v125
youtube changed 2 days ago over here, ads are now with out a skip button.oops, sorry not using chromium so don't have a link to that add on version.it's not the browser, it's a change in youtube, they...
View Article