Beginners • How many LEDs can a Pico Power
Hi All, . I have approx 12 months experience with a Raspberry Pi Pico. I started off 12 months ago with the “Let it Glow Advent Calendar”. Since then I have added 2 Picos to my Model Railway to...
View ArticleMicroPython • Building an Internet-Radio using a Pico W using just Python
Finally it seems to be possible:https://learn.adafruit.com/mp3-playback ... ng-exampleStatistics: Posted by diereinegier — Thu Dec 19, 2024 3:12 pm — Replies 2 — Views 35
View ArticleCamera board • Raspberry Pi 5 Cam and v4l2-ctl
Hello,I wrote a shell script to setup the rp1_cfe driver with media-ctl and v4l2-ctl.https://gist.github.com/mchalain/aff715 ... 9f4ed4f865This script are able to use the channel0 to retrieve the...
View ArticleTroubleshooting • Very strange /etc/fstab on Raspberry Pi Zero on first boot
I have a Raspberry Pi Zero that had Debian Buster and I'm trying to make a new install. I tried using both Raspberry Pi Imager and dd to create the SD card, but both methods had the same problem: it's...
View ArticleNetworking and servers • Network Response Time on SSH
I have a ZERO W installed in my backyard to control the fence lights and soon to be a weather station. It's in a 8X8" waterproof box.I was having issues no connectivity from within the house so I...
View ArticleTroubleshooting • 2.4 Ghz receivers bad range in RPI only
I've recently bought a cheap keyboard-and-mouse controller (KMC) to use for my Raspberry Pi 5 4GB. I've recently updated my pi using raspi-update (or upgrade?) to use the new boot system. Once I...
View ArticleSDK • RP2350 dsp instructions
Hi,is there documentation / tutorials somewhere on how to use the rp2350 dsp instructions ?i haven't been able to find any.Thank youMaximeStatistics: Posted by maximeandre1986 — Fri Dec 20, 2024 12:06...
View ArticleMicroPython • about multi-thread watchdog setting.
Hi,My program has two threads,main threads and a second thread.Now these two threads work fine.But I want to set a watchdog to prevent program crash.Can I set two watchdogs in each thread?And I have...
View ArticleBeginners • PiCorePlayer not booting
Hi,I'm setting up a couple of RPis for use as a multi room music server with PiCorePlayer and LMS as it seems to meet most of my needs. I seem to be having an issue installing PcP onto one of my...
View ArticleAssistive technology and accessibility • Rpi4 used to switch on/off amazon...
It's my goal to create a python program, running on Raspebrry Pi4/Debian 12 "bookworm" 64 bit, to switch on/off an Amazon Smart Plug connected to my Amazon Echo 3rd gen. Can someone give me...
View ArticleAdvanced users • is the /rootfs/boot is still needed ?
Hi,I've took a Devuan ready .img for raspberry hereBefore deploying I cross-compiled my kernel (6.6.63), thanks to he instructions on raspberrypi.com and the forum.For context here few selected...
View ArticleTroubleshooting • messed up my ssh connection while setting up GPS...
First of all im not sure if thats(the title) is the exact cause, Im unable to ssh after making the changes related to gps setting up.device: pi zero what: waveshare gnss hatsetup: to make an NTP...
View ArticleGeneral discussion • Help with Bluetooth RFCOMM Server on Raspberry Pi
Hi everyone,I'm working on a project to create a Bluetooth RFCOMM server on my Raspberry Pi. The goal is to replace a UART-based CLI interface with a Bluetooth-based one. The server should allow me to...
View ArticleRaspberry Pi Connect • cli commands not saved to $HOME/.bash_history
Using remote shell in Raspberry Pi Connect, if I close the window by using the exit command, the commands I typed are saved in .bash_historyHowever, if I just close the browser window that remote...
View ArticleCompute Module • CM5 power on issue
Is anyone having problems with powering on the CM5 on the Pi IO board? I press the power button, see the red light flash and that’s it. Every once in a while it will correctly power on but it takes...
View ArticleCamera board • Generating rpicam-hello images with remote RPi cameras via SSH
For those that have been following my lack of progress in getting images from RPI with RPI OS lite loaded, I have moved to this post and will now only concentrate on connecting to the remote RPI via...
View ArticleTroubleshooting • CUPS BROTHER MFC-J5910DW
Hello.I have a BROTHER MFC-J5910DW printer and I can't connect via WiFi, i followed several videos and tutorials but I can't install any compatible PPD.I would like to know if anyone can help me.Best...
View ArticleBeginners • Upgrading Raspberry Pi with SATA 3GBPS SSD - 80GB-2.5Inch -...
Hi everyone,I'm considering upgrading my Raspberry Pi setup and I'm interested in using a SATA 3GBPS SSD/80GB-2.5Inch https://serverorbit.com/solid-state-dri ... gb-2-5inch for better performance. I...
View ArticlePython • Issues with code from Raspberry Camera Guide 2nd edition
Hello,I am attempting to run the following code on an RPiZ 2W loaded with a new image of RPI OS Bookworm Litethe code is as follows:-Code: import timefrom picamera2 import Picamera2, Previewcam =...
View ArticleAI Camera - IMX500 • imx500 architecture and/or instruction set
Hi,I would like to program my RPi AI camera to act as an optical flow sensor for my drone. Basically, I want it to look around and report the shift between the last two frames it received. I've tried...
View Article