Skip to content

Commit 4eee749

Browse files
committed
update demo app readme
1 parent 45117b6 commit 4eee749

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

example/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
# fresh_example
22

3-
A new Flutter project.
3+
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
44

5-
## fresh_example
5+
This app simply connects to the first erg that it sees.
66

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
109

1110

1211
1. build and run app.
1312
2. long press app on android(samsung) home screen. click the info button, go to permissions and enable location permissions
1413
3. confirm bluetooth is on
1514
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)
1615
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

Comments
 (0)