0

I have to implement LWIP in esp32 to be used as MQTT client. I tried searching for procedure but no result. Till now, esp is sending data to mosquitto broker running on local PC. Is there anyway around to not use MCUX presso SDK? I have to use Arduino IDE for this protocol.

hardillb
  • 54,545
  • 11
  • 67
  • 105
habib
  • 1
  • 1
  • Have you tried using [esp-idf](https://github.com/espressif/esp-idf), there are few examples for sending data using MQTT protocols in [here](https://github.com/espressif/esp-idf/tree/master/examples/protocols/mqtt) – Shubham Oct 01 '21 at 04:34
  • I checked this link but, there is no clue on how to use these functions. Also, its written in C. Is there link for .ino file implementing LWIP for same mqtt protocol? – habib Oct 04 '21 at 07:33

0 Answers0