esp-link
esp-link copied to clipboard
MQTT question
It's a little unclear for me. Does esp-link can be used as Serial to MQTT bridge?
Hi!
Yes, it's possible.
Use the ELClient library.
https://github.com/jeelabs/el-client/blob/master/ELClient/examples/mqtt/mqtt.ino
Here you can see it being used in my project.
Best regards.
@bilbolodz as @FernandoGarcia mentioned it is possible but with use of ELClient dedicated library