-
Anyone can tell what is going on ?
MQTT Subscribe was the next step and publish (it was our 66 reboot in a row without failure)
````
assertion "ATB_GET_KIND(bl) == AT_FREE" failed: file "/[...]/[…
-
First, some context: I have ample experience with successfully connecting to the popular, freemium [ThingSpeak](https://thingspeak.com/) service using the standard MicroPython `umqtt` module.
I hav…
-
Currently the MQTT client is hardcoded to request for a lwt on connect.
several public mqtt services to not support this , and will reject the connection. (see also issue #81 )
See :
- https://www…
-
Hello,
I can see that umqtt is using `localhost` in the examples: https://github.com/micropython/micropython-lib/blob/master/umqtt.simple/example_sub.py#L11
Does this mean that it can be run on th…
-
I tried to compile aws-mqtt-websocket-example-pubsubclient and got the error below - "error: mem_debug_file causes a section type conflict with __c"
The issue should be the same as - https://github.c…
-
Dear Robin,
First of all, nice setup!
I am trying to use your libraries to make a similar project work, but I am having some difficulties. I have quite some experience in python, but this is the…
-
Hi,
I would like to know how I can point a CA certificate into MQTT Module so I can use TLS (secured connection). I can see user/password, but I don't see a SSL Argument or Certificate Argument.
…
-
Hi,
I have an error that rarely happens (about 1 time of 50).
When I start my code, I try to connect to an access point and after I start the mqtt protocol.
During startup, a network is searc…
-
I keep getting a crash but the reason is completely unknown to me as the error message does not contain any information that is useful to me.
I'm not doing anything special where it occured, just run…
-
Hi,
I have an error that rarely happens (about 1 time of 50). My code is in micropython, but the error seems deep in the code written in C.
When I start my code, I try to connect to an access po…