Skip to content

Fitbit Versa 2 small application to send real time data to an API endpoint.

License

Notifications You must be signed in to change notification settings

ptidejteam/wimp-FitBit-Versa2-Data-Collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fitbit Versa 2 Real Time Data Collector

WIMP Frontend Logo

Description

Fitbit Versa 2 small application based on fitbit-sdk (4.0.0) to collect real time data from the sensors of the watch.

Installation

To install the project, run the following commands :

npm install
npm run build
npx fitbit
bi

How it works ?

WIMP Frontend Logo

  • The device (Fitbit Versa 2 Watch) collects data from its sensors and sends it to the companion through WebSocket.
  • The companion (Mobile phone) receives the data and send it to an API endpoint through an HTTP POST request.

Sources

  • The ```app`` directory contains the sources corresponding to the application that will be deployed on the watch.
  • The companion directory contains the sources corresponding to the application that will be deployed on the mobile phone (through the fitbit app).

References

About

Fitbit Versa 2 small application to send real time data to an API endpoint.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published