General discussion • Pi 5 AMP HAT with more 5V current
I am looking for a Pi 5 specific AMP HAT, that supplies more power than the older HAT designs.I have a DigiAMP+ that works great with a 4B and seems to work with a 5. I have been running this way...
View ArticleOther projects • Connecting LCD displays to raspberry pi
So I'm doing this project with my raspberry pi, the end goal is to be able to view live camera feed through these two little VR LCD screens that I bought. The only problem is that the display isn't...
View ArticleGraphics programming • pip3 Error Installing Pi3D on Pi 5
Hope PaddyG or someone else in pi3D Land sees this ...I'm trying to install Pi3D on a shiny, new 4 GB Pi 5 with the latest Debian-based RPi OS, and when I try to sudo pip3 install pi3d (also in...
View ArticleMicroPython • Pico W Micropython bootloader (Jan 2024) may have caused my errors
I had issues with my Pico W after I reflashed with latest bootloader. I wanted to alert others, so here is link to my issue:https://github.com/orgs/micropython/discussions/13488Statistics: Posted by...
View ArticleTroubleshooting • Booting Error
I/O error, dev sda, sector 1056256 op 0x0got this error when i was booting my raspberry pi 4, 8gig ramStatistics: Posted by UNAME — Sun Jan 21, 2024 2:36 am — Replies 1 — Views 87
View ArticleCamera board • Image capture never completes, never errors...
I am trying to run this Python code snippet that utilizes the picamera2 library:Code: console.info('Starting capture of ' + str(filepath) + ' ...')request =...
View ArticleCamera board • Cannot enumerate frame intervals for Pi camera
Hello,I'm trying to use an open source library (https://github.com/kekyo/FlashCap) for interacting with a Pi camera.Under Linux the library uses the V4L2 api to interact with camera devices. I first...
View ArticleTroubleshooting • UI Size too small
When i click the raspberry pi icon, the menu that appears is was too small and i can't drag to scale. i am using mac's screen share app to control this. Also other application open in the smallest...
View ArticleBeginners • [Rpi 5] 512 GB SD Card Can't boot
Hi everyone, hope all is well.I am having a very weird issue. When I am using the default 32GB card (that comes along with the Rpi 5 bundle I bought) it works fine without any issues. However, I feel...
View ArticleTroubleshooting • RPI4 doesn't boot when power USB3 hub connected
Hello All,I want to offload power strain from my RPI4 as I plan to connect 2 portable USB3 HDDs (4T each) to it. I've found that one drive is OK to connect directly to the RPI4, but a second stresses...
View ArticleTroubleshooting • Pi 5 Support For Ultrawide Monitors
I connected a new Pi 5 to my Samsung G9 monitor, and all I see is a black screen with a cursor. If I enable the monitors' split-screen function, the Pi desktop appears.OS: Pi OS 64bit - fully...
View ArticleCamera board • Having trouble with camera scanning plate numbers
It has a problem with cv2, error in function cvtColor as shown in the imageCamera seems to be workingbut when scanning plate number, the camera didn't shown up Statistics: Posted by Bleed — Mon Jan...
View ArticleCamera board • Building ripcam_hello with CMake
My overall goal is to build/compile rpicam_hello.cpp using CMake so I can integrate OpenCV into it and do all sorts of image processingThe following are the steps I've taken towards my goal :--- Built...
View ArticleBeginners • Make file throwing warning in terminal and other stuff
I compiled my code without any errors but got this Warning ..Code: battery.c:161:40: warning: passing argument 3 of 'i2c_write_blocking' from incompatible pointer type [-Wincompatible-pointer-types]...
View ArticleCamera board • libcamera-hello works but not libcamera-vid
I am trying to stream an (old) ov5647 "PiCam v1" using my new RPi5 runing Bookorm.I can detect the camera with "libcamera-hello --list" and I can generate a smooth test video on the console by...
View ArticleGeneral discussion • Any official personnel can tell me that the da9090 pmic...
I bought the 8G version, and I don't know where to buy the da9090. I checked the forum and found that everyone was discussing this issue. No official personnel responded positively. The Raspberry Pi...
View ArticleGeneral • External ADC with 50-100MSps
Hi,I have a simple project but it seems diffictult to me from the first glance. I want to use external ADC with high sampling rate from 50MSps to 100MSps. The ADC is 12 bits and shall provide the data...
View ArticleGeneral • Getting SWD working on RPi4 bullseye
I ran into difficulties getting SWD working on my RPi5, so I decided to try this on my RPi4 (bullseye): I d/l and ran the install script: Code: ./pico_setup.shAll seemed to be going well at first;...
View ArticleDeutsch • VPN Verbindung Raspberry pi zu FritzBox
Hallo zusammen, da ich auf meinem Amazon FireTV Stick leider WireGuard nicht zum Laufen bekomme (vermutlich geblockt durch Amazon) versuche ich einen anderen Weg.Ich würde gerne einen Raspberry pi...
View ArticleGeneral discussion • Yocto Image with latest 6.1.y Kernel
Hi,I would like to create a minimal image with Yocto - Kirkland and meta-raspberrypi.However it seems bitbake gets an error when fetching 5.15.y Kernel. Is there a modified meta-raspberrypi available...
View Article