I have project that includes a Raspberry Pi connected to a powerbank as power source. In my python script I would like to check the battery status of the powerb
I am using Google Cloud Vision API on my Raspberry PI. It works fine when I use it on my home (on which the cloud account was first accessed) network but if I a
[code][1]I have a GrovePi to connect the vibration sensor to raspberry pi. I have downloaded the Groove software on my raspberry pi by using the following comma
I have some broad questions on the flow of how to set up my web app on Raspberry Pi. I've built a React App on my local PC, it hits up an node
I have a raspberry pi in my local wifi network. Also I bought smart socket which can be integrated with Alexa or Google Home Assistant. What is a best option t
I might have a rare case, but at the moment I'm not able to find a solution for this problem. I've installed a RaspberryPi 3 in a local business to display imag
My title seems general but I need to compile a project for my Raspberry Pi 3b. I want to use Telegram's Bot API server on it, but it takes a lot of time to comp
I went through existing threads and was unable to find a solution for my issue. I am using Raspberry Pi 2 model B and am able to use it by connecting to Displ
Is it possible to build ffmpeg with decoding support for Raspberry Pi? I've read that mmal can do hardware accelerated decoding on the Raspberry Pi. I've tried
I am now doing a robot and I use mqtt to communicate between raspi and computer. Now, I want to use the string I have published from the computer. but I don't k
I am trying to use Mediapipe with python. I originally tried mediapipe-rpi4 which did install successfully. But when I run it I get this error message Traceback
I run the setup from this website to get my arduino to use AdaFruit LEDs. And also run: sudo pip3 install adafruit-circuitpython-neopixel I then made this py
I'm trying to get a script running on my raspberry pi (Ubuntu system). Right now, I was just refreshing myself on the basics of opencv, since it's been a little
I have here my perfect setup for my raspberry video. raspivid -fps 25 -sh 0 -co 50 -br 50 -sa 0 -ISO 800 -ev +2 -ex auto -awb auto -mm average -n -b 2000000 -w
I am honestly about to just give up, i've tried so many different possibilities, for multiple weeks now, almost a month, of multiple problems. I am a new-ish pr
I've been trying to compile an OS however whenever I attempt to compile it using the make file it only compiles "kernel.c" and I can't seem to figure out why. I
I try to program a timer: run down from 15 to 0 Space breaks/reset the timer Space starts the timer. Everyting works with keyboard. But I try to use the Raspber
I'm trying to set up a RPi 4B to work as an I2C slave with PSoC (4.4) - CY8C5888LTI-LP097. Below is my code to set up the slave address on the Pi. import pigpio
I have a code to display the live camera footage on a HTML and I would like to have a button that allows users to ring the rpi buzzer. However, the buzzer butto
How can I tell if the terminal running my python script was closed? I want to safely end my python script if the user closes the terminal. I can catch SIGHUP wi