-
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
-
@bobveringa I hope you had an enjoyable break.
I have given some thought to the changes on the `read_allocate` branch. I think, once you've ironed out any issues in your application, these should b…
-
### CircuitPython version
```python
Adafruit CircuitPython 9.1.3 on 2024-08-30; Seeed Xiao ESP32-C6 4MB Flash 512KB SRAM with ESP32-C6FH4
```
### Code/REPL
```python
socketpool = socketp…
-
I am trying to implement a tracker device in my car. I am using A9G board to develop the tracker. **The GPS and GPRS works individually very fine. But when I try to push real gps data to mqtt over gpr…
-
### Checks
- [X] I agree to follow the MicroPython [Code of Conduct](https://github.com/micropython/micropython/blob/master/CODEOFCONDUCT.md) to ensure a safe and respectful space for everyone.
…
-
**Describe the bug**
I was trying to use paho.mqtt.client to receive messages with the following code:
```
import paho.mqtt.client as mqtt
import paho.mqtt.enums as mqtt_enums
api_version = mqt…
-
Hello!
Sorry, how should I use the mqtt protocol to connect to the mqtt server on micropython+esp32 after using this driver
-
I'm new to micropython, so this may well be the fault of inexperience but here goes:
I'm using your great tool under Windows and VS Code.
I'm trying to run some code that depends on urlli.parse …
-
With the following test script, I am able to publish messages to AWS Cloud for MicroPython version v1.17. However, the same script does not work for MicroPython version 1.19 and it errors out. The iss…
-
When running the hello world example here: https://github.com/tve/mqboard/blob/master/mqtt_async/hello-world.py and after converting the dictionary access to use dict['key'] method, I get the followin…