You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a sample app created from a fresh flutter project it is useful as a playground for experimenting with/testing the c2bluetooth library as it is being built as well as providing an example for how this could be used in an app
4
4
5
-
## fresh_example
5
+
This app simply connects to the first erg that it sees.
6
6
7
-
This is some sample code created from a fresh flutter project to act as a playground for experimenting with the c2bluetooth library as it is being built
8
-
9
-
### workout duration demo
7
+
## Sample App capabilities
8
+
### Get workout summary information
10
9
11
10
12
11
1. build and run app.
13
12
2. long press app on android(samsung) home screen. click the info button, go to permissions and enable location permissions
14
13
3. confirm bluetooth is on
15
14
4. turn on PM and go to the screen where you would connect something like the ergdata app (usually this is a connect button on the main menu)
16
15
5. open/run the app. it should do some discovery and show you a stroke rate: 0 message
17
-
6. hit back on the erg and set up a piece. Recommended to set a 20 sec (minimum allowed) single time piece. anything other than just row should work.
18
-
7. start the piece and take some strokes. after the piece is over you should see the distance you completed appear on screen
16
+
6. hit back on the erg and set up a piece. Recommended to set a 20 sec (minimum allowed) single time piece.
17
+
7. start the piece and take some strokes. after the piece is over you should see some data for the piece you completed appear on screen. feel free to modify the app to show other data points.
0 commit comments