Electronic Prototype — Smart Control

details

This project shows how to create the prototype of remote control like smartphone. We can control LED lightning, servo motor, and speaker with web using Arduino and Ethernet shield.

components: wireless router, arduino uno, ethernet shield, 9G Micro Servo motor, Piezo speaker module, 9V battery holder

hardware :

Schematics

Final print:

Final Prototype

css code :

client.println("<HTML>");
client.println("<HEAD>");
client.println("<TITLE>Arduino GET test page</TITLE>");
client.println("<style type=\"text/css\">.btn{margin-top: 10px;margin-right: 10px;padding: 14px 26px;font-size: 32px;line-height: 100%;text-shadow: 0 1px rgba(0, 0, 0, 0.4);color: #fff;display:inline-block;vertical-align: middle;text-align: center;cursor: pointer;font-weight: bold;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;font-family: Helvetica, sans-serif;background-color: #FA2A00;box-shadow: 0px 3px 0px 0px #DF2500;text-decoration: none;}</style>");
client.println("<style type=\"text/css\">.main{margin-left:auto;margin-right:auto;width:80%;}</style>");
client.println("</HEAD>");
client.println("<BODY bgcolor=\"#fff\">");
client.println("<div class=\"main\">");
client.println("<H1 style=\"font-weight;font-family: Helvetica, sans-serif;\">MHCID 521 - WIRELESS CONTROLS</H1>");

web page:

Control buttons on Web pages

url: http://april3rd.com/hcid521/?p=152

This project shows how to create the prototype of remote control like smartphone. We can control LED lightning, servo motor, and speaker with web using Arduino and Ethernet shield.

components: wireless router, arduino uno, ethernet shield, 9G Micro Servo motor, Piezo speaker module, 9V battery holder

hardware :

Schematics

Final print:

Final Prototype

css code :

client.println("<HTML>");
client.println("<HEAD>");
client.println("<TITLE>Arduino GET test page</TITLE>");
client.println("<style type=\"text/css\">.btn{margin-top: 10px;margin-right: 10px;padding: 14px 26px;font-size: 32px;line-height: 100%;text-shadow: 0 1px rgba(0, 0, 0, 0.4);color: #fff;display:inline-block;vertical-align: middle;text-align: center;cursor: pointer;font-weight: bold;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;font-family: Helvetica, sans-serif;background-color: #FA2A00;box-shadow: 0px 3px 0px 0px #DF2500;text-decoration: none;}</style>");
client.println("<style type=\"text/css\">.main{margin-left:auto;margin-right:auto;width:80%;}</style>");
client.println("</HEAD>");
client.println("<BODY bgcolor=\"#fff\">");
client.println("<div class=\"main\">");
client.println("<H1 style=\"font-weight;font-family: Helvetica, sans-serif;\">MHCID 521 - WIRELESS CONTROLS</H1>");

web page:

Control buttons on Web pages

url: http://april3rd.com/hcid521/?p=152

COMMENTS

Please Login to comment
  Subscribe  
Notify of