MicroPython • Re: rp2350 i2c target frequency
that looks like clock stretchingnotice how the high's are very shortthe length of the high is determined by the master, and if you measure that, youll probably get 2mhzthe minimum length of the low is...
View ArticleSDK • HAS_RP2040_RTC analog in CMakeLists.txt
If I'm building with PICO_BOARD pico, I needCode: target_link_libraries(target INTERFACE#... hardware_rtc However, that is an error with PICO_BOARD pico2:Code: [build]...
View ArticleMicroPython • Re: Accept hanging on Pico W python
maybe use one of the tiny webservers for MicroPython (eg: microdot) instead of handling your own event loop?Possibly, and it might suit the OP's case, but I tend to find I want to handle more than...
View ArticleGeneral • Re: RP2350 E9 bug - also for other GPIOs, e.g. SPI?
Actually you are right in this regard, those some cards are most probably MMCs using open-collector (up to 400 KHx) for init phase before getting in SPI mode, while they are NOT in SPI mode. Also,...
View ArticleGeneral • Re: Uploading to Pico took out Bookworm desktop
Let me just say, I'm not sure, but could you please clarify what the rug pulling usually is?The upload appears to confuse the USB host, and dmesg seems to say SD card boot sector can't be read to mark...
View ArticleJava • Accessing Camera Pixel Data through Java?
Is there a way to access the PiCam V2 pixel data through Java? Using Java 17, Pi 5, Debian 12 (Bookworm)The camera shows up great with both `libcamera` and `rpicam` so I know it's connected correctly....
View ArticleSDK • Re: How to turn off optimization, and other debugging tips?
Thank you for your responses.It seems you have to set these from the command line, not in CMakeLists.txt:I'm using VSCode, and it isn't clear to me how to change the command line passed into cmake....
View ArticleSDK • Re: Problem Specifying Custom Board File
Thank you very much for your response, and even more for the added details and suggestions.I changed to Code: CMAKE_CURRENT_SOURCE_DIR, and sure enough that did the trick. I was able to remove the...
View ArticleSDK • Re: HAS_RP2040_RTC analog in CMakeLists.txt
I discovered I can simply remove hardware_rtc from target_link_libraries and it still builds OK with PICO_BOARD pico. I don't know why that works.Statistics: Posted by carlk3 — Wed Sep 11, 2024 4:28 am
View ArticleNetworking and servers • Re: RAID setup problem
Good evening everyone, I have a Raspberry Pi 4 8GB RAM that I use as a server, to this I have attached (via a powered hub) 5 HDDs, 1 for data sharing with SAMBA (4Tb), I would like to set up the other...
View ArticlePython • Need help with rpi-libcamera with libcamera version compatibility.
I am running into the error: /meson.build:26:8: ERROR: Problem encountered: This package works with libcamera version v0.3.0+65-6ddd79b5, but you have version v0.3.1+50-69a894c4 installed.I have read...
View ArticleAdvanced users • Re: Get rpi-2712 kernel for RPi 5 after upgrade from Debian...
The July image will give you 6.6.31, but 6.6.47 has been out for about a week in the APT repositories. It's not critical to keep the images right up to the latest kernel, as long as they support the...
View ArticleGraphics, sound and multimedia • Output buffers not getting configured in...
I am using RaspberryPi4 and I am getting issues in video playback where gst play fails; whereas Youtube works.Everything used to work perfectly in Dunfell; and the issue started with Kirkstone...
View ArticleTroubleshooting • Re: Pi 5 not accessible by other Pi’s Mount
Hi thagrol!Well due to your persistence I’ve got it working! THANK YOU!!Part of the problem was I was trying to follow what has worked here before on other combinations – all Ubuntu and/or some...
View ArticleGeneral • RP2350 with IOVDD as 1V8 - what about SWD and XIN?
I want to design a PCB and use RP2350 with all Bank 0 GPIOs as 1V8.I have studied all the docs I could grab (datasheet, HW design guide, Pico 2 example PCB), but some questions remain unclear.1. QSPI...
View ArticleGeneral discussion • Moving /var/log to external disk?
What is the best way to redirect /var/log content to an external disk? I have seen two basic methods, but neither seems to work?1) symbolic link? Say the mount path of the disk is /mnt/var/log,...
View ArticleBeginners • rpicam-hello and background text
Is there some way to launch rpicam-hello from the command line and clear the text on the background so it's not surrounding the preview window?I know I can cover it up if I display the image...
View ArticleGraphics, sound and multimedia • Re: Need driver file for touch function
1. It is capacitive Touch2. Yes it is USPStatistics: Posted by pandian — Thu Sep 12, 2024 4:14 am
View ArticleHATs and other add-ons • Re: M2 Hat+ with 5V Case Fan
My concern is that since I don’t know if the m.2 hat is sensitive to the current it receives from the 5V pins, I don’t know how it will affect it.makes me asaume you're new to electronics.Look at the...
View ArticleTroubleshooting • Re: Raspi 5 8gb turns off shortly after boot.
I'd also look at what your Pi 5 has is common with your recent Pi 4B failure.Anything connected to GPIO etc?Nothing is connected to gpio and I have currently never used the pis gpioStatistics: Posted...
View Article