You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commandline serial emulator to connect to MicroPython boards. Full control over DTR/RTS lines etc (works for all boards, including ESP32_CAM and other hardware-reset-wired boards, and also ESP32_S2/S3/C2 etc as well) https://github.com/gitcnd/mcu_serial
Read and Write .toml files easily (perfect for storing settings like wifi names, passwords, etc) https://github.com/gitcnd/toml
A streamlined low-memory-compatible umsgpack for putting arbitrary python datastructures into efficient b'' strings suitable for sending over espnow/web/etc https://github.com/gitcnd/micropython-msgpack