Skip to main content
deleted 43 characters in body
Source Link

addAdd the module as software serial then add these lines to setup() these line tell us the bluetoothBluetooth to turn into data mode

bluetooth.begin(115200); bluetooth.print("$$$"); delay(100); bluetooth.println("U,9600,N"); bluetooth.begin(9600);:

if u didn't get it ----> [email protected]

bluetooth.begin(115200); bluetooth.print("$$$"); delay(100); bluetooth.println("U,9600,N"); bluetooth.begin(9600); 

add the module as software serial then add these lines to setup() these line tell us the bluetooth to turn into data mode

bluetooth.begin(115200); bluetooth.print("$$$"); delay(100); bluetooth.println("U,9600,N"); bluetooth.begin(9600);

if u didn't get it ----> [email protected]

Add the module as software serial then add these lines to setup() these line tell us the Bluetooth to turn into data mode:

bluetooth.begin(115200); bluetooth.print("$$$"); delay(100); bluetooth.println("U,9600,N"); bluetooth.begin(9600); 
Source Link

add the module as software serial then add these lines to setup() these line tell us the bluetooth to turn into data mode

bluetooth.begin(115200); bluetooth.print("$$$"); delay(100); bluetooth.println("U,9600,N"); bluetooth.begin(9600);

if u didn't get it ----> [email protected]