-->
Page 1 of 1

Configure ESP8266 and Connect It to MQTT Broker in the Cloud

PostPosted: Wed Apr 15, 2015 2:24 am
by Leon Anavi
This video demonstrates user friendly way to configure ESP8266 and to connect it to MQTT broker in the cloud in 3 simple steps:
1. Turn on ESP8266 and to connect to its open WiFi network from a personal computer, a smartphone or a tablet.
2. Launch a web browser and to visit http://192.168.4.1/
3. From the HTML5 web page select WiFi network, type password (if applicable) and click Connect.

These features are provided by the open source project ESP8266-jadja https://github.com/leon-anavi/esp8266-jadja

For more information please have a look at: https://www.anavi.org/article/184/


Re: Configure ESP8266 and Connect It to MQTT Broker in the C

PostPosted: Tue Apr 21, 2015 6:55 am
by tavalin
Is there a windows environment for this?

Re: Configure ESP8266 and Connect It to MQTT Broker in the C

PostPosted: Sun May 10, 2015 5:54 am
by yelti
I'm interested in this firmware also, but can you provide a makefile to compile it on windows?

Re: Configure ESP8266 and Connect It to MQTT Broker in the C

PostPosted: Sun May 10, 2015 10:11 am
by Leon Anavi
Hi, I am a Linux user. The Makefile that is available in GitHub is working fine on the latest version of Ubuntu. If you have time please debug the existing makefile for Windows and send me a pull request at GitHub.

Thanks,
Leon