Arduino Ethernet W5100 and Servo Motor

details

Again we have a test of Arduino, this time we are conducting a test of the W5100 Ethernet module, which has the ability to connect our Arduino projects to the Internet and our local area networks (LAN).

What should you keep in mind to control a servo motor with an Arduino Ethernet W5100 ?

The next test is to connect a servo motor to the Arduino Mega 2560 board and control it through an Ethernet communication  with W5100 module, in this module we will set up a small web server and through it we will turn 90 degrees a servo motor from Local website hosted on that server.

 

Components

1 Arduino Mega 2560 Card or Arduino Uno.

2 Ethernet Module w5100

3 Servo Motor

4 Direct UTP Patch cord to connect the module to the LAN

5. Adapter 6-9 VDC (Required in some cases for the servo current )

Here is the wiring diagram of the servo motor, Arduino Mega 2560 and W5100 module

Arduino-board

 

The following LINK is the code to be loaded on the Mega 2560 development board, is in my GitHub repository.

Is important chech the IP address of your modem from the windows console and with this IP address asign an address to w5100 module into LAN range to communicate properly .

The following video describes how they should assign the IP address and the web server functionality of the W5100

Source : http://www.electroingenio.com/arduino-en/arduino-ethernet-w5100-and-servo-motor/
 

Again we have a test of Arduino, this time we are conducting a test of the W5100 Ethernet module, which has the ability to connect our Arduino projects to the Internet and our local area networks (LAN).

What should you keep in mind to control a servo motor with an Arduino Ethernet W5100 ?

The next test is to connect a servo motor to the Arduino Mega 2560 board and control it through an Ethernet communication  with W5100 module, in this module we will set up a small web server and through it we will turn 90 degrees a servo motor from Local website hosted on that server.

 

Components

1 Arduino Mega 2560 Card or Arduino Uno.

2 Ethernet Module w5100

3 Servo Motor

4 Direct UTP Patch cord to connect the module to the LAN

5. Adapter 6-9 VDC (Required in some cases for the servo current )

Here is the wiring diagram of the servo motor, Arduino Mega 2560 and W5100 module

Arduino-board

 

The following LINK is the code to be loaded on the Mega 2560 development board, is in my GitHub repository.

Is important chech the IP address of your modem from the windows console and with this IP address asign an address to w5100 module into LAN range to communicate properly .

The following video describes how they should assign the IP address and the web server functionality of the W5100

Source : http://www.electroingenio.com/arduino-en/arduino-ethernet-w5100-and-servo-motor/
 

COMMENTS

Please Login to comment
  Subscribe  
Notify of