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())...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.