Raspberry Pi Scripts

Start up process and scripts on the Raspberry Pi

A bash script (/home/pi/Downloads/lighthouse/bluetooth-script.sh) is executed at startup in order to configure bluetooth settings for the Raspberry Pi and start 3 Python scripts (explained below). An entry for the bash script is made in the /etc/rc.local file in order to the script to be executed at startup.

Details:

  • Entry in /etc/rc.local ensures this script is executed on startup.

  • Configures bluetooth to be on and available for pairing.

  • Starts simple-agent, lighthouse, and power-button Python scripts.

Last updated