Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rbaron/fitless

A collection of toy firmwares for the ID115 fitness tracker
https://github.com/rbaron/fitless

Last synced: 3 months ago
JSON representation

A collection of toy firmwares for the ID115 fitness tracker

Awesome Lists containing this project

README

        

# 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
```