Custom Micropython
-
Is it possible to customize the m5stack micropython binary? E.g.
- Add canbus driver
- Freeze application (for ota)
- Compile in custom C libraries (e.g. msgpack)
Of course I can do this by compiling official Micropython, but then I loose all m5 specific drivers for the camera (s3) etc, negating much of the benefit of using m5stack in the first place.
-
@ttmetro Ok, apparently closed source.
Another "odd" thing: descriptions specs CoreS3 input 9~24V. Yet AXP2101 has 12V (VBus) max input. Is smoke another of the units many capabilities?
-
You can customise the Micropython by uploading new modules and libraries to the core using programs like Thonny.
-