38 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
46
views
Every time I switch between frames on my bottom navigation view their is lag, How do i get rid of it?
I have an (android studio) garden app that uses multiple image/video views that sometimes change depending on the data. For example if the pressure is low the sky changes to a rainy day(if high it is ...
0
votes
0
answers
38
views
Trying to run googlesamples-assistant-pushtotalk results in syntax error after hours of meddling
I'm building a smart mirror that (hopefully) uses google-cloud-console to integrate google assistant to a raspberry pi for voice command. google-assistant-pushtotalk required a python version <=3....
-1
votes
1
answer
168
views
home assistant OS Error Resource temporarily unavailable Cannot lock port
zh:ember:uart:ash:
[2025年05月04日 03:16:17] error: zh:ember:uart:ash: Failed to init port with error Error: Error Resource temporarily unavailable Cannot lock port
[2025年05月04日 03:16:17] error: z2m: ...
0
votes
1
answer
316
views
How to set up a static IP adress for Raspberry pi 5 using Yocto?
I built a raspberry pi 5 image for my raspberry pi 5, using only the base image found in meta-raspberrypi/conf/machine/raspberrypi5.conf, which I modified a bit to include some modules, one of which ...
0
votes
0
answers
60
views
Selenium Manager installs x86-64 in Docker on Raspberry Pi (ARM64) — How to force ARM64 version?
I have a .NET Core application that uses selenium to click a button.
It runs in a docker.
I would like to run this docker on my raspberry pi5
For this I install chromium in my docker like this:
RUN ...
0
votes
0
answers
73
views
How to resolve 'Broken pipe' error when accessing GPS data via Python while Minicom works fine?
I'm trying to access GPS data from my GPS module using Python, but I encounter a Broken pipe error. However, when I use Minicom to access the same GPS module, it works fine and I can see the GPS ...
0
votes
0
answers
62
views
ESP32-S2 XBee Communication Issue - Sending Data But Raspberry Pi Not Receiving
I've set up a Zigbee IoT network using an ESP32-S2 Feather with BME280 as the sensor node and a Raspberry Pi with XBee 3 USB adapter as the coordinator. The ESP32 appears to be successfully sending ...
0
votes
0
answers
71
views
Check if Steam Link is running on Raspberry Pi 5
I want a script that checks if steam link is running on my raspberry pi 5 with raspberry OS.
Hi all,
I wrote a script that should check if steam link is running. If it runs the script should stop ...
0
votes
0
answers
142
views
Simple python way of using DMA on RasPi 5
Is there a simple way to use DMA to control pins on a RasPi 5?
I have some code working using pigpio, on a 3 (basically 4 channels of pulses to control 4 ws2812 strips)... but that doesn't work on the ...
0
votes
0
answers
46
views
MiadoreRetroN64 USB Gamepad button mapping
I am trying to play Nintendo64 (mupen64plus) with this gamepads, but I can't manage to correctly configre them.
I am running on Raspberry Pi 5, Recalbox version 9.2.3
By default not all buttons work ...
1
vote
0
answers
295
views
Sniffing bluetooth packet using Scapy on raspberry pi5
I have been working on Scapy to sniff the wifi packets & works like a champ. With self interest started to read other supporting feature like bluetooth that supported by Scapy framework
Started to ...
-2
votes
1
answer
102
views
2 timers at the same time [closed]
I am trying to program a practice tree for drag racing. All of the code is working except, I cannot get a separate reaction time accurately from the right lane. If I release the left button first, the ...
0
votes
0
answers
47
views
Four MLX90640 thermal cameras on 4 custom buses in Rasberry Pi 5B
I am quite new to Python. With help of GitHub copilot and some basic programming skills I am trying to run 4 thermal cameras at the same time with at least 4Hz frequency (Ideally 16Hz if possible).
I ...
2
votes
0
answers
71
views
Why is my inference process operating on outdated data instead of real-time data, resulting in significant delay?
I have a Python script running real-time data collection and inference using Hailo on a Raspberry Pi 5. The system uses a circular buffer to collect sensor data, processes the most recent data batch (...
1
vote
1
answer
136
views
Issue with Recording Two Videos Simultaneously on Raspberry Pi 5: One Video at 1280x720 20 FPS, Other Only at 10 FPS
I’m working with a Raspberry Pi 5 (27W power supply) and I’m facing an issue while recording two videos simultaneously with two identical USB cameras. Here's the setup:
Camera 1 is connected via USB ...