-
I'm unable to build firmware for my wipy1 that has a working ftp server. Builds complete with no errors and the firmware seems to work fine otherwise (telnet server runs, a simple MQTT logger works) b…
-
Hi,
wondering why this is error occurs, how to solve?
pi@pi3solar:/opt/vedirect/examples$ python3 vedirect_mqtt.py
Traceback (most recent call last):
File "/opt/vedirect/examples/vedirect_mqtt…
-
## Bug or feature
Feature: port code base to "new platform" / "specific python language implementation"
## What is wrong / not implemented
Consider micropython implementation
## How should it…
-
My main.py will connect to my mqtt server and Blynk 2 with Thonny on my Mac and also on a stand alone battery,
but will not connect on my ubuntu 22.04 machine.
-----------------------------------…
-
I'm trying to send config info to Home Assistant from a Pico W with the following code:
```
import time
import config
from network import WLAN,STA_IF
import ubinascii
# import gc
# import mic…
-
Bonjour à tous,
Doit-on s'attendre une différence significative en termes de "performance" selon si on choisit ESP8266 ou ESP32 ?
Il me semble qu'un ESP8266 est largement suffisant mais je préfère d…
-
Hi
I'm using umqtt.simple and there is problem when i await mqtt.publish in my code !
`'NoneType' object isn't iterable`
Is there any way to solve this issue ?
Or use other lib like https://githu…
-
Hello toremick,
I can flash the firmware without error, but when I try to connect with thonny the filesystem seem to be corrupt:
```
The filesystem appears to be corrupted. If you had important d…
-
Use https://github.com/peterhinch/micropython-mqtt/tree/master/mqtt_as in place of `umqtt.robust`
-
Any idea what might be happening here. Running /blinky/sync
(venv) fredrick@fredrick-Studio-XPS-435MT:~/Development/micropython/mqboard/blinky$ ./sync.sh --server mqtt.xxxxxxx.com --port 8883 --tls …