You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: