Skip to content

Commit

Permalink
added links to puara gestures library, added status table for designs…
Browse files Browse the repository at this point in the history
… indicating whether it is still recommended
  • Loading branch information
aburt2 committed Oct 27, 2023
1 parent 6bc8fa9 commit 42134e2
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 3 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,14 @@ Repository for T-Stick documentation at https://idmil.github.io/tstick-docs/
Pages generated using Docsify.js

To learn more about using Docsify, visit https://docsify.js.org.

## TODO
- [ ] Finish Detailed Technical Information for T-Stick 4GW/5GW
- [ ] Add High level Puara Gestures information
- [ ] Finish writing justifications for the technical equirements
- [ ] Write Contributer's Guide
- [ ] Create page templates
- [ ] Check all links are functioning
- [ ] Check all images display properly
- [ ] Move information from [T-Stick Archive Github repository](https://github.com/IDMIL/T-Stick-Archive/tree/510e0442aa7dcef755de2b2bd9c8bcb03a8b61f5) for the older T-Stick Designs

4 changes: 2 additions & 2 deletions docs/Technical Requirements and Constraints.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Technical Requirements and Constraints

This page outline the technical requirements of the T-Stick as well as constraints inherited from previous designs. The goal is that with these technical requirements and constraints someone will be able to build a T-Stick that is functionally identical to the designs that have previously been built.
This page outline the technical requirements of the T-Stick as well as constraints inherited from previous designs. The goal is that with these technical requirements and constraints someone will be able to build a T-Stick that is functionally similar to the designs that have previously been built.

## Verification Method table

Expand Down Expand Up @@ -125,7 +125,7 @@ Calibration is important, as it improves sensor accuracy and precision, artist s

### 4. Reliability and Maintainability

As the name suggests this section contains all requirements relating to reliability and availability. This includes a PIR and PMR target for the T-Stick. We use the model defined in INSERTREFERENCEHERE for computing the PIR and PMR of the T-Stick. The robustness requirements are to ensure the T-Stick can handle elevated levels of shaking and jabbing for short periods of time without permanent failures.
As the name suggests this section contains all requirements relating to reliability and availability. This includes a PIR and PMR target for the T-Stick. We use the model defined in the [Availability Modelling](./Availability%20Modelling.md) page for computing the PIR and PMR of the T-Stick. The robustness requirements are to ensure the T-Stick can handle elevated levels of shaking and jabbing for short periods of time without permanent failures.

| **ID** | **Requirements** | **Verification Method (IADT)** |
|----|----|----|
Expand Down
5 changes: 5 additions & 0 deletions docs/algorithms/Puara Gestures.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@

Note: Article still a Work in Progress

## Read More
- [Source Code](https://github.com/Puara/puara-gestures)
- Documentation

## High-Level gesture vocabulary for the T-Stick

Presented codes are arduino compatible.

### Summary:

- [Puara Gestures](#puara-gestures)
- [Read More](#read-more)
- [High-Level gesture vocabulary for the T-Stick](#high-level-gesture-vocabulary-for-the-t-stick)
- [Summary:](#summary)
- [Signal structures and global variables:](#signal-structures-and-global-variables)
Expand Down
1 change: 1 addition & 0 deletions docs/designs/T-Stick 4GW/Technical Information.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

| Feature | Details |
|----|----|
| Status | Not recommended for new builds |
| Communication Type | Wi-Fi, 802.11 b/g/n |
| Compatible protocols | Open Sound Control (OSC)/Libmapper |
| Touch Sensing Density | 1 channel per 2cm |
Expand Down
2 changes: 1 addition & 1 deletion docs/designs/T-Stick 5GW.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The Trill Craft board is kept as the capacitive sensor solution of choice. A mor

Note: Section is still a Work in Progress

Like the fourth generation T-Sticks this 5th generation of T-Sticks also includes embedded gestures. It also uses the Puara Gestures Library for gesture extraction. The table below lists all the properties that are extracted for the high-level gesture.
Like the fourth generation T-Sticks this 5th generation of T-Sticks also includes embedded gestures. It also uses the Puara Gestures Library for gesture extraction. The table below lists all the properties that are extracted.

### Table 1: High Level Gestures

Expand Down
1 change: 1 addition & 0 deletions docs/designs/T-Stick 5GW/Technical Information.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

| Feature | Details |
|----|----|
| Status | In Development |
| Communication Type | Wi-Fi, 802.11 b/g/n |
| Compatible protocols | Open Sound Control (OSC)/Libmapper |
| Touch Sensing Density | 1 channel per 1cm |
Expand Down

0 comments on commit 42134e2

Please sign in to comment.