Skip to content

felix2ch/microduino_mSerial_android

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

mSerial

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.

  1. Stack them together,
  2. upload the sketch vis USBTTL,
  3. Play Android App.

Microduino Arduino Sketch

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);

mCookie test Arduino Sketch

You can find some module named as : mCookieXXXX

Please use BleSerialElara.ino to test it. Please make sure the wavebaud is 115200

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 97.3%
  • Other 2.7%