Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:dev:eargear-v2-protocol [2023/12/09 18:06] – [EarGear v2 Protocol] darkgrueen:dev:eargear-v2-protocol [2024/03/21 10:26] (current) – external edit 127.0.0.1
Line 28: Line 28:
 [[https://www.nordicsemi.com/Products/Development-tools/nrf-connect-for-mobile|nrf Connect for Mobile]] is a highly recommended tool for assisting with development and troubleshooting connectivity when developing your own controller or app software. [[https://www.nordicsemi.com/Products/Development-tools/nrf-connect-for-mobile|nrf Connect for Mobile]] is a highly recommended tool for assisting with development and troubleshooting connectivity when developing your own controller or app software.
  
-===== Ear Moves =====+===== Ear Commands =====
  
 Command list for **EarGear v2** Command list for **EarGear v2**
Line 48: Line 48:
 | **LISTEN FULL** | See Listen Mode, below; returns ''LISTEN FULL ON'' | | **LISTEN FULL** | See Listen Mode, below; returns ''LISTEN FULL ON'' |
 | **ENDLISTEN** | **END LISTEN** Mode, see Listen Mode, below; returns ''LISTEN OFF'' | | **ENDLISTEN** | **END LISTEN** Mode, see Listen Mode, below; returns ''LISTEN OFF'' |
-| **TILTMODE** | Enable **TILT MODE**, see Tilt Mode, below; returns ''TILTMODE ON'' |+| **TILTMODE START** | Enable **TILT MODE**, see Tilt Mode, below; returns ''TILTMODE ON'' |
 | **ENDTILTMODE** | **END TILT MODE**, see Tilt Mode, below; returns ''TILTMODE OFF'' | | **ENDTILTMODE** | **END TILT MODE**, see Tilt Mode, below; returns ''TILTMODE OFF'' |
  
Line 158: Line 158:
 When the device starts up, it reads a number of accelerometer values over 5 seconds and averages them to be the "stable" position. After that, a tilt of 20 degrees from that position triggers a tilt / movement, which is one of the following moves: When the device starts up, it reads a number of accelerometer values over 5 seconds and averages them to be the "stable" position. After that, a tilt of 20 degrees from that position triggers a tilt / movement, which is one of the following moves:
  
-**TILT LEFT**   +**TILT LEFT**\\  
-**TILT RIGHT**   + 
-**TILT FORWARD**   +**TILT RIGHT**\\  
-**TILT BACKWARD**  + 
 +**TILT FORWARD**\\  
 + 
 +**TILT BACKWARD**\\  
 + 
 + 
 +== Copyright 2023 © The Mechanical Tail Company Limited contact@thetailcompany.com. All Rights Reserved. ==
  
Back to top