I am trying to send the commands direct over BLE Serial from my Arduino.
I got it connected but sending the handshake or other commands does
not work do i have to convert them somehow?
BTSerial.write("fb0f, fb0e, fb1b, fb1c, fd22, fd23, fd24, fd52, fd53, fd54"); //Handshake delay(2000); BTSerial.write("fa0b, 0x02, 00aa, 0x02, 0x00, 0x01, 0x00"); //Take off
hi voodootikigod,
I am trying to send the commands direct over BLE Serial from my Arduino. I got it connected but sending the handshake or other commands does not work do i have to convert them somehow?
BTSerial.write("fb0f, fb0e, fb1b, fb1c, fd22, fd23, fd24, fd52, fd53, fd54"); //Handshake delay(2000); BTSerial.write("fa0b, 0x02, 00aa, 0x02, 0x00, 0x01, 0x00"); //Take off
best regards moe-the-fabber