Skip to content

An app which plots the heart rate datas received by a Polar device, made with Flutter.

License

Notifications You must be signed in to change notification settings

francescobondi02/bondi_bluetooth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polar Heart Rate Application - Flutter

An app which plots the heart rate datas received by a Polar device.

A few notes

Remember to change the identifier in lib/main.dart and write down the one of the device you are using:

class _MyAppState extends State<MyApp> {
  static const identifier = '20341925';

This way the application will scan for this particular device only.

How it's done

The application is mainly based by Polar Flutter Package (https://pub.dev/packages/polar) & Flutter Plot Package (https://pub.dev/packages/flutter_plot)

The device used for testing the development was a Polar OH1.

About

An app which plots the heart rate datas received by a Polar device, made with Flutter.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published