We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BLE Name:
Service UUID: 0000fff0-0000-1000-8000-00805f9b34fb Tx Characteristic UUID: 0000fff1-0000-1000-8000-00805f9b34fb Rx Characteristic UUID: 0000fff4-0000-1000-8000-00805f9b34fb
Commands: [ 0xAA 0x55, 0x06, 0x01, 0x01, 0xXX, 0xYY, 0xZZ, 0xSS ] Where:
SS is a checksum:
for (int i = 0; i < 8; i++) { data[8] = (byte) (data[8] ^ data[i]); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
BLE Name:
Service UUID: 0000fff0-0000-1000-8000-00805f9b34fb
Tx Characteristic UUID: 0000fff1-0000-1000-8000-00805f9b34fb
Rx Characteristic UUID: 0000fff4-0000-1000-8000-00805f9b34fb
Commands: [ 0xAA 0x55, 0x06, 0x01, 0x01, 0xXX, 0xYY, 0xZZ, 0xSS ]
Where:
SS is a checksum:
The text was updated successfully, but these errors were encountered: