Setup for physical button to hit an api and perform an action over wifi.
The arduino file were constructed using the [www.inotool.org](Ino Command Line Tool) and the actual .ino file exists inside src. Specific arduino settings including board-model and baud-rate set in ino.ini file.
Using the Adafruit CC3000 Library for wireless internet communication and the CC3000 Shield.
- Install InoTool
pip install ino
- Build arduino file
ino build
If build fails due to the Robot Control library remove that library from Arduino.app/Contents/Resources/Java/libraries - Upload to arduino
ino upload
- To monitor serial comm
ino serial
Baud rate set to 115200 in ino.ini file