File tree 3 files changed +26
-2
lines changed
3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
5
+
6
+ ## [ Unreleased]
7
+ - Add log system to store user information (sensor gain, game record, ...)
8
+
9
+ ## [ v1.0.0] - 2020-09-18
10
+ ### Added
11
+ - The first full functionnal version of the Myo Coach with arduino board and UI desktop application in Python
Original file line number Diff line number Diff line change 1
- # 0113-MyoCoach-DIY : Price Transparency
1
+ # 0113-MyoCoach-DIY :< br > Price Transparency
2
2
3
+
4
+ ## Raw Material Price
5
+ | Description | Quantity | Unit Price | Price |
6
+ | --- | --- | --- | --- |
7
+ | Sensor Support (3D print)| 2 | 0.60€ | 1.20€ |
8
+ | Box Casing (3D print)| 1 | 2.18€ | 2.18€ |
9
+ | Arduino Board Uno | 1 | 20.00€ | 20.00€ |
10
+ | female pin header strip | 1 | 1.17€ | 1.17€ |
11
+ | male pin header strip | 1 | 1.07€ | 1.07€ |
12
+ | Self-tapping screws | 8 | 0.02€ | 0.16€ |
13
+ | strap with velcro and buckle | 1 | 0.50€ | 0.50€ |
14
+ | set of electronic cables | 1 | 2.68€ | 2.68 € |
15
+ | | | ** Total** | ** 28.96€** |
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The MyoCoach makes it possible to :
23
23
The ** MyoCoach** is made up of different elements :
24
24
25
25
* 2 EMG sensors to read the patient's myoelectric signals (EMG)
26
- * 1 box to transfer data to the computer wuth an Arduino Board
26
+ * 1 box to transfer data to the computer with an Arduino Board
27
27
* A holder to hold the sensors on the patient's arm
28
28
* A PC to run the UI application for EMG data visualization
29
29
You can’t perform that action at this time.
0 commit comments