Skip to content

Instantly share code, notes, and snippets.

View SamirTafesh's full-sized avatar

Samir Tafesh SamirTafesh

  • BOSS - Self Employed - Consultant
  • Middle East & Africa
View GitHub Profile
@SamirTafesh
SamirTafesh / EspWebserver.ino
Last active November 5, 2023 18:18
WEBSERVER on Arduino Mega and ESP8266
// Date: 30/01/2016
// WEB SERVER - Arduino MEGA2560 and ESP8266-01 WIFI module
// on MEGA2560 we are using Hardware Serial1 to connect ESP8266 Module (Pins 18 & 19)
// For this demonstration, I am connecting:
// 3 Leds & 1 Relay As output, To Be Controlled
// Web Page to Control these Outputs
// 1 Light Sensor and 1 Temperature Resitor As input to update the Web page Content (light Intensity ans Temperature) NOT implemented Yet (SOON)