Troubleshooting • Pi Zero 2 W not getting to Raspbian OS setup?
Hello,I tried getting into the setup the whole weekend. I don't understand what's wrong: I've re-flashed the SD card, changed the OS from normal to legacy, prioritized inserting the SD card first, but...
View ArticleGeneral discussion • Re: raspberry pi battery powerbank/ power system
A bit hard to tell. but it appears that what you're looking for is a UPS HAT.Statistics: Posted by W. H. Heydt — Mon Apr 29, 2024 3:26 am
View ArticleTroubleshooting • MPG123 module not found when script ran at root level
Hello,I'm trying to get a random mp3 to play with motion activation. I then want that script to start on reboot.I was able to write a script using VLC player. But had some issues on the startup part....
View ArticleTroubleshooting • Re: MPG123 module not found when script ran at root level
You can edit your sudoers file to allow your user to execute mpg123 with sudo privileges without requiring a password.Statistics: Posted by barshatriplee — Mon Apr 29, 2024 4:57 am
View ArticleTroubleshooting • Re: Raspberry Pi Camera Not Working
hi,Step1, Modify config.txt sudo nano /boot/config.txtFor the latest version raspberry Pi OS, it should be sudo nano /boot/firmware/config.txtStep2, Add below content to the last line...
View ArticleTroubleshooting • Re: Pi Zero 2 W not getting to Raspbian OS setup?
What about the power supply? Have you checked that?Statistics: Posted by barshatriplee — Mon Apr 29, 2024 4:58 am
View ArticleCamera board • Re: How to setup IMX296 trigger/options?
For the trigger, Follow our github and raspberry pi official documents ,https://github.com/INNO-MAKER/cam-imx296raw-triggerTake XTR as Trig+, GND as Trig-Statistics: Posted by joe-zou — Mon Apr 29,...
View ArticleAdvanced users • Firewall UFW setup instruction
Was setting up ufw firewall app and came across some issues, mainly as I use a headless setup.To get ufw to work with TigerVNC Viewer and WinSCP you might need the followingIn PuTTY or Termius:sudo...
View ArticleTroubleshooting • Re: Sudden unexplained measured Internet bandwidth reduction
As I previously stated:I followed the instructions here: Speedtest CLI to uninstall and reinstall the speedtest CLI. It worked as described, but I still get:pi@raspcondo:~/webcam $ speedtest...
View ArticleOther projects • Re: How to configure button for keyboard key
Thank you so much. This is what I was looking for and will fill the bill.Statistics: Posted by bobh1950 — Tue Apr 30, 2024 2:44 am
View ArticleGeneral discussion • Re: I build a linear PSU for the RPi5 for use in high...
My 5.1 surround sound audio:https://www.aliexpress.com/item/1005006608471686.htmlMy amplifier:https://www.aliexpress.com/item/1005006135778016.htmlI have three of those amplifiers: front L&R, rear...
View ArticleAdvanced users • Re: Building the Raspberry Pi OS Kernel : Made Easy
Second huge shout out to RonR, these scripts are fantastic.@RonR, do you have these scripts on GitHub anywhere? I'm putting together a Docker container to cross-compile and install using these two...
View ArticleGeneral • Re: Bookworm issue - Pico W, 'minicom' and 'break detect'
strace shows that minicom does in fact print the "Sending BREAK" pop-up, then it calls ioctl TCSBRK, which returns 0 (success) immediately, and minicom tears down the pop-up before it makes it out to...
View ArticleNetworking and servers • Re: WiFi benchmarking on RPi5?
Thanks ejolson for the hint.Statistics: Posted by WiFi Diving — Tue Apr 30, 2024 3:48 am
View ArticleOther RP2040 boards • Re: Custom RP2040 board not working
That MicroPython doesn't enumerate suggests that it is perhaps Windows which is screwed up.I use a Linux machine, but i tried it on windows as well, but no luck there it doesnt get enumerated on...
View ArticleRaspberry Pi OS • Re: Keyboard layout displaying/switching for Wayfire and...
@avarvitI agree 100%. One thing to be taken into account also, is that Simon has A LOT on his plate.Hopefully he will see the benefits.CheersSpeaking of which, it seems that he has some other keyboard...
View ArticleGeneral • Re: Pico W debugging and SMD
I didn't think about attaching wires. I'll try that tomorrow. I guess I can bring the wires over to a breadboard and then get the debug probe hooked up over there. I think my iron is set as cool as I...
View ArticleOff topic discussion • Re: older UNIX users use root
why should we accept it ?it's bad practice.if your doing something you shouldn't, someone should tell you.there's no reason to be root for temporary tasks, and if it's not, then your doing it wrong.I...
View ArticleNetworking and servers • Re: Gadget Mode SSH
Apologies for the incomplete information. I have also connected the pi to my local network to ssh in lieu of the gadget mode so that I at least have some access to the device. I do have a usb0...
View ArticleOther RP2040 boards • Re: SPI not working
It's the rp2040.This is the purchase link:https://www.aliexpress.com/item/1005004 ... pt=glo2araThe code I used is my tft_espi project which works perfectly with my stm32 black pill board.Do you know...
View Article