How to build a web server with a $4 WiFi Module called ESP8266 without using an Arduino
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
If you don't know how the ESP8266 WiFi Module works, first read this tutorial.
Flash your ESP8266 with NodeMCU, you can read this tutorial on how to flash NodeMCU on your ESP8266
Download this code and upload it to your ESP8266 as "init.lua"
Create an account to leave a comment. Already have an account? Log In.
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.
Hi rui I cant use your init lua with Lua uplader. how can I do
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!
okay I downloaded your program, at commands not problem but luad scripts full error :) omg
Hallo rui, i Love the esp8266, too.
Look At this: www.euerdesign.de
The very simple esp8266 management
Become a member to follow this project and never miss any updates
By using our website and services, you expressly agree to the placement of our performance, functionality, and advertising cookies. Learn More
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.