hm-10

  1. Cainsoft

    B4R Question Send AT command to AT-09 BLE module ?

    Hi All, How can I send AT command to AT-09 (HM-10 clone) BLE module ? The Arduino code is : #include <SoftwareSerial.h> SoftwareSerial mySerial(2, 3); void setup() { mySerial.begin(9600); Serial.begin(9600); delay(200); mySerial.println("AT+NAMEdemoBleX"); while (mySerial.available())...
Top