Skip to content

Lyoneer/SmartBand

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Smart Band!?

Misusing a $5 Fitness Tracker as wearable development platform.

Hardware

What?

For this cost, this smart band has a looot of features:

  • nRF52 MCU + BLE by Nordic Semiconductor (compatible Arduino)
  • KX023 3d Accelerometer by Kionix
  • SSD1306 screen
  • Heart rate monitor
  • Vibrator
  • Capacitive touch button
  • Battery and charging circuit
  • Available GPIOs (UART, etc)

Where?

To get it, you can try these links:

And if none of them works, this page should help:

https://github.com/fanoush/ds-d6

More?

The following links should help understand the pinout:

Software

How?

To upload custom firmware on this smartband, you can simply use this app:

https://play.google.com/store/apps/details?id=com.atcnetz.ble.readwrite

To customize the firmware, just clone this repo, and compile the code with the following adapted Arduino library environment:

https://github.com/atc1441/D6-arduino-nRF5

Who?

This would not be possible without the excellent work by "ATC1441":

He made this great video to understand what is going on if you are new here :)

YoutubeVideo

About

Misusing a $5 Fitness Tracker as wearable development platform (WIP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 70.6%
  • Python 18.1%
  • C 10.3%
  • Makefile 1.0%