I am sure you found it yourself already but just for reference: https://github.com/m5stack/M5Unified
Cheers
I am sure you found it yourself already but just for reference: https://github.com/m5stack/M5Unified
Cheers
Hi,
FYI, I built this little robot using M5Stack components like ATOM Motion, Servo Kit 360, ToF HAT and others.
See the project description here:
https://www.hackster.io/framework-labs/ego-401080
Really great how M5Stack components can be combined and used together with LEGO parts.
— Best regards
Thanks @teastain for the hint with USB CDC on Boot!
I forgot to mention that I am on PlatformIO but the snippet shown below added to the platform.ini file helped me to solve the problem. Previously I didn't had to specify any build_flags to see the Serial output, so maybe this is a change introduced by PlatformIO.
monitor_speed = 115200
build_flags =
-D ARDUINO_USB_MODE=1
-D ARDUINO_USB_CDC_ON_BOOT=1
Best
Marc