SD Card Web Server I/O

Two computers connected to the Arduino web server and as changes are made on the web page on one computer, they are updated on the other.
ORIGINAL POST
By Unknown
components
Hardware Components
Arduino UNO
X 1
Ethernet Shield
X 1
Switch
X 1
Registers : 470, 1K, 10K ohm
X 1
LED
X 1
details

#1 INTRO

The Arduino web server hosts a web page that displays four analog input values and the state of three switches. The web page allows four LEDs to be controlled – two LEDs are controlled using checkboxes and two LEDs are controlled using buttons.

 

#2 FEATURE

When more than one computer (web browser) is connected to the Arduino web server, then outputs (LEDs) switched on using one computer will be updated on the other computer – i.e. when a checkbox is clicked to switch an LED on from one computer, the checkbox will also be checked on the other computer automatically.

The following video shows two computers connected to the Arduino web server and as changes are made on the web page on one computer, they are updated on the other.

 

#3 HARDWARE

Arduino UNO

Ethernet Shield

Switch

Registers : 470, 1K, 10K ohm

LED

Arduino web server I/O circuit diagram

 

#4 OPEN SOURCE

Please download the open source using the link below and refer to the following link; https://startingelectronics.org/tutorials/arduino/ethernet-shield-web-server-tutorial/SD-card-IO/ for more information.

 

 

 

Site : https://startingelectronics.org/

Open Source : https://startingelectronics.org/tutorials/arduino/ethernet-shield-web-server-tutorial/SD-card-IO/web_server_IO.zip

Blog : https://startingelectronics.org/tutorials/arduino/ethernet-shield-web-server-tutorial/SD-card-IO/

#1 INTRO

The Arduino web server hosts a web page that displays four analog input values and the state of three switches. The web page allows four LEDs to be controlled – two LEDs are controlled using checkboxes and two LEDs are controlled using buttons.

 

#2 FEATURE

When more than one computer (web browser) is connected to the Arduino web server, then outputs (LEDs) switched on using one computer will be updated on the other computer – i.e. when a checkbox is clicked to switch an LED on from one computer, the checkbox will also be checked on the other computer automatically.

The following video shows two computers connected to the Arduino web server and as changes are made on the web page on one computer, they are updated on the other.

 

#3 HARDWARE

Arduino UNO

Ethernet Shield

Switch

Registers : 470, 1K, 10K ohm

LED

Arduino web server I/O circuit diagram

 

#4 OPEN SOURCE

Please download the open source using the link below and refer to the following link; https://startingelectronics.org/tutorials/arduino/ethernet-shield-web-server-tutorial/SD-card-IO/ for more information.

 

 

 

Site : https://startingelectronics.org/

Open Source : https://startingelectronics.org/tutorials/arduino/ethernet-shield-web-server-tutorial/SD-card-IO/web_server_IO.zip

Blog : https://startingelectronics.org/tutorials/arduino/ethernet-shield-web-server-tutorial/SD-card-IO/

documents
Code
open source code

COMMENTS

Please Login to comment
  Subscribe  
Notify of