Wiznet makers

scott

Published January 30, 2023 ©

91 UCC

20 WCC

42 VAR

0 Contests

0 Followers

0 Following

Original Link

Ethernet Controlled LED

A starter project for those with Ethernet shields.

COMPONENTS Hardware components

Arduino - Arduino Ethernet Shield

x 1


Arduino - Arduino UNO

x 1


PROJECT DESCRIPTION

The project "Ethernet Controlled LED" showcases how to control an LED remotely using an Arduino board with Ethernet Shield. The Arduino board is programmed to set up a server, which waits for incoming client requests. Once a client sends a request, the server sends a response back to turn the LED on or off. The code implements the use of Ethernet library to establish a network connection and the use of RESTful API to exchange data between the client and the server. The project demonstrates a basic application of Internet of Things (IoT) and can be a starting point for further exploration in this field.

Documents
Comments Write