I find a great project for iOT: https://github.com/leon-anavi/esp8266-jadja
* This is a smart MQTT client for ESP8266 with the following features:
- On the first boot an open WiFi network and HTTP server are launched. The user joins the network and configures the credentials for his home Wifi network. After that ESP8266 restarts and works as MQTT client,
- On each next boot ESP8266 tried to connect to the home WiFi network with the configured credentials and to MQTT brokwer through the Internet connection,
- The user can reset the configations at any time by holding GPIO0 to low for 5 seconds.
But this project build on Espressif SDK on my Ubuntu. Can any one help me convert Espressif SDK on my Ubuntu to Espressif SDK on Windows 7?
Thanks