The super easy and simple way to rename your HC-06 Bluetooth Board

This tutorial will show you how to rename your HC-06 Bluetooth board the super easy way..

Click on video below for full tutorial…..

 

 

ARDUINO CODE:

void setup() {

Serial.begin(9600);
delay(5000);
Serial.print(“AT+NAMEputyournamehere”);
delay(5000);
}
void loop()
{
}