React-native project to communicate to an annoyatron over bluetooth using a mobile app.
Follow the instructions on the getting started tutorial here: https://facebook.github.io/react-native/docs/getting-started.html
git clone http://github.com/jphorec/annoy-a-bot.git
cd annoy-a-bot
npm install
react-native run-android
- Correctly send data between components and setup prop definitions per component
- Integrate with a bluetooth react-native library to send data to bluetooth connected devices
- Write Python script to receive data controls and perform action on them.
- Miscellaneous UI/UX changes