MQTT for MicroPython under ESP32

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
guyd
Posts: 81
Joined: Fri Jul 20, 2018 6:08 am

Re: MQTT for MicroPython under ESP32

Post by guyd » Sun Jul 22, 2018 11:28 am

Hi,
I need that ESP32 device be able to get published messages ( perhaps calling it - close socket is not the exact term ).
Write code as suggested will do so?

goochy
Posts: 12
Joined: Tue Apr 17, 2018 9:58 am

Re: MQTT for MicroPython under ESP32

Post by goochy » Mon Jul 23, 2018 1:01 am

G'day Guyd,

I am confident that if you use the code from uPy via the link I pasted in, you will be pleasantly surprised how seamlessly it works.

Cheers,

guyd
Posts: 81
Joined: Fri Jul 20, 2018 6:08 am

Re: MQTT for MicroPython under ESP32

Post by guyd » Mon Jul 23, 2018 4:35 am

Worked OK :)

goochy
Posts: 12
Joined: Tue Apr 17, 2018 9:58 am

Re: MQTT for MicroPython under ESP32

Post by goochy » Mon Jul 23, 2018 6:30 am

G'day guyd,

Excellent. Your on your way to having cool fun.

cheers,

guyd
Posts: 81
Joined: Fri Jul 20, 2018 6:08 am

Re: MQTT for MicroPython under ESP32

Post by guyd » Sun Jul 29, 2018 9:05 am

THNK U very much!!

Post Reply