Search found 4 matches

by Alpoy
Fri Aug 18, 2017 10:01 am
Forum: ESP32 boards
Topic: MQTT
Replies: 8
Views: 8566

Re: MQTT

Chale, I uploaded the mqtt and asyncio module to the esp32, and that was it. Note: I had to compile the unix version of the upython on a *nix box I have, to use the upip command to find the uasyncio module and then upload it to the ESP32. ( https://github.com/micropython/micropython ). I'm sure ther...
by Alpoy
Thu Aug 17, 2017 6:44 am
Forum: ESP32 boards
Topic: MQTT
Replies: 8
Views: 8566

Re: MQTT

Thanks again, everything worked after I uploaded the "umqtt" dir with the simple.py file in, in hindsight it's kind of obvious ;)
by Alpoy
Wed Aug 16, 2017 9:32 pm
Forum: ESP32 boards
Topic: MQTT
Replies: 8
Views: 8566

Re: MQTT

Ah, thank you for the quick answer! I'll try this :)
by Alpoy
Wed Aug 16, 2017 9:19 pm
Forum: ESP32 boards
Topic: MQTT
Replies: 8
Views: 8566

MQTT

Hi, I can't seem to get MQTT working on my ESP32, I'm using one of the example codes from the uPyCraft util (mqtt.py) but it seems the mqtt module isn't available ...? This is the line that throws the error: "from umqtt.simple import MQTTClient" Error output: ImportError: no module named 'umqtt' I'v...