-
Hi Steve
I found out that the mqtt library that used on ch5 (ESP32_MicroPython_to_AWS) has an updated change on the mqtt client.
The params ssl_params on mqtt client has been removed.
I need…
-
- https://github.com/sciotaio/micropython-sparkplugb
- http://www.steves-internet-guide.com/introduction-to-mqtt-sparkplug-for-iiot/
- http://www.steves-internet-guide.com/sparkplug-payloads-and…
-
Seems possibly related to use of MQTT simple. Reinstalled MicroPython. Certificate is likely OK. Could be related to MongoDB Data API (seems unlikely). Probably best to swap out the microcontroller to…
-
**Is your feature request related to a problem? Please describe.**
It would be nice if mqtt-io supports `XL9535` relay board.
**Describe the solution you'd like**
Normal integration like othe…
-
Please consider this code:
```python
import utime
from umqtt.simple import MQTTClient
mqtt = MQTTClient("test_mqtt_client_id", "test.mosquitto.org",
port=8883, keepalive=30,…
-
Hi,
I can't subscribe to topic longer than 122 bytes. Publishing works fine!
I kindly ask you to verify and hopefully fix it
Thanks a lot
Danny
OK - working:
```
#122 bytes
mqtt.subscribe(b…
-
-
Typically, I've been linking to the mqtt_as.py file and the corresponding README. However, somebody brought to my attention that these links are no longer valid. I'm assuming this has something to do …
-
I'm using the umqtt module - on conjunction with ussl_mbedtls - within the UNIX port with mbedtls.
When I re-route the traffic originally going to my MQTT broker to /dev/null (e.g. 127.0.0.1), check_…
mirko updated
3 weeks ago
-
While trying to implement a light strip InputThing, I found in need of a mqtt reader adapter.