Full Duplex Communication between Two Arduino using Ethernet and UDP Protocol

We have developed the project which uses UDP protocol for communication between two Arduino UNO boards through Ethernet cable.
ORIGINAL POST
By Hemang Pandhi
components
Hardware Components
Arduino Uno R3
X 1
Ethernet Shield
X 1
Push Button
X 1
Flame Detection Sensor
X 1
LED
X 1
Temperature Sensor(LM-35)
X 1
details

Prototype-One-Arduino-Circuit-Arduino-Arduino-Full-Duplex-Communication.jpg

Overview :

Full-duplex data transmission means that data can be transmitted in both directions on a signal carrier at the same time.

For example, on a local area network with a technology that has full-duplex transmission, one workstation can be sending data on the line while another workstation is receiving data.

We have developed the project which uses UDP protocol for communication between two Arduino UNO boards through Ethernet cable.

 

Configuration :

Circuit -1 consists of Arduino Uno, Ethernet Shield, LM-35 (Temperature Sensor), 2 led, 2-Push button and flame detection Sensor.

It will transmit various data like temperature reading, Flame detection Status, and Push Button Status (On/Off) to the Circuit-2 using UDP Protocol through Ethernet cable.

It will transmit the information in form of UDP packets.

And it will also receive the button status from Circuit-2.

Circuit-1 Will Continuously transmit the temperature reading, Flame detection Status, and Push button status to Circuit-2.

Circuit -2 at another side Consist of Arduino Uno, Ethernet Shield, 16×2 LCD, Relay-1, 2- Push Button and one LED.

See the Following video for more information.

Prototype-One-Arduino-Circuit-Arduino-Arduino-Full-Duplex-Communication.jpg

Overview :

Full-duplex data transmission means that data can be transmitted in both directions on a signal carrier at the same time.

For example, on a local area network with a technology that has full-duplex transmission, one workstation can be sending data on the line while another workstation is receiving data.

We have developed the project which uses UDP protocol for communication between two Arduino UNO boards through Ethernet cable.

 

Configuration :

Circuit -1 consists of Arduino Uno, Ethernet Shield, LM-35 (Temperature Sensor), 2 led, 2-Push button and flame detection Sensor.

It will transmit various data like temperature reading, Flame detection Status, and Push Button Status (On/Off) to the Circuit-2 using UDP Protocol through Ethernet cable.

It will transmit the information in form of UDP packets.

And it will also receive the button status from Circuit-2.

Circuit-1 Will Continuously transmit the temperature reading, Flame detection Status, and Push button status to Circuit-2.

Circuit -2 at another side Consist of Arduino Uno, Ethernet Shield, 16×2 LCD, Relay-1, 2- Push Button and one LED.

See the Following video for more information.

COMMENTS

Please Login to comment
  Subscribe  
Notify of