Skip to content

Deliaz/ESP8266-DHT-SPIFFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP8266 & DHT22 & SPIFFS

Demo for a ESP8266 board with sensor DHT22 and storing static web files using SPIFFS. I tested it on Wemos D1 mini (V2).

This code is built using:

There is some debounce time for sensor updates which implemented using great CreateTimer lib.

Basic Auth

In order to protect /edit endpoint (see FSBrowser example) I use Basic Auth.

Run

  1. Create your own credentials.h from credentials-example.h and change settings.
  2. Upload code
  3. Upload static files into SPIFFS (docs)
  4. Open board's IP with port 8080

Releases

No releases published

Packages

No packages published