Skip to main content

All Questions

Tagged with
0 votes
1 answer
88 views

ESP8266 umqtt OSError -1

I have an ESP8266. On this board I'm running the newest Version of the MicroPython firmware (1Mib). I have a Java Vaadin Web Application with 2 Buttons. One Button is for publishing, that the LED ...
Larshle's user avatar
2 votes
2 answers
1k views

umqtt.robust on Wemos

I am trying to install micropython-umqtt.robust on my Wemos D1 mini. The way i tried this is as follow. I use the Thonny editor I have connected the wemos to the internet. in wrepl type: import upip ...
Tracy's user avatar
  • 43
5 votes
1 answer
5k views

How to check Micropython umqtt client is connected?

I want to reconnect an MQTT client to a server on failure. I am using uqmtt.robust for the reconnection: it is working for some failures but not handling internet disconnections. I am thinking about ...
Yugandhar Chaudhari's user avatar
0 votes
1 answer
569 views

Connecting ESP8266 to IBM Watson with Micropython

I managed to connect an ESP01 using Micropython 1.9.2 to a mosquitto broker running in my computer. I also managed to simulate a device and connect a mosquitto client from my computer to the Watson ...
Francisco's user avatar
  • 161