-
When using build **MicroPython v1.9.3-1869-ga9b1d3ca3**, the mqtt transaction succeeds:
```
>>> import mqtest
dbug-msg: 0x9 b'04:4d:51:54:54:04:02:00:00'
dbug-resp: b' \x02\x00\x00'
connect: 0
…
-
Hello Peter,
I unsuccessfully tried to implement the MQTT class into an own class to control it.
But so far it is not working and I don't understand why.
It works to publish messages from inside …
-
I've created the flow on node-red to count the ticks, and you can see it with the command:
` mosquitto_sub -h mqtt.local -v -t "daypowerkwh"`
Maybe one of those LED panels could display the numb…
-
I spent some time digging through why I couldn't get mqtt over TLS to work on my Feather HUZZAH. I have come to the conclusion that micropython/extmod/modussl_axtls.c is ahead of circuitpython/extmod…
-
Hi,
i have an esp32 with the following version:
(sysname='esp32', nodename='esp32', release='1.9.3', version='v1.9.3-386-g9884a2c-dirty on 2018-03-02', machine='ESP32 module with ESP32')
I have a…
-
We had a discussion in https://github.com/ev3dev/ev3dev/issues/92 a while back about support for daisy-chaining in ev3dev. The conclusion seems to have been that, if it were implemented, it would be i…
-
Hello,
I use you library with an ESP32 and a PC. I use Micropython to program the ESP32 and i try to send data to a computer with thins kind of commands ;
osc = Client(IP_SERVER, PORT_SERVER)
…
-
I have experienced this issue with ESP32. You can read about it here...
https://github.com/micropython/micropython-esp32/issues/166
Seems there is a new version of mqtt_as published about a month …
-
In case anyone else is interested, I've managed to mod the source and a partitions.csv file to get MicroPython and its filesystem working on an ESP32-D2WD, which only as 2MiB of internal Flash, not 4M…
-
I have current projects (e.g. RS232 WiFi adapter) that could certainly benefit from mDNS -- hard-coding IPs, or scanning ports sucks. I know the IDF has support, but I haven't tried it.
Since I'm…