Sunday, January 10, 2016

MQTT Broker on ESP32

I've managed to put an MQTT broker on ESP32 (aka ESP31B).

The code is under development and ESP32 at this time is not yet released, but when it will be I'll also have the code complete. There are some problems but let's hope they will be resolved by the Espressif System. 

I will try to see if I can do the same with ESP8266 which is already on the market. 




8 comments:

  1. Hi, have you published this anywhere. It would make a nice addition now that Esp32 is released. Thanks
    Adrian

    ReplyDelete
  2. Hi Caitilin,

    Great job on using ESP32 as a MQTT broker. This is the exact thing I was looking for everywhere. Can you help me out on how to get started for the same.

    Thanks
    Srinath

    ReplyDelete
  3. What has become of this? It seems dead! Why did you abandon this and went back to esp8266?

    ReplyDelete
    Replies
    1. I've abandoned because the lack of time. If fully working on ESP8266 capable to handle 25 connection to other ESP8266, a bridge connection to another MQTT broker ( mosquitto ) and a web-socket connection to a mobile app for example.

      Delete
    2. Sorry, didn't get a notification that you replied. Thank you for your reply.

      Delete
    3. Can you share code of broker project to github for enthusiasts?

      Delete