>>> import machine
>>> machine.soft_reset()
MPY: soft reboot
_ __ _
_ _(_)/ _| | _____ __
| | | | | |_| |/ _ \ \ /\ / /
| |_| | | _| | (_) \ V V /
\__,_|_|_| |_|\___/ \_/\_/ V2.4.3
Traceback (most recent call last):
File "boot.py", line 48, in <module>
File "startup/__init__.py", line 1, in startup
File "startup/cardputeradv/__init__.py", line 1, in startup
File "startup/cardputeradv/framework.py", line 1, in start
File "asyncio/core.py", line 1, in run
File "asyncio/core.py", line 1, in run_until_complete
File "asyncio/core.py", line 1, in run_until_complete
File "startup/cardputeradv/framework.py", line 1, in run
File "hardware/matrix_keyboard.py", line 33, in __init__
File "hardware/keyboard/__init__.py", line 531, in __init__
File "driver/tca8418.py", line 308, in __init__
File "driver/tca8418.py", line 203, in __init__
File "driver/tca8418.py", line 379, in _write_reg
OSError: [Errno 116] ETIMEDOUT
MicroPython v1.27.0-dirty on 2026-03-19; M5STACK Cardputer with ESP32-S3-FN8
Type "help()" for more information.
>>>
UiFLow2 2.4.3 is not working on Cardputer ADV
Stops with this message on Serial Monitor:
And seems like this version became closed source, unfortunately