Hello
I know Arduino not very well and WWW even less ... I'm not asking if it is possible but how to do it ...
Namely, the heart of the system is Arduino, which I have TFT + SD display connected to, sensors e.g. DS18B20 and others, ESP8266, ...
I know that ESP8266 is faster than Arduino but not everything at once ... (I work on ESP as an independent system but this is not my goal)
I did this:
I go to the address, for example: 192.168.1.1 I see a page where I have data from the sensors, the page refreshes itself automatically at a given time. It's OK but I wanted to expand it.
I want to add charts from the last 24h and from e.g. 7 days. (interval is probably not a problem)
Knocks what I got (excerpt):
I have the page title, it refreshes, it draws the frame nicely and the sensor data in it.
However, I would like to include a graph of sensor data next to it.
The problem is that Arduino is learning recently and WWW while doing a "project" ...
I apologize in advance for not giving all the code but knocks what I can not ...
At the beginning I wanted to save data on the SD card as a series of data readable for Excel ... then I could open the data from the SD card by Excel on a computer ...
However, I would like to create a chart on the web depending on [t / x] and I don't know how to send it via ESP8266 to the browser ...
Please help me some links ... anything ...
best regards
I know Arduino not very well and WWW even less ... I'm not asking if it is possible but how to do it ...
Namely, the heart of the system is Arduino, which I have TFT + SD display connected to, sensors e.g. DS18B20 and others, ESP8266, ...
I know that ESP8266 is faster than Arduino but not everything at once ... (I work on ESP as an independent system but this is not my goal)
I did this:
I go to the address, for example: 192.168.1.1 I see a page where I have data from the sensors, the page refreshes itself automatically at a given time. It's OK but I wanted to expand it.
I want to add charts from the last 24h and from e.g. 7 days. (interval is probably not a problem)
Knocks what I got (excerpt):
Code: C / C++
I have the page title, it refreshes, it draws the frame nicely and the sensor data in it.
However, I would like to include a graph of sensor data next to it.
The problem is that Arduino is learning recently and WWW while doing a "project" ...
I apologize in advance for not giving all the code but knocks what I can not ...
At the beginning I wanted to save data on the SD card as a series of data readable for Excel ... then I could open the data from the SD card by Excel on a computer ...
However, I would like to create a chart on the web depending on [t / x] and I don't know how to send it via ESP8266 to the browser ...
Please help me some links ... anything ...
best regards