From a8d8d92481f71181fff4a96b71aa8d83a819997b Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Mon, 20 Jan 2020 08:16:49 +0000 Subject: [PATCH] README: Initial version --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8a626fe --- /dev/null +++ b/README.md @@ -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.