Gbox 4.20
Grow box automation and monitoring - <a href='https://sites.google.com/site/growboxguy/'>https://sites.google.com/site/growboxguy/</a>
 
Loading...
Searching...
No Matches
webserver_controls.ino File Reference
#include <ELClient.h>
#include <ELClientWebServer.h>
#include "Pages.h"

Go to the source code of this file.

Functions

void resetCb (void)
 
void setup ()
 
void loop ()
 

Variables

ELClient espSerial
 
ELClientWebServer webServer & esp
 

Function Documentation

◆ loop()

void loop ( )

Definition at line 58 of file webserver_controls.ino.

Here is the call graph for this function:

◆ resetCb()

void resetCb ( void  )

Definition at line 33 of file webserver_controls.ino.

Here is the caller graph for this function:

◆ setup()

void setup ( )

Definition at line 45 of file webserver_controls.ino.

Here is the call graph for this function:

Variable Documentation

◆ esp

ELClientWebServer webServer& esp

Definition at line 28 of file webserver_controls.ino.

◆ Serial

ELClient esp& Serial

This is a sample for trying out each HTML control

Test board: ESP8266 RX <–level shifter--> Arduino TX ESP8266 TX <–level shifter--> Arduino RX ESP8266 GPIO0 <–level shifter--> Arduino RESET (optional)

Arduino LED is on PIN 13 Connect an 1K trimmer to Arduino (voltage): VCC <-> A0 <-> GND

Video: https://www.youtube.com/watch?v=vBESCO0UhYI

Definition at line 25 of file webserver_controls.ino.