electronicsguy / ESP8266

ESP8266 Projects
242 stars 183 forks source link

Adding examples #85

Closed maykef closed 3 years ago

maykef commented 5 years ago

Hi @electronicsguy,

Thank you very much for this library. I used to have several NodeMCU working on different parts of a greenhouse last year, but when I switched them on this summer none of them work. I have checked all the tutorials and they are all outdated. You have a very interesting example using a calendar and memory data, but the code is simply way to different to uploading temp data, or in my case, irradiance (I use several photodiodes to measure the amount of light in different parts of there greenhouse).

Would it be possible for you to upload a very simple script to, say, upload temp and humidity with a DHT22 for example? Then I just modify that.

Thank you very much in advance.