Camera 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 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, thanksAs long as it is the same...
View ArticleAdvanced users • sudo failure on windows remote desktop to PI
I an switching from VNC to RDP. I have a rp3+ which i have made a fresh install.I am using Winscp successfullyI am using RDP with mostly success.The problems i am having with it seem like some...
View ArticleSDK • Re: repeating_timer doesn't work
Did you get the hello_timer example working?The example references repeating timer variable (your repeating_timer_t) as a struct, but you aren't. I've never used board_init(), only...
View ArticleGeneral discussion • Replacing CarPC with RPI Android Auto headunit
Hi all,Looking to upgrade my aging CarPC tech and could use some advice from the RPI gurus. I'm simply looking for an interface to get Android Auto from my phone onto my OEM screen. I don't want or...
View ArticleRaspberry Pi Connect • New version?
Is it about time to put out a new version?Also, is it possible to publish/view the extant bug log?CheersStatistics: Posted by pibrator — Sun Dec 01, 2024 3:45 pm
View ArticleNederlands • Re: Geen internetverbinding
Ik zou een ssd kaart aan je rpi hangen met een nieuwe installatie van HAAls alles draait een backup van je huidige installatie terug plaatsen.HA en een sd kaart werkt niet lang.Statistics: Posted by...
View ArticleRaspberry Pi Connect • Re: New version?
New version of what?Statistics: Posted by gordon77 — Sun Dec 01, 2024 4:02 pm
View ArticleMicroPython • Re: PicoW MicroPython project: I added a bunch of debug lines...
I'm guessing that MPy is not directly handling race conditions with the necessary locks/etc and SPI0 on one core can stomp over the WiFi's SPIw bus and vice versa.I think we could all speculate...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: i2c connection with GPIO0 and GPIO1...
Thanks for the reply.I tried it but it seams to fail if it is expected to appear i2c-0 in the list of i2c interfaces.This is the output of sudo i2cdetect -li2c-1 i2c Synopsys DesignWare I2C adapter...
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 ArticleMicroPython • MFRC522 from sunfounder suddenly stopped working.
The lights light up but it doesn't read NFC cards/keyfobs. The tags are all NXP mifare classics and I don't think it even tries to read. Anyone know what the problem is?Statistics: Posted by...
View ArticleAI Camera - IMX500 • Re: Colors in the ai Camera
i use a python script:import cv2import numpy as npimport osimport timefrom functools import lru_cachefrom picamera2 import MappedArray, Picamera2from picamera2.devices import IMX500from...
View ArticleTroubleshooting • Re: Brave crashing
I don't think that this is necessarily a Brave issue. I have the same problem with Chromium 131.0.6778.85, running an RPI5 on Manjaro ARM, unstable branch. I've gone back to Chromium 130 as a...
View ArticleSDK • Re: how use gpio delay time microseconds ?
thank's how use it ? in documentation we have static fonction:https://github.com/raspberrypi/pico-sdk ... c#L40-L119Code: uint delay_cyc = configured_freq[clk_sys] / configured_freq[clock] +...
View ArticleAutomation, sensing and robotics • Re: Simple light level detector using...
There are options- use a breakout board with a build in comparator, e.g. https://www.berrybase.de/en/lichtsensor ... rce=google- if you use the capacitor-LDR-approach, then if you increase the...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
Day 2Code: pi@pi5-8:~/AoC2024/day02 $ g++ -O3 day02.cpp pi@pi5-8:~/AoC2024/day02 $ ./a.out Day 2: Red-Nosed Reportspart 1 - 585part 2 - 626run time - 1.656 ms.pi@pi5-8:~/AoC2024/day02 $ cat day02.cpp...
View ArticleSDK • Re: Why is the default stack size 2 KiB?
If they aren't enabled then why you only have 2KB stacks is as much a mystery to me as it is to you.As I mentioned you can put some of your global variables into those scratch_x/y linker sections via...
View ArticleSDK • Re: How can I avoid warnings... "CYW43_LWIP" redefined
Can you check that you are not linking to both pico_cyw43_arch_lwip_threadsafe_background and pico_cyw43_arch_none?Thank you very much, that was it! My top level cmake included the...
View Article