I´m currently working with the jy-mcu in specific the BT_BOARD version 1.05. I tried to set it up but i got a really random behaviour.
It sends random strings. I tried to set up the baudrate but it doesnt respond to the AT Commands. Is there a way to get the Baudrate of the Board... I think it is 57600.
The code I´m using is:
#include <SoftwareSerial.h>
const int rxPin = 10;
const int txPin = 11;
SoftwareSerial mySerial(rxPin, txPin); //RX | TX
void setup() {
// put your setup code here, to run once:
Serial.begin(9600);
mySerial.begin(57600);
}
void loop() {
mySerial.write("AT+BAUD7"); //without this line it only prints out bullshit.
mySerial.write("test");
}
the main problem I´m having is with the print out of test because it adds random characters to the beginning like:
???test???test??test