Mnaukal / Arduino-Bluetooth

Control an Arduino using your smartphone via Bluetooth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino-Bluetooth-Basic

Simple Android application to control Arduino over Bluetooth. You need a Bluetooth Adapter for Arduino (tested with HC-06).

Features

  • ON / OFF - sends "1" and "0" to Arduino to turn LED on and off
  • RGB LED - control analog RGB LED, messages like "255R" (sets red color to maximum) and "0G" (sets green color to minimum)
  • Terminal - send any message you want to your Arduino

Credit

Based on Arduino-Bluetooth-Basic by Mayoogh Girish (https://github.com/Mayoogh/Arduino-Bluetooth-Basic) and android-arduino-bluetooth by Hayk Martirosyan (https://github.com/hmartiro/android-arduino-bluetooth)

About

Control an Arduino using your smartphone via Bluetooth


Languages

Language:Java 91.6%Language:Arduino 8.4%