The ESP8266 can indeed be programmed to act as an MQTT broker, allowing it to handle messaging between different devices in a network using the MQTT protocol. Will Discuss “ESP8266 MQTT broker BONDAR”.
Contents
Get Start of ESP8266 MQTT broker BONDAR
Create an account
- Create an account in here
- Activate your iotcentral account
Download Bin FIle
- Download the bondar.bin or in github here bondar.bin
Flash the Bondar Firmware
- your ESP8266 starting from address 0x0. (Use esptool.py or ESP Flash Download Tool)
- For Linus
- sudo esptool.py -p /dev/ttyUSB0 –baud 9600 write_flash -fs 32m-c1 -fm dio -ff 40m 0x00000 bondar.bin
- For Windows
- On windows use Flash Download Tool:
- Image Add
ESP8266 Configuration
- ESP8266 will start as Access Point mode. and named as Bondar_XXXXXXXXX . (Ex refer Below image : Bondar_2e3ae80cb19a ) and should use default password 12345678
- Now connect that AP Network (Bondar_2e3ae80cb19a ) with your laptop or mobile.
- Go to 192.168.4.1 in your browser and you will get a configuration page. Then enter your wifi Credential and your he user and password used on IoTCentral.eu
- Reset the ESP8266 by Click button and also unplug and re-plug the power cable (I recommend you to unplug and then plug the power cable).
- After Rest you can see when did soft web browser reset button
IoTCentral.eu Account Details
- Login to your home page on IoTCentral.eu
- You will see your allocated topic
- Use allocated_topic/your_topics to connect to iotcentral.eu:1883 and /allocated_topic/your_topic to connect from your Wi-Fi network.
Note : Always use your email address and the password used on IoTCentral.eu to publish and subscribe. In this way your data is protected and no one will get access to your data since the topic is secret and you are using your username and password to publish and subscribe to the cloud.
OK. Thank you sir.
Hi.. bondar.bin file is uploading perfectly and it is getting finished but I am not able to get acess to Bondar_xxxx in wifi could u please clarify me how to get it correctly and how to make ESP8266 as a AP access point.
Hi praneeta, just flash the firmware at 0x0 location… It’s should work.. And you will can see the Bondar_Xxxxx like a access point in wifi scan network
Hi.. yes I flash the firmware at 0x0 location only. any hardware modifications, only GPIO0 to a ground or any code required before flashing the firmware.
Only gpio-0 should be low or ground while during the flash firmware.
Yeah I did Like that only but I am not getting acess to any acess points. How can I know whether it is downloaded correctly or not?
I think the firmware is not flash properly on the ESP8266
If you have a team view then share your screen or send error of your getting
I am not getting any error sir. its getting downloaded but I am not able to access the esp. Can you send me the steps to my mail is suryapraneeta362@gmail.com
No more steps praneeta, what I mention in that page that only the steps you should follow