About Blue Arduino
Easy lightweight app for Bluetooth communication between e.g. an Android phone and Arduino(using a Bluetooth module).
Functionality:
- List all Bluetooth devices available
- Send a string to the device
- Listen and display response from device
- Clock widget for setting time for e.g. an Arduino based clock
- Send an array of bytes to device (hex format)
# Clock widget
Will take hour and minute as input and send it as a string on the format: #HHMMSS
# Send Byte array
Accepts bytes on hexadecimal format. One byte corresponds to two digits in hex. For example. If you want to send 8 bytes that all have value 1 input the following: 0x0101010101010101
An example and tutorial on how to build an Arduino based Nixie clock and set its time via bluetooth:
http://codeterrific.com/arduino/nixie-clock-build/
An example and tutorial on how to control the blink speed of a LED using this app can be found at:
http://codeterrific.com/arduino/connecting-arduino-with-android-using-bluetooth/
Download and install
Blue Arduino version 1.2 on your
Android device!
Downloaded 100+ times, content rating: Everyone
Android package:
com.nabton.bluearduino, download Blue Arduino.apk
by A####:
nice basic app that works without issue with the HC-06 bluetooth module.