The attached GITHUB code enables the connection between the teensyduino and the app on the mobile via bluetooth where two movements have been converted to speech:

  1. For change in 'value' of flex sensor, the app will say 'DRINK WATER'.
  2. For change in the 'event.orientation.y' of adafruit, the app will say 'HELP ME'.

NOTE: Flex sensor and the adafruit measures the finger and the axis movement respectively and are fabricated on the glove. Like wise many commands can be given for different values generated by the hand movements.

App: The mobile app utilised could be any play store text-to-speech converter app, that reads the bluetooth data and uses its algorithms to give a voice output. Not all the apps will be synchronised through your code so you can make an app and synchronise the delay time with the code.