Media centres • Re: Peppy player
Many thanks again. This seems to have fix two problems. The player is no longer frozen after saving a station from radio browser or selecting Random screensaver. Mytouch response is still not smooth....
View ArticleGraphics, sound and multimedia • Big animated eyeball
Hello!I'm working through this project tutorial below which is a modification of an Adafruit project using a pair of smaller video displays to create a pair of animated eyes. The result should be a...
View ArticleAdvanced users • Re: Image File Utilities
The attached image-config will customize a Raspberry Pi OS image file (Bookworm or Bullseye) with the following:User account/passwordWiFi credentialsSSH statusUsage:Code: pi@raspberrypi:~# sudo...
View ArticleTroubleshooting • Re: Login Loops on Zero W
Do you believe creating a different user in the Pi would resolve the issue?Statistics: Posted by locusthive7 — Mon Mar 18, 2024 10:39 pm
View ArticleAutomation, sensing and robotics • Re: Wiring multiple photoelectric sensors...
Now that we know that your new sensors are PNP, maybe the old one are really NPN.Maybe make the table check with one of the old sensor. If it works the resistor in pull up (5v) should work and the...
View ArticleGeneral discussion • Live streaming with camera raspberry pi
Hi guys please give me a python and html code to do a live streaming with camera raspberry pi on a web interfaceAnd thanks Statistics: Posted by Baraa — Mon Mar 18, 2024 11:27 pm
View ArticleCamera board • Re: Any projects that turns the RPi + HQ camera into a webcam...
Hello,Can someone tell me if the code/script in the tutorial can be changed to handle 4K resolution ? Thank youCode: #!/bin/bash# Variables we need to make things easier later...
View ArticleGeneral discussion • Re: Live streaming with camera raspberry pi
Have you already tried the streaming examples from the python picamera2 manual https://datasheets.raspberrypi.com/cam ... manual.pdfStatistics: Posted by neilgl — Mon Mar 18, 2024 11:59 pm
View ArticleAdvanced users • Re: KEEP autostart terminal open like in UI
You're making an assumption in that because the address and port cannot be bound your script is already running. It might not be. It's possible for a program to crash and not have the port...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
I think the point is that running neural networks with billions of parameters on the desktop is a daily use for some people. From what I can tell that sort of thing is likely to be more common as...
View ArticleGeneral discussion • Re: Need version which supports Adafruit 2.8" screens
I've found the small screens difficult to use because:X11 or Wayland are really only the useful graphical systems around;the 2.8" screens have too low a resolution for X/Wayland's expectations, so...
View ArticleTroubleshooting • Re: HatDrive NVME not recognized anymore...
Ok so here are my findings:The SSD worked well over the USB adapter. It doesn't work anymore though... After 3 reboots, I get the "4x green blink" error. Reflashing the SD card did not help...
View ArticlePython • Re: Pi 5 / RC522 / Python for RFID Reading?
gpiozeroIf you are using someone else's code that uses GPIO you may need them to update it to use gpiozero, but since you're a software person, you may be able to either modify it for your own use or...
View ArticleOff topic discussion • Re: 2024 Raspberry pi 3 a+ Boot problem
I've seen reports of recent board revisions on at least one model (sorry, no link and I forget which one) that prevent some (mostly third party) OS from booting as their bootloader files haven't yet...
View ArticleAdvanced users • Re: RPI5 802.11ac WPA3 Hotspot with networkmanager
By the way, the 64bit version of the Raspberry Pi OS (bookworm) doesn't seem to have any issues with connecting to WPA3.AFAIK No one can get WPA3 to work with the internal (Broadcom) WiFi. We always...
View ArticleCamera board • Re: Pi4 with Arducam 64mp- No camera detected
Sweet!! Finally got the camera working.Thank you Pi community!!! Statistics: Posted by jigo — Tue Mar 19, 2024 11:00 pm
View ArticleTroubleshooting • Creating a Virtual Environment
Running a Pi5 with bookworm.I create a virtual environment in /home/pi/.venvwith these operationsCode: pi@pi-5-wi:~ $ cd ~pi@pi-5-wi:~ $ mkdir /home/pi/.venvpi@pi-5-wi:~ $ python3 -m venv...
View ArticleNetworking and servers • Pi5 has to access linux mint host on a different LAN
Hi Team,LAN 1 : netcomm NF18 router ( 192.168.20.1 )facing the ISP modem Raspberry Pi5 debian linux --> 192.168.20.3 on netcomm router LAN 2 : tplink TP-WR841N router ( 192.168.1.1 ) --> netcomm...
View ArticleRaspberry Pi OS • OS problem
Hello, I am a new raspberry pi user (Raspberry Pi 5).when I first got it, I tried installing the 64-bit raspberry pi full version for raspberry pi 5 on a 128 gigabyte micro SD card. On the first boot,...
View ArticleSDK • Re: cannot change PICO_SDK_PATH in VS Code on Mac
I ran into the same issue when I was getting started. It's very confusing. Glad you got it fixed. The one of the *.cmake files stores the PICO_SDK_PATH into CMake Cache. So the PICO_SDK_PATH you're...
View Article