MicroPython • Re: Micropython Matter SDK on PicoW2
Not currently for the Pico, no, though there was some movement for ESP32 last year: Integrating Matter IoT with Micropython · micropython · Discussion #14168Jim, one of the Micropython development...
View ArticleMicroPython • Re: MicroPython/RPi Pico sys.exit()
uPython expects to run BOOT.PY then MAIN.PY. You don't need to have a boot.py, and increasingly, MicroPython is moving away from putting stuff there. It runs before any filesystems are set up, so you...
View ArticleC/C++ • Modify the rpicam-apps, use OpenCV function, fail to show RED color
Dear Sirs,I am modifying the rpicam-apps, but there's runtime error always occurs.I changerpicam-apps/post_processing_stages/object_detect_draw_cv_stage.cpp for AI camera object detection display font...
View ArticleGeneral discussion • Pi Server Backup
So, not long ago my pi crashed and I had to completely rebuild the server. I elected to use my NVMe drive which is 1TB. I thought I'd partitioned it in a way where I set up 32GB for `/` but in my...
View ArticleAdvanced users • Bookworm: Looking for suggestions to reduce disk consumption
Hello,I have a use case where I need to reduce Raspberry Pi OS's (Bookworm's) disk consumption while still being able to run Chromium on labwc. Using `dpigs`, I've already identified packages that...
View ArticleTroubleshooting • Re: voltage on the GPIO pins without an SD card in the...
Just for reference: GPIO20 and GPIO21 are pin 38 and 40, respectively. And look at the orientation of the pins with respect to the boardStatistics: Posted by RaspyHat — Thu Jan 23, 2025 12:55 am
View ArticleTroubleshooting • Re: RPI3B Refuses to connect to WiFi
Seems you haven't set an IP address for your Wifi aka WLAN. Tell me, is your OS a bookworm version?If you don't know, run this commandCode: cat /etc/os-releaseStatistics: Posted by RaspyHat — Thu Jan...
View ArticleTroubleshooting • Re: No ethernet no video
If your ethernet switch hasn't turned any color, it isn't going to be solved by resetting the raspberry piIs there power going through the Raspberry Pi? Does it actually turn on when you connect the...
View ArticleHATs and other add-ons • Re: "Active Cooler" thermal pad size
I tried again, and now I've done it!I have now cut the pads to the exact size and stacked them. The side with the PMIC is slightly higher, but everything is in its place! The temperatures are also...
View ArticleTroubleshooting • rpi wont boot
rpi wont boot, stuck on this screen, has sd card with os in the portThank you!Statistics: Posted by Gdawg! — Thu Jan 23, 2025 1:15 am
View ArticleGeneral discussion • SanDisk 256GB GamePlay microSD card...
Hello. I saw this sdcard today on amazon? What do you think? Better than the Sandisk extreme pro card for RPI5? SanDisk 256GB GamePlay microSD card for portable/handheld gaming devices, up to...
View ArticleGeneral discussion • Re: Pi Server Backup
You could boot your Pi from another device and then use gparted to shrink the big partition down to a value you like better.Statistics: Posted by W. H. Heydt — Thu Jan 23, 2025 1:19 am
View ArticleTroubleshooting • Pi wont boot when all GPIO pins are in use
Hey everyone,I got some male-to-female jumper wires, to make connections to my Pimoroni Inky pHAT and my Pimoroni Blinkt, so I dont bend the GPIO pins when atttaching and removing HATs, and when I...
View ArticleGraphics, sound and multimedia • Re: How many streams can Raspberry Pi 5 handle?
Great info, thanks guys. 1) For v4l2slh265dec , when you say "it's being worked on" is that captured in this issue: https://gitlab.freedesktop.org/gstreame ... ssues/14882) Do you happen to know if...
View ArticleHATs and other add-ons • Re: HAT + and PimoRoni NVME Base duo....
Sorry... I have looked for days and i can't seem to find an answer to this question... Can I boot up the Raspberry Pi 5 off of an NVME drive, attached to the Pimoroni DUO base hat, and still use the...
View ArticleGeneral • Re: RP2040 counter error.
If you can use GPIO20 (CLOCK GPIN0) or GPIO21 (CLOCK GPIN1) as input and (assuming a Pico) GPIO23 (CLOCK GPOUT1) as output then you could maybe use a clock generator; see 2.15 Clocks in the RP2040...
View ArticleAdvanced users • Re: Java swing application without desktop does not start
Hello,I am trying to get a Java program to run on the Raspberry Pi. The program is a Java Swing (GUI) application that should be the only one running on the Pi.Java is installed:Code: openjdk version...
View ArticleBeginners • Re: Raspberry Pi 5 came with no SD card
If not using hdmi for sound I found this to work great and and it is affordable. I'm new to pi as well.https://www.amazon.com/dp/B0D2KPVFXC?re ... asin_titleStatistics: Posted by boognish4895 — Fri...
View ArticleTroubleshooting • Re: Audio on rpi
Why are you turning I2S on ? The PAM is an analogue amplifier so you need to route the PWM audio to GPIO18, or use GPIO12.Statistics: Posted by MikeDB — Fri Jan 24, 2025 12:38 am
View ArticleGeneral discussion • Re: raspberry pi pico rp2040
Hello good evening everyone, I'm from Brazil, I would like to know if it is possible to connect the raspbery to the ps5 console, for example, use it as a ps4 controller and send commands to the ps5...
View Article