esp-link icon indicating copy to clipboard operation
esp-link copied to clipboard

MQTT question

Open bilbolodz opened this issue 4 years ago • 2 comments

It's a little unclear for me. Does esp-link can be used as Serial to MQTT bridge?

bilbolodz avatar Feb 11 '21 12:02 bilbolodz

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.

FernandoGarcia avatar Jun 02 '21 15:06 FernandoGarcia

@bilbolodz as @FernandoGarcia mentioned it is possible but with use of ELClient dedicated library

uzi18 avatar Jun 04 '21 06:06 uzi18