[Basic 5] Arduino Servo HTTP (charVal) by RobotPlace

Cloned from Sketch [Basic 4] Arduino LED HTTP Fade (charVal) by RobotPlace

This sketch is missing a short description
The second examle to introduce RobotPlace HTTP communication from Web Interfaces. ![enter image description here](http://www.robotplace.com/wp-content/uploads/2014/03/example_led_pin7_bb.png "RobotPlace analog LED example") <br> This code is the simplest way to fade a LED light on the Arduino. **View more description:**<br> [here:http://www.robotplace.com/example/arduino-led-http-analogwrite/](here:http://www.robotplace.com/example/arduino-led-http-analogwrite/)<br> Use this URL when outside home network:<br> (use RobotPlace's Proxy)<br><br> http://yourWANIP:8087/a100 to decrement the servo left<br> http://yourWANIP:8087/s1800 to move the servo to an exact position<br> http://yourWANIP:8087/d100 to increment the servo right<br> You MUST setup correct Port forwarding on your router according to the Arduino's IP and Port.

Embed This Sketch

Use the following HTML code to embed the sketch code above in your blog or website.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:137142" frameborder="0"></iframe>

Embed The Serial Monitor

You can also embed the Serial Monitor section! Just use this HTML code.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>