Cubic Hand project for EECS 249A course.

Dependencies:   MMA8451Q TSI cc3000_hostdriver_mbedsocket NVIC_set_all_priorities mbed Multi_WS2811

Revisions of DataGlove.cpp

Revision Date Message Actions
55:0a16046b1485 2014-12-12 Merged. File  Diff  Annotate
53:335f24b671f8 2014-12-11 Converted doubles to float, and kept finger data in int format. File  Diff  Annotate
52:0f7a239cdd09 2014-12-11 Added finger bending as color changes; ; Need to figure out the analog change File  Diff  Annotate
47:6d0d7bafcb6f 2014-12-11 Fixed Possible issue with DataGlove parser buffer where reentering would rewrite the first buffer location every time. File  Diff  Annotate
46:a7c041aaf259 2014-12-11 Changed Init function for Dataglove to stream nothing first then the correct data. File  Diff  Annotate
42:4e1aaab14886 2014-12-11 Reduced Memory usage of DataGlove Class. File  Diff  Annotate
41:367cab0162de 2014-12-11 intermediate debugging. File  Diff  Annotate
37:996bd22a633f 2014-12-11 Merged with existing code File  Diff  Annotate
36:4a58639da6cf 2014-12-11 Created Correction class; ; This corrects and filters the sensor data File  Diff  Annotate
35:b6fb5dd65a98 2014-12-11 Fixed Merge Issues File  Diff  Annotate
32:bf5f545621aa 2014-12-11 initial draft of gesture recognition. File  Diff  Annotate
28:3261015fdd17 2014-12-11 Removed Print Statements from main while loop program. File  Diff  Annotate
26:42ae7eed0b68 2014-12-11 Added Dataglove Receive Blocking that returns a glove structure. File  Diff  Annotate
23:a8de4f87cada 2014-12-11 Added interface to get Glove Values and check for new values. File  Diff  Annotate
22:0cc5b7e55419 2014-12-11 Added moving average filter; ; correction, corrected are two new structures used for this purpose File  Diff  Annotate
19:e751d075e2e6 2014-12-08 Put Reconnect error recovering in GloveWifi instead of DataGlove; File  Diff  Annotate
18:6737bf53ccd1 2014-12-08 Split Glove Data Extraction into Members Functions; File  Diff  Annotate
15:b48ac00af0b8 2014-12-07 Added a reconnect to GloveWifi. File  Diff  Annotate
14:0c4a26dc6873 2014-12-07 Added new glove parsing; ; Existing bugs: ; Getting stuck at GloveWifi::GetDataFromBuffer; LED glows yellow (can it be the problem)? File  Diff  Annotate
13:c701f1122797 2014-12-06 Fixed Glove Wifi class to initialize correctly. File  Diff  Annotate
3:5f5d75cba8e1 2014-12-05 Added DataGlove and DataWifi Class, cleaned up main to use these files. File  Diff  Annotate