Arduino YUN
Project Information
Arduino YUN
- Created Nov. 5, 2013
- By david.eickhoff
- http://arduino.cc/en/Tutori...
- netio@luvago.com
Arduino YUN
Use NetIO to control the new Arduino YUN!
Description
PLEASE NOTE as you can see in the video, the arduino YunServer that is used for the REST API is very slow :( more information here: http://forum.arduino.cc/index.php/topic,191628.0.html
This example shows how to use NetIO with the new Arduino YUN. It is build on the Bridge Tutorial which enables a HTTP REST API.
To make it work, flash the Bridge Example Sketch to the Arduino ( http://arduino.cc/en/Tutorial/Bridge )
Then connect an RGB LED (or any other) to Pins 9, 10 and 11 (analog outputs).
Test everything by calling the REST API in your browser.
For example:
Then load the NetIO configuration to your phone and try it out! Double check the IP settings and change accordingly.
This example shows how to use NetIO with the new Arduino YUN. It is build on the Bridge Tutorial which enables a HTTP REST API.
To make it work, flash the Bridge Example Sketch to the Arduino ( http://arduino.cc/en/Tutorial/Bridge )
Then connect an RGB LED (or any other) to Pins 9, 10 and 11 (analog outputs).
Test everything by calling the REST API in your browser.
For example:
http://arduino.local/arduino/analog/9/255
Then load the NetIO configuration to your phone and try it out! Double check the IP settings and change accordingly.