For sale • Re: IMX327/462(RGB/MONO)/662(RGB/MONO)/678/585 Excellent...
The IMX327, IMX462LQR/LLR, and IMX662AAQR/AAMR small form factor M12 lens mount board samples and IMX585 CS mount board sample are now available. Camera driver and IQ tuning file working with...
View ArticleFor sale • Re: IMX327/462(RGB/MONO)/662/675/678/585 Excellent Sensitivity...
As replied by email, IMX678 cannot execute C-HDR function by herself. Need the assist of ISP to synthesis two different exposure images.On the other hand, IMX585 can do it by herself.I have the...
View ArticleTroubleshooting • Re: Pi 5 won't boot Pi 4 SD card (Bookworm)
Are you running vanilla Debian, rather than Raspberry Pi OS (which is Debian + Pi goodness)? Your kernel doesn't look like a normal Raspios 12/Bookworm kernel. The latest Raspios aarch64 kernel 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 ArticleOther projects • Raspberry pi control of vehicle flashing lights (I’m a...
So I am a firefighter and where I live we respond in our POV to the hall and sometimes to the scene. We use green flashing lights to mark our vehicles as emergency vehicles on the way to the trucks....
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 ArticleTroubleshooting • [RPi4] Burnt out component
Hello,Recently one of the components on my 8gb RPi4 burnt out.Now when I plug it in only the red light comes on, and the component gets very hot and smells like burning silicon.I think it is a tvs...
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. Maybe hardware_rtc gets pulled in by...
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 ArticleGeneral discussion • Controlling a USB device with GPIO pins?
I have a USB strip of LEDs that I'm powering through a 4-port hub that is not connected to the Pi in any way.The Pi is running an OctoPrint instance with a plugin to control GPIOs.I want to turn the...
View ArticleSDK • FreeRTOS pico2 configENABLE_MPU
I'm able to build OK with PICO_BOARD pico2 if I #define configENABLE_MPU 0 in FreeRTOSConfig.h.I cloned git@github.com:raspberrypi/FreeRTOS-Kernel.git and I'm pulling it into CMakeLists.txt like...
View ArticleAI Accelerator • Re: Tutorial of AI Kit with Raspberry Pi 5 about YOLOv8n...
What does this offer over the pi instructions? https://www.raspberrypi.com/documentati ... ng-startedIf you want to train your own yolo model, you should install hailo dataflow compiler and hailo...
View ArticleMicroPython • Re: rp2350 i2c target frequency
i think you need to look at the bus with an analog scope, to see what the exact rise times look likea digital only scope isnt providing enough detailsStatistics: Posted by cleverca22 — Thu Sep 12,...
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 ArticleAdvanced users • Re: Get rpi-2712 kernel for RPi 5 after upgrade from Debian...
One more thing to note, rpi-update is not the normal update mechanism for the stable release kernel. It's "A tool to get the latest bleeding-edge firmware and kernel for your Raspberry Pi. … Even on...
View Article