Arduino – Webserver with an Arduino + Ethernet Shield – Rui Santos

details

This project is all about using an Arduino with an Ethernet shield. He’ll be controlling one LED and a servo, but you can apply this method to control any electronic device you want. (such as DC motors, buzzers, relays, stepper motors, etc..) And He’ll be using a brand new arduino board that my friend at BJTechNews Sent him!  Check his youtube channel here for some cool tech tips. The code provided when uploaded and connected to the internet it creates a webserver in your LAN and you simply use the IP to access that webserver through your browser. After that it shows a webpage similar to that one below. When you press the button “Turn On LED” your url will change  to: “http://192.168.1.178/?button1on” the arduino will read that information and It turns the LED On. By default the IP is “192.168.1.178”. That also can be found on the arduino code provided.

Watch this video tutorial

 

Parts Required

  • 1x Arduino Uno
  • 1x Ethernet Shield
  • 1x 220 Ohm Resistor
  • 1x LED
  • 1x Micro Servo Motor
  • 1x Breadboard
  • Jumper Cables

Schematics

go to original post(Written by )

 

This project is all about using an Arduino with an Ethernet shield. He’ll be controlling one LED and a servo, but you can apply this method to control any electronic device you want. (such as DC motors, buzzers, relays, stepper motors, etc..) And He’ll be using a brand new arduino board that my friend at BJTechNews Sent him!  Check his youtube channel here for some cool tech tips. The code provided when uploaded and connected to the internet it creates a webserver in your LAN and you simply use the IP to access that webserver through your browser. After that it shows a webpage similar to that one below. When you press the button “Turn On LED” your url will change  to: “http://192.168.1.178/?button1on” the arduino will read that information and It turns the LED On. By default the IP is “192.168.1.178”. That also can be found on the arduino code provided.

Watch this video tutorial

 

Parts Required

  • 1x Arduino Uno
  • 1x Ethernet Shield
  • 1x 220 Ohm Resistor
  • 1x LED
  • 1x Micro Servo Motor
  • 1x Breadboard
  • Jumper Cables

Schematics

go to original post(Written by )

 

COMMENTS

Please Login to comment
  Subscribe  
Notify of