Media centres • Re: Zero 2W Media Center supply 1m LED strip
You should be safe with that. It's a little high for the tracks on the Zero PCB, but I think they'll survive it.I've run a 1m LED strip through a Pi Zero with no problems, although I later rewired it...
View ArticleSDK • Documentation problem for building OpenOCD
Hello,I didn't know if this issue belonged in github or not but this caused me a considerable amount of spent time so I wanted it to go somewhere.in this document, as of the 15 October 2024...
View ArticleAdvanced users • Re: Argon One Replacement Daemon
Is it possible to build the script on one device, then copy the end result to other devices? I don't want to build a development environment on each device, thanksStatistics: Posted by br_web — Sun...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
Code: ;;; Advent of code 2024 - day1, part1, on BPI-F3 RISC-V;;; Chez Scheme code(load "../../utils.so")(define (day-1b file) (let-values ([(l r) (list-split (read-file file))]) (let ((sr (sort <...
View ArticlePython • Re: lunch venv and python scipt on startup
You can even run the code with a single command line : Code: source /path/to/venv/activate && /path/to/script.pyStatistics: Posted by amino2111 — Sun Dec 01, 2024 2:38 pm
View ArticleAdvanced users • Re: Recommendation for a 2.5Gbps USB Ethernet adapter with...
Looking for a 100% compatible 2.5Gbps ethernet adapter for the Raspberry Pi 4B, if possible with Wake-on-LAN capabilities fully supported by Raspberry OS Lite x64 (Debian Bookworm), any suggestion?...
View ArticleMedia centres • Re: Kodi 21 (Omega) on RPiOS Bookworm
Can you try shadertoy on a PC (windows or linux) and see if it behaves any differently?I think there is just not much correlation between the audio and the visualisation.There definately is...things...
View ArticleGeneral discussion • Re: Making a disc image copy of RP SD card
In addition and possibly even more simple is connect your sd card reader directly to your headless Rpi and run https://rpi-clone.jeffgeerling.com/That’s what I recently did, works without any...
View ArticleCamera board • Error when trying to view 2 cameras on RPI5
There are two attachments with this post one just gives the status of my RPi5 using neofetchThe second has the details of the issue and here are the 2 notes that it refers to within the image.First of...
View ArticleTroubleshooting • Re: Can I use the RPi Debug Probe on a Pi 4
Hi I was watching a video on the Debug probe and they said it can be used to debug Pi boards. Is it possible to debug a Pi 4 with it? I have a Pi 4 that does not work, and I tried fixes that was said...
View ArticleCamera board • Re: What is Focus “locking Screw” used for on 6mm Lens ( Not...
Hello,let me first say that i am not using the C-CS adapter on this lens.To be honest the response was not encouraging...I read the info from the link you provided, and now I am even more confused....
View ArticleGeneral discussion • Re: Product pricing
And BTW, all (?) Raspberry Pi links to buy from MicroCenter appear to be delivering "Forbidden" results.It looks like they are using geo-blocking on their website. It works on an American vpn but not...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: i2c connection with GPIO0 and GPIO1...
Software-wise, "dtparam=i2c_arm=on" should be sufficient. That will enable /dev/i2c-0 - it will appear in the output of "i2cdetect -l". Have you tried it and failed, or are you just wanting...
View ArticleTroubleshooting • Raspberry PI 5 HDMI output issues
Hi all,Hopefully someone can help me. I have a prototype where I want to add a touch screen control to the pi.Now the PI is powered currently using GPIO pins, but I have also tested through the usbc...
View ArticleNederlands • ik ben op zoek naar de benaming van de solderpads op de pi zero...
Beste forum bezoekers.De sd kaarlezer van mijn Pi zero W V1.1 is onbruikaar. Nu wil ik een nieuwe bevestigen aan de solderpads op de achterkant.maar ik kan nergens een duidelijke beschrijving vinden....
View ArticleAutomation, sensing and robotics • Re: Simple light level detector using...
The official project (foundations learning on .org ) examples don't use a resistor and it would alter your result ...You are switching over from high to low and vice versa at somewhere between...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
Here demanding means connecting any storage device to USB or a PCIe m.2 hat.Has the boot loader changed recently then? I though the confirm on boot was only needed if the USB device is the boot...
View ArticleAutomation, sensing and robotics • Re: Raspberry pi ssd power consumption info
Okay, I am waiting for your answers.Statistics: Posted by Kubilay — Mon Dec 02, 2024 3:35 pm
View ArticleRaspberry Pi OS • Re: Missing Bookworm 'rar' and 'unrar'
p7zip-rar/stable 16.02-3 arm64And presumably not available for 32-bit. Looking at what I have it seems I already have non-free selected but I don't know if what I have is what I should have -Code:...
View ArticleCamera board • Re: OV9281 Arducam
Tested my Innomaker OV9281 with a Pi5. It works fine.What errors are logged in the kernel logs?If it is just that the Arducam modules are slow initialising, then...
View Article