Controlling Raspberry Pi GPIO with Amazon Echo using fauxmo
#How to run
- Run gpio-control.py in terminal "python gpio-control.py"
#How to run @Startup
- sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
- Use the arrow keys to navigate to the end of the second line and press ↵ Enter. NOTE: This will created a new line above the @xscreensaver -no-splash entry. Many users have reported that commands added below this line do not run successfully so it's common practice to add your custom commands above the @xscreensaver entry.
- Add a command to launch your script.
- Sudo reboot