Adding code onto Clockstar v2

How do I accessing the rest of the watch while still having the code I made, so I dont need to run code and reset firmware.

The stock device firmware and the MicroPython interpreter can not be loaded on the device simultaneously. The biggest constraint for doing so is flash memory size. We design our products with the appropriate flash memory size which will fit the stock firmware, along with other media assets (sounds, animations, images, etc.). Including micropython pre installed wouldn’t be possible, since we don’t have the flash memory capacity for both our stock firmware and micropython. Therefore, it’s necessary to swap out these pieces of software in-and-out of the device’s memory.

CircuitMess Team