rbaron / fitless

A collection of toy firmwares for the ID115 fitness tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fitless

Series of example programs to run on the ID115 fitness tracker. Most examples are based on the ones from the official SDK (version 12), but have been adapted to run on this specific device.

Running an example

To run, for instance, blinky/, do:

cd blinky/id115/blank/armgcc
export NRF_SDK12_ROOT=__PATH_TO_YOUR_NRF_SDK_VERSION_12__
make
make flash
make log

About

A collection of toy firmwares for the ID115 fitness tracker


Languages

Language:C 54.0%Language:Makefile 45.1%Language:C++ 0.6%Language:Python 0.3%