Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 944 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 944 Bytes

Health is more than everything!

This project is foucus on Pebble health API using bma423 Accelerameter, you could see more Pebble health API via https://developer.rebble.io/developer.pebble.com/docs/c/Foundation/Event_Service/HealthService/index.html

Set up the development environment

Follow Zephyr's Getting Started Guide up to step 3.2 "Get the Zephyr source code". Here you should run the commands below instead of the ones in the guide:

$ git clone --recursive https://github.com/ck-telecom/twatch.git
$ cd twatch
$ west init -l app/
$ west update # update modules
$ west espressif update # update submodules

Software

  • AppMessage
  • AppWorker
  • Event Service
  • Timer
  • Storage
  • Vibes

Hardware

esp32 based Ligo twatch v3

Build and flash twatch

west build -p auto -b twatch_v3 -s app
west flash