Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 662 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 662 Bytes

ArduinoWebControl

This is just a prototype. It demonstrates how to control the pins of an Arduino board via a webinterface in order to set the color of an RGB led.

####Build

git clone --recursive https://github.com/philgras/ArduinoWebControl.git
mkdir _build
cd _build
cmake ..
make
/.ArduinoWebControl /dev/yourDevice

Upload the sketch onto your Arduino. Then type localhost:8000/index.html into the browser's URL bar. It is important to turn of the favicon request from the browser.

####Arduino Setup