"ImportError: no module named 'mqtt'" on WiPy 2.0
-
I thought I'd try using mqtt on my WiPy 2.0, but I got stuck immediately. When I copy-pasted the first line of the tutorial at https://docs.pycom.io/chapter/tutorials/all/mqtt.html into the telnet prompt, i got:
ImportError: no module named 'mqtt'
Shouldn't that work?
(sysname='WiPy', nodename='WiPy', release='1.7.8.b1', version='v1.8.6-724-g2b9ed601 on 2017-07-28', machine='WiPy with ESP32')
-
@sesamproductions You have to copy the mqtt code to your device first. Instructuctions are for instance here: https://docs.pycom.io/chapter/tutorials/all/aws.html, or search the forum for mqtt.
Edit: A simple mqtt client is also available at the micropython lib https://github.com/micropython/micropython-lib