Noswear_Java: voice recognition app
Noswear_Shocking_Board: controlling shocking circuit by receiving commands from BLE android app.
As part of Noswear project this Android application
-
handling commands over Wi-Fi from voice recognition server (Noswear_Java);
-
sending commands to NRF51 board.
-
recognising speech from Android device microphone
-
sending shocking commands to NRF51 board if profanity in speech is present
request with param shocking=on, like
192.168.x.x/?shocking=on
will trigger sending BLE command to NRF51-board to change SHOCKINGPIN state.
- This application depends on Android BLE Library version 2,
- Android http-server library Nanohttpd.