-->
Page 1 of 2

ESP8266 Data Logger and Dynamic Web Server

PostPosted: Sat Mar 25, 2017 8:33 pm
by Sirquil

Re: ESP8266 Data Logger and Dynamic Web Server

PostPosted: Sat Jun 24, 2017 4:55 pm
by Sirquil
Project has new feature; now with embedded Graphs for Temperature, Humidity, Barometric Pressure, and Dew Point. Sensor is a BME280; located inside the house.

Project web page: http://tinyurl.com/Observations-weather

Wemos D1 developement board is based on the ESP8266EX:
https://wiki.wemos.cc/products:d1:d1

Graphing is done by sending data to Thinkspeak.com and using their iframe data for each field graphed.

http://tinyurl.com/Four-Graphs

Sensor data can be sent to ThingSpeak from Arduino®, Raspberry Pi™, BeagleBone Black, and other hardware.

William

Re: ESP8266 Data Logger and Dynamic Web Server

PostPosted: Sat Jun 24, 2017 6:21 pm
by rudy
I followed the working system link. The first page worked. The graph page was a local page only. I'm not sure if that was intentional. Nice work anyway.

Re: ESP8266 Data Logger and Dynamic Web Server

PostPosted: Mon Aug 14, 2017 1:30 pm
by Sirquil
rudy I apologize for not finding your reply sooner.

All project links verified to be working.

Short < 3 Minute, new video for the new development board. I am currently using a RobotDyn Wifi D1 with 32 MB of memory; ESP8266EX Based. Project web site links remain unchanged. Arduino friendly and uses the Arduino IDE.



NTP time server is now being used in place of a real time clock!

Data logging is still at Fifteen -minute intervals.

William