Skip to content

Instantly share code, notes, and snippets.

@chatchavan
Last active August 29, 2015 14:28
Show Gist options
  • Save chatchavan/ec10fab28695f9b14a3b to your computer and use it in GitHub Desktop.
Save chatchavan/ec10fab28695f9b14a3b to your computer and use it in GitHub Desktop.
Additional code required for OpenVNAVI SD card
# These script are specific for OpenVNAVI project
sudo pip install flask
# MANUAL: Setup I2C: https://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/configuring-i2c
# MANUAL: setup Wifi (edimax): http://www.savagehomeautomation.com/projects/raspberry-pi-installing-the-edimax-ew-7811un-usb-wifi-adapte.html
# setup autorun when restart
sudo crontab -e
# MANUAL: Add this line:
@reboot python /home/pi/OpenVNAVI/code/main.py &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment