General discussion • Problem with the inputs of a Raspberry Pi Pico 2W.
Hi, I have a problem with the inputs of a Raspberry Pi Pico 2W. The inputs are configured as Pin.PULL_DOWN. I activate them with 3.3V from pin 37. When I deactivate them, they remain active and only...
View ArticlePython • python alarm program, -resource issue?
HiI have made a python alarm program, with a simple input switch to activate/ deactive the alarm.Including some time delay, when activating alarm, and also when setting off the horn when PIR detects...
View ArticleopenSUSE • Kernel 6.13
Code: ramalala run llama3.2Statistics: Posted by geev03 — Sun Jan 26, 2025 7:10 pm — Replies 0 — Views 25
View ArticleMicroPython • 2 OLEDs on pico 2w 2040
hello, so i'm trying to figure out how to get two OLEDs running on the same pico.both of them are sh1106 drivers, I2CCode: from machine import I2Cimport timeimport l76ximport mathimport hashlibfrom...
View ArticleDebian • Debian trixie/sid
Code: ramalala run llama3.2Statistics: Posted by geev03 — Sun Jan 26, 2025 7:43 pm — Replies 0 — Views 21
View ArticleCompute Module • External Antenna connector type on CM4
HiI'm trying to buy an external PCB antenna for the CM4 in Digikey, but can't figure out what's the antenna connector that cm4 uses. Doc says it's a standard U.fl connector, but there are 2 types in...
View ArticleOfficial Display • Using Raspberry Pi Touch Display 2 on Buster
I'm trying to get the new Raspberry Pi Touch Display 2 (https://www.raspberrypi.com/products/touch-display-2/) working with Raspberry Pi OS Lite Buster (kernel v5.10.103) available here:...
View ArticlePython • Rasberry Pi4 vlc audio out
I bought a 7" touch screen with 2 speakers. I was having trouble getting the audio working as HDMI output with my python code. Code: #!/usr/bin/env pythonimport osimport vlcimport RPi.GPIO as...
View ArticleGeneral • Audio Deep Learning/ML Models compatible with Pico
Hello Folks ! Are there specific pre-built DL/ML models that can be run on Pico RP2040 for audio classification. As far as I know, we must create custom CNN models for Pico and run the model as...
View ArticleBeginners • Power problems
Hi all,I've recently set up a Raspberry Pi Zero 2W to record clips and automatically upload them to OneDrive involving a USB-based camera system. It works great for recording clips during drives, but...
View ArticleGeneral discussion • New "Ethernet-Transceiver"-Chip on the 16GB-Pi5
I noticed that all my Pi5's have a "1 W" chip but the new 16GB has a "3 W". What does that mean? Is that the wattage label? The "1 W" gets over 50 degrees hot, will the new "3 W" get even hotter and...
View ArticleCamera board • Help! Camera does take pictures successfully but...
Hi everyone,Let me provide some quick details first. Im using the latest Bullseye with Desktop OS on a RPi Zero W and the camera attached is the official RPi Camera v3 IMX 708.When i list the camera...
View ArticleGeneral discussion • Automatically Enabling Raspberry Pi 4 Cores Based on...
Hello Raspberry Pi Community,I’m currently working on a project with the Raspberry Pi 4 Model B, and I’m exploring ways to optimize its power consumption. Specifically, I’m experimenting with...
View ArticleGeneral discussion • MagPi issue 148 Article Fably
I am having trouble with this project and have followed all of the instructions on https://github.com/stefanom/fably (or magpi.cc/fablygit). I wanted to know if there was anyone else that was having...
View ArticlePython • MousePosition with pyautogui does not return the correct value
Hi,I try to get the mouse position on the whole screen with pyautogui. The Raspberry pi 4 is completely updated with OS without any errors.pyautogui is installed on a venv or directly with...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Replace ACT led on RPI02W
I removed the ACT led from a RPI02W a while ago and lost it. Now I'd like to replace it with a new one. I looked at the drawing and it shows it is a 1608 size, which I believe is metric for 1.6mm x...
View ArticleGeneral discussion • Cannot install numpy on Pico
Hi everyone!I have a code that I am trying to executy on my Pico via Thonny and it includes the numpy package.I did an installation through Tools=>Manage packages in the menu tab above.When I...
View ArticleTroubleshooting • Help! USB serial port randomly disappeared for no apparent...
Hi AllI have a raspberry pi running remotely that for over a year has been logging data received over a USB serial port. Node-red takes this data and passes it to a database.All of a sudden this has...
View ArticleGeneral discussion • Reusing old keyboard on PI5 and PicoW
I have a Pi5 that is in place where is inconvenient to have an attached keyboard. I have got a small BT keyboard, but is not the same comfort of use than a full keybord.I got for free a few PS2...
View ArticleOther programming languages • Introducing Pi Shack BASIC
Pi Shack BASIC (psBASIC) is an Interactive BASIC interpreter for Linux with features aimed at working with Linux resources and hardware like that found on Raspberry PIs. It has access to GPIO, I2C,...
View Article