-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
178 lines (152 loc) · 8.79 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<!--
vim: textwidth=80
-->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Erg Arcade!</title>
<link rel="stylesheet" type="text/css" href="style.css">
<!-- generated from realfavicongenerator.net -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div id="header">
<div class="centre">
<img src="images/ergarcade-64x64.png" class="ergarcade-logo" alt="ergarcade.com" />
<img src="images/ergarcade-dark-64x64.png" class="ergarcade-logo-dark" alt="ergarcade.com" />
</div>
<h1>Welcome to the Erg Arcade!</h1>
<hr />
<p class="centre">
The Erg Arcade is a collection of tools, utilities and games that use
the <a href="https://www.concept2.com">Concept2</a> range of ergometers.
</p>
<hr />
</div>
<div id="sidebar">
<ul>
<li><a href="#user-tools">User Tools</a></li>
<li><a href="#programmer-tools">Programmer Tools</a></li>
<li><a href="#visualisations">Visualisations</a></li>
<li><a href="#games">Games</a></li>
<li><a href="#articles">Articles</a></li>
<li><a href="#source">Source code</a></li>
</ul>
<hr />
</div>
<div id="main">
<h2 id="user-tools">User Tools</h2>
<dl>
<dt><a href="https://ergarcade.github.io/pm5-detail/">pm5-detail</a></dt>
<dd>Display all variables exposed by the <a href="https://www.concept2.com">Concept2</a>
<a href="https://www.concept2.com/service/monitors/pm5">Performance Monitor 5 (PM5)</a>
over it's Bluetooth Low Energy (BLE) interface. Useful to see all the interesting
data provided by the PM5, over and above what you see on the monitor.<br />
<br />
<strong>Tested:</strong> Mac OS X, PM5, RowErg, SkiErg</br />
<strong>Requires:</strong> Desktop, Google Chrome, Bluetooth</dd>
<dt><a href="https://ergarcade.github.io/pm5-overlay">pm5-overlay</a></dt>
<dd>Record a video of a rower / SkiErg / BikeErg session with an overlay of stats
provided from the PM5! Very useful for coaches to create videos showing
their technique against pace, stroke rate and more. Data provided over the
<a href="https://www.concept2.com/service/monitors/pm5">Performance Monitor 5 (PM5)</a>
Bluetooth Low Energy (BLE) interface.<br />
<br />
<strong>Tested:</strong> Mac OS X, PM5, RowErg, SkiErg</br />
<strong>Requires:</strong> Desktop / laptop, camera, Google Chrome, Bluetooth</dd>
<dt><a href="https://ergarcade.github.io/c2log-overlay">c2log-overlay</a></dt>
<dd>Create a movie showing pace, strokes per minute, elapsed time, distance,
watts and cals per hour from a <a href="https://log.concept2.com">Concept2 Online logbook session</a>.
Useful for overlaying a technique video.<br />
<br />
<strong>Tested:</strong> Mac OS X</br />
<strong>Requires:</strong> Desktop, Google Chrome</dd>
</dl>
<hr />
<h2 id="programmer-tools">Programmer tools</h2>
<dl>
<dt><a href="https://ergarcade.github.io/pm5-base">pm5-base</a></dt>
<dd>Show all variables provided by the <a href="https://www.concept2.com/service/monitors/pm5">Performance Monitor 5 (PM5)</a>
over it's Bluetooth Low Energy (BLE) interface. Same as <strong>pm5-detail</strong>
above but without some of the interface stuff. Use this if you want to write
your own applications.<br />
<br />
<strong>Tested:</strong> Mac OS X, PM5, RowErg, SkiErg</br />
<strong>Requires:</strong> Desktop, Google Chrome, Bluetooth</dd>
<dt><a href="https://ergarcade.github.io/pm5-dump">pm5-dump</a></dt>
<dd>Generate a JSON dump of all <a href="https://www.concept2.com/service/monitors/pm5">Performance Monitor 5 (PM5)</a>
variables over it's Bluetooth Low Energy (BLE) interface. Useful for
creating files as test inputs during development.<br />
<br />
<strong>Tested:</strong> Mac OS X, PM5, RowErg, SkiErg</br />
<strong>Requires:</strong> Desktop, Google Chrome, Bluetooth</dd>
</dl>
<hr />
<h2 id="visualisations">Visualisations</h2>
<dl>
<dt><a href="https://ergarcade.github.io/WebGL-Fluid-Simulation">WebGL Fluid Simulation</a></dt>
<dd>Based on the original work by <a href="https://github.com/PavelDoGreat/WebGL-Fluid-Simulation">Pavel Dobryakov</a>,
this fluid simulation responds to strokes made on a rower or SkiErg.<br />
<br />
<strong>Tested:</strong> Mac OS X, PM5, RowErg, SkiErg</br />
<strong>Requires:</strong> Desktop, Google Chrome, Bluetooth</dd>
<dt><a href="https://ergarcade.github.io/mrdoob-clouds">Mr.doob Clouds</a></dt>
<dd>Based on the original work by <a href="https://github.com/mrdoob">Mr.doob</a>,
enjoy a relaxing or speedy travel through the clouds based on your pace.<br />
<br />
<strong>Tested:</strong> Mac OS X, PM5, RowErg, SkiErg</br />
<strong>Requires:</strong> Desktop, Google Chrome, Bluetooth</dd>
</dl>
<hr />
<h2 id="games">Games</h2>
<p>Coming soon!</p>
<hr />
<h2 id="articles">Articles</h2>
<dl>
<dt><a href="/articles/c2-pace-derivatives.html">Concept2 Pace
Derivatives Chart</a></dt>
<dd>A simple chart that shows the relationship between pace, watts and calories per hour
as measured by the Concept2 RowErg, SkiErg and BikeErg.</dd>
<dt><a href="/articles/bikeerg-raw-capture.html">BikeErg Raw
Data Capture</a></dt>
<dd>Through the <a href="https://concept2.com/ergdata">ErgData</a>
application, it's possible to record and review stroke (revolution) data
from a Concept2 ergometer. In this article we capture and
analyse pieces performed on the BikeErg at different damper
settings.</dd>
<dt><a href="/articles/bikeerg-damper-pace-derivatives.html">BikeErg
Damper and Pace Derivatives Charts</a></dt>
<dd>On the BikeErg, the same RPM at different damper settings
alters pace, power and calories per hour reported on the PM5.
In this article we provide three charts showing these
relationships at damper settings 10, 8, 6, 4 and 2.</dd>
<dt><a href="/articles/airbike-rpm-speed-power.html">RPM,
Speed and Power - BikeErg vs AirDyne6 vs Assault bike vs
Echo</a></dt>
<dd>Three charts showing the relationships in measuremnet of RPM,
speed and power across the Concept2 BikeErg, Schwinn
AirDyne6, Assault Bike and Rogue Echo.</dd>
</dl>
<hr />
<h2 id="source">Source Code</h2>
<p>
All applications on the Erg Arcade are <a
href="https://en.wikipedia.org/wiki/Open_source">Open
Source</a> and available from <a
href="https://www.github.com/ergarcade">GitHub</a>.
</p>
</div>
<hr />
<a href="https://reddit.com/u/angrytongan">Find me here.</a>
<script data-goatcounter="https://ergarcade.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
</body>
</html>