-
A user in Discord was looking for an Ethernet FeatherWing library. After discovering there isn't one yet, they mentioned that they were going to port over the Arduino library. I've given them the guid…
-
Hello @loboris ,
sorry ... another (probably) silly question: is there a parameter in the publish method to retain the message? I did not found it in the Wiki.
Thanks a lot !
-
### Missing feature
So I'm new to the whole ESP world so be gentle :)... With that aside - I've got a ESP32 board (doit.am devkit v1 or something) and I've been able to connect to wifi and send/recv …
-
My understanding is that you have one subset of coros in the pool which have been assigned the cancellable property, and these all get stopped when we issue the cancel_all().
But I'd really like …
-
I'm using Wemos D1 esp8266-2M w/18650 Lipo module. This is my first attempt to use MongooseOS so I'm going through the quick start. Just installed mos tool v2.2 so everything should be fresh on the re…
-
Hi everyone, I want to connect two BME680 sensors with a wipy 3.0 to a raspi 3 via wifi. On the raspi is a MQTT broker so we can see the temperature etc. So I've got this code from another team, but i…
-
#134 just reminded me of this ponder:
The flavoured water is wonderful but we never quite know when it was filled. Sometimes we have to say to people "umm you best not refill as it's been a day or …
-
In terms of performance or consistency it would be helpful that the API offers a **readMutlipleProperties** and a **writeMultipleProperties** (or similar naming). So far, we are only able to read / wr…
-
Hi
For the following code,
```
import machine
import network
from umqtt.simple import MQTTClient
led = machine.Pin(D1, machine.Pin.OUT)
button = machine.Pin(D0, machine.Pin.IN)
sta_if…
-
On and off over the last 4 months I have been writing a PYBOARD socket purely in micropython which uses the esp8266 and have successfully tested it in server and client mode for things like http serve…