Anyone here dabble in the DIY electronics scene?
Personally I've been working on an HTTP/HTTPS server for the ESP8266 so I can self-host static sites. A lot of existing micropython libraries use way too much memory and keep crashing after a few pages. Also I think there's a memory leak in the micropython socket library? I'm hoping to power the entire board via Power over Ethernet so it can just be plugged into the back of the router like a USB stick.