1
0
Fork 0

README: Initial version

This commit is contained in:
Daniel Thompson 2020-01-20 08:16:49 +00:00
parent 9b99808588
commit a8d8d92481

22
README.md Normal file
View file

@ -0,0 +1,22 @@
Watch Application System in Python
==================================
Despite the grand ambitions of the name, currently this repo simply
combines a bootloader, derived from the Adafruit NRF52 bootloader, with
MicroPython. Both have been ported to Pine64 PineTime and the Desay
DS-D6 fitness band.
Try:
~~~
make submodules
make softdevice
make -j `nproc` all
make flash
~~~
Then use nRFConnect (for Android) to program micropython.zip.
At the end of this process your watch may *look* dead but, if it works,
you will be able to use the Nordic UART Service to access the
MicroPython REPL.