Arduino Wifi Web Server by classdisk

Cloned from Sketch Arduino Wifi Web Server by juanmafunes

This sketch is missing a short description
[http://rayshobby.net/first-impression-on-hlk-rm04-serial-to-wifi-module/](http://rayshobby.net/first-impression-on-hlk-rm04-serial-to-wifi-module/) By analyzing the received buffer, I can also implement various HTTP GET commands. For example, the program below sets the LED blinking speed by using http://192.168.1.102:8085/blink?f=5 where f sets the frequency.

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