Cyclokitty / ledctrl

LED Controller that lets me send a signal via Bluetooth from my Android phone to my Arduino Uno.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LEDCTRL

LED Controller that lets me send a signal via Bluetooth from my Android phone to my Arduino Uno.

The Uno is equipped with an HC-05 Bluetooth module and a LED.

Crazy stuff:

  1. I had to comment out and @Override in the RCTBluetoothSerialPackage.java
    • 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. More complex Arduino project because a LED that only turns on and off isn't terribly interesting.

About

LED Controller that lets me send a signal via Bluetooth from my Android phone to my Arduino Uno.


Languages

Language:JavaScript 31.2%Language:Objective-C 24.0%Language:Ruby 16.0%Language:Java 15.1%Language:Python 11.0%Language:C++ 2.6%