-->
Page 1 of 1

ESP8266-Webserver, Temperature Logger & Graph using Dygraphs

PostPosted: Sat Apr 14, 2018 4:01 am
by Awais
Hi,

I am trying to develop a temperature logger as shown in the attached block diagram. I am using the following examples as a basis.

Ref. 1: https://github.com/tehniq3/ESP8266-sing ... ajax_1.ino
Ref. 2: https://www.youtube.com/watch?v=nGMJrPu4adY
Ref. 3: http://dygraphs.com/tutorial.html

I need help to do the following.

1. I want to access both SPIFFS files and sd card files from inline html code (similar to Ref. 1) on esp8266 .
2. I want to open history.htm from inline html code which will use dygraphs files to display temperature.

Regards,
Awais