This is a simple web server project that you can do with your ESP8266 without using an external microcontroller.
For this project you need to flash your ESP8266 with NodeMCU firmware.
You can find all the instructions to complete this project in the "Build Instructions" section below.
has any one tried DHT11 with lua, always gives me erroneous results, but when I test same sensor with arduino UNO and even with ESP12E using arduino IDE the results are very stable and reliable.
Hi, I have tested this with ESP12E module works very well, I have further added I2C expansion chip PCF8574 to get 8 additional outputs. and edited the code to control these extra outputs through I2C, works great. further I tried to work with DHT11 temperature and humidity sensor with no success.
you can use ESPlorer to upload the code. Here's the link http://esp8266.ru/esplorer/ Go to the tutorial section in that page and download my free "Getting Started With The ESPlorer IDE" pdf. I hope this helps!
has any one tried DHT11 with lua, always gives me erroneous results, but when I test same sensor with arduino UNO and even with ESP12E using arduino IDE the results are very stable and reliable.