Converting .m5f2 to .bin (UIFlow 2.0 to .bin)
-
hi, could anyone help me with converting my uiflow 2 project to a .bin file? i would very appreciate it, thanks.
-
@winnergold You can't.
.UF2 is a micropython file that needs the micropython firmware to run but can be downloaded to the device to run.
.bin is a compiled firmware file that is created in C. -
@ajb2k3 cant i copy the python code from the project to arduino IDE? i have to write the code in C?
-
@winnergold No, Micropython and C are 2 grammatically different programming languages