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
<li><a href="#how-to-contribute">How to Contribute</a></li>
@@ -169,10 +176,14 @@ your Python environment, by using the `setup.py` script.
169
176
<!-- USAGE EXAMPLES -->
170
177
## Usage
171
178
179
+
### Hardware Setup
180
+
172
181
To get started, [set up the hardware][url-documentation-setup-hw]. This involves connecting the device dongle to your
173
182
PC or laptop, and turning ON the controllers. You will know they are connected if the device dongle keeps blinking in
174
183
the following pattern: pink-pink-blue.
175
184
185
+
### Example Scripts
186
+
176
187
If you followed the previous steps on installation, you should be able to run any example scripts.
177
188
178
189
1. Open a command prompt.
@@ -183,6 +194,29 @@ If you followed the previous steps on installation, you should be able to run an
183
194
python example_script_name.py
184
195
```
185
196
197
+
### Further Information
198
+
199
+
With this API, you will be able to retrieve a wide range of [data from the controllers][url-documentation-data]:
200
+
***Tactile data**: individual finger curling and pressure, trackpad, slider LED, tracker (connection, proximity sensor; no positional tracking) and system button.
<em>Tactile and sensing data from the controller.</em>
206
+
</p>
207
+
208
+
***Gestures**: grip, pinch and point gestures.
209
+
210
+
<p align="center">
211
+
<img width="700" src="./img/etee-gestures.jpg">
212
+
<br/>
213
+
<em>Main etee gestures.</em>
214
+
</p>
215
+
216
+
***Inertial Measuring Units (IMU) and 3D rotation**: raw 9-axis IMU data (accelerometer, gyroscope, magnetometer data) and 3D rotation estimations (quaternion, euler angles).
217
+
***Device State**: right or left hand.
218
+
***Battery State**: charge level, charge status.
219
+
186
220
We also have [quickstart][url-documentation-quickstart] and [more detailed developer guides][url-documentation-api-functions]
187
221
in our documentation page. This might help you understand the different API functionalities and how to integrate them
188
222
in your custom applications.
@@ -287,6 +321,7 @@ For further support or queries, you can contact us:
0 commit comments