Skip to content

gtwalford/wifi-button-and-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#IoT Button

Setup for physical button to hit an api and perform an action over wifi.

Arduino Files

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.

Libraries

Using the Adafruit CC3000 Library for wireless internet communication and the CC3000 Shield.

Quick Start

  • 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

About

A simple IoT device-service setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages