Cyclokitty / notes

Playing notes from android device to Arduino Uno

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes

Click buttons in React Native Android App and hear the notes played on a speaker connected to an Arduino Uno

Crazy stuff

  1. I had to comment out and @Override in the RCTBluetoothSerialPackage.java in node_modules 'react-native-bluetooth-serial' folder
    • line 23 of RCTBluetoothSerialPackage.java that is found by going to the folders:
      • android/src/main/java/com/rusel/RCTBluetoothSerial/RCTBluetoothSerialPackage.java

Things To Do

  1. Make the layout look nicer.
  2. Split up the code.
  3. MOR REUSABLE COMPONENTS
  4. Do the notes play as long as the note button in the app is pressed?

About

Playing notes from android device to Arduino Uno


Languages

Language:JavaScript 38.2%Language:Objective-C 22.4%Language:Ruby 15.0%Language:Java 14.1%Language:Python 10.3%