README: Initial version
This commit is contained in:
parent
9b99808588
commit
a8d8d92481
1 changed files with 22 additions and 0 deletions
22
README.md
Normal file
22
README.md
Normal 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.
|
Loading…
Reference in a new issue