aiko_engine_mp
aiko_engine_mp copied to clipboard
microPython event based engine supporting network messages (MQTT), times and various hardware drivers
Tests OK so far on my 2021 SwagBadge.
If configuration/keys.db has a non zero key then don't attempt to generate a new one. This means users can use mpfshell to read the key and network settings, add them...
@marcmerlin, the gamma adjustment code in #38 helped get the orange right but it strikes me: - The blue is too dim, which I'm guessing is just these pixels not...
When the LOLIN32 re-connected we got `sta_if.isconnected` and interpreted it as AP mode, in which we didn't set the global `connected`. In turn `is_connected()` stayed false, and `aiko.mqtt.mqtt_thread` would never...
Downloads microPython if it's missing.
Does what it says on the tin.
Hey there, I've virtually attended this year's LCAU and just loved the badge you made, so I proposed to pick up the idea for our hackerspace's annual event and make...
updated version of MQTT command to send a monochrome image replaces pull request https://github.com/geekscape/aiko_engine_mp/pull/31 (oled:blitm x y width height base64_data) x,y is the destination screen location; if x is greater...
Like @Enderboi's #35, but with: * Added support for directory modules as well as single files * Switched to initialise functions to match the rest of the framework * Excluded...