Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rbaron/fitless
- Owner: rbaron
- Archived: true
- Created: 2018-05-13T15:09:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T17:21:27.000Z (over 6 years ago)
- Last Synced: 2024-04-06T11:33:29.929Z (7 months ago)
- Language: C
- Homepage:
- Size: 1.3 MB
- Stars: 60
- Watchers: 6
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-security-collection - **43**星
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
```