I’ve recently been learning electric circuitry using arduino and am looking to implement some changes to my Raspberry Pi application. I used this outdated tutorial a few years ago to create my pi bluetooth receiver which is working well at the moment (https://www.instructables.com/id/Turn-your-Raspberry…
Tag: raspberry-pi3
Making changes with ifconfig persistent [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack …
reboot raspberry if python script stop with error
I use a Python script on a raspberry that communicates with the Internet and USB with an Arduino and it happens that one of the 2 communications blow because of some error, and I would like in case this file python stops because of an error that the Raspberry restarts ! can some one hepl me ? Answer This is
How to save movie in mjpg-streamer?
I have installed mjpg-streamer on Raspbarry Pi,and it ran well. But how to save movie in my sdcard? I tried mjpg-streamer/mjpg-streamer-experimental/mjpg_streamer -i “mjpg-streamer/mjpg-streamer-experimental/input_uvc.so” -o “mjpg-streamer/mjpg-streamer-experimental/output_http.so -w mjpg-st…
Raspberry pi is in a reboot-loop
I wrote this python program for my Raspberry Pi 3: I made an edit in the /etc/rc.local that the program will autostart. The edit is only adding the following line before exit 0: python /home/pi/reboot.py But now my Raspberry pi 3 is in a reboot loop. How can I delete the line I added in /etc/rc.local? Answer …
Start “Chromium” automatically on booting the Pi3 with Raspbian JESSIE
I have a problem. My goal is that the browser will automatically start up in fullscreenmode and don’t go to screensaver mode when I reboot the Pi. The Pi OS: Raspbian Jessie Version: September 2016 Kernel Version: 4.4 I already tried with: Adding: @/usr/bin/chromium –kiosk –ignore-certificat…