Skip to content
Advertisement

Tag: raspberry-pi3

Running functions on bluetooth pair request

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-Pi-into-a-Portable-Bluetooth-A/) but one downfall of this out-dated tutorial is that bluetooth connections have to be accepted via the

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 Exchange site, you can leave a comment to explain where the question

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-streamer/mjpg-streamer-experimental/www”,and don’t know how to do. Answer I don’t have any idea about mjpg-streamer. But I suggest to use Motion library for video streaming/record movie. By adding motion.conf file you can save it to

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 You should remove

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-certificate-errors –disable-restore-session-state “http://www.domain.com” to the end of ~/.config/lxsession/LXDE-pi/autostart and sudo nano /etc/xdg/lxsession/LXDE-pi/autostart @chromium –kiosk http://www.domain.com

Advertisement