Example code for Python and Android control of the RFDuino BLE module
RFduinoEcho - This folder contains the Arduino sketch. This should be uploaded to the RFduino, and it's purpose is to echo messages back to the Python and Android programs.
BLEEcho - This folder contains the Android program. The APK is in BLEEcho/bin/ if you don't want the source code.
Python - This folder contains two Python files, RFduino and RFduinoEcho. The RFduino is an object that you can use to interact with the RFduino, and the RFduino is the example usage of that object.