Support for ESP-Mesh
ESP-Mesh allows support for mesh networking between ESP devices. The last mention I can find of mesh networking as a possibility for MicroPython is https://github.com/micropython/micropython-esp32/issues/176 from three years ago, which was closed without being implemented. I'd like to request this feature if it isn't already on the table.
Add ESPNow/WiFi support
For the last 6 months I have been running an ESPNow repeater link for water tank level monitoring and a portable ESPNow link for antenna testing. The later required RSSI capability, which was recently included.
I have done quite a bit of testing on the [firmware-esp32-GENERIC.bin] v1.19.1 image, specifically the ESPNow/WiFi feature, to give added capability to two datalogging applications that currently use mainline. I have another 2 links that I will migrate to ESPNow/WiFi.
I will be able to reduce the number of ESP32s, that I have scattered about the property, thanks to having ESPNow/WiFi capability.
I believe that providing ESPNow/WiFi in mainline would be a big boost for IoT applications.
Applicable to boards with WiFi-capability.