[Basic 6] Arduino 4x LED WebSocket Fade (charVal) by RobotPlace

This sketch is missing a short description
Implement a very basic WebSockets server using Ethernet Shield on Arduino Uno. <br><br> change port properly in file clientwebpage.html:<br> var wsUri = "ws://192.168.1.184/";<br> to<br> var wsUri = "ws://192.168.1.184:51840/";<br>

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:137147" 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>