BLE Serial Reader/Writer with Phone.
Exchange text message with Android APP and Microduino BLE SoftSerialSample
Tested on Android 4.4.2.
You need 3 modules at least: Core, BT and USBTTL.
- Stack them together,
- upload the sketch vis USBTTL,
- Play Android App.
You can find some module named as : microduiXXXXX
Please use this SoftSerialSample in Arduino IDE for Microduino, change all wavebaud to 9600
Serial.begin(9600);
...
// set the data rate for the SoftwareSerial port
mySerial.begin(9600);
You can find some module named as : mCookieXXXX
Please use BleSerialElara.ino to test it. Please make sure the wavebaud is 115200
