I'm creating an application to send data to a bluetooth module.
I'm having a tough time following the provided documentation. Can anyone help me understand how to create the checksum as mentioned (Byte No. 3)
So far, I have been able to make a sum of address 1 & 2 by converting them into integers and adding them up, the rest is beyond me... how do I take a bit-inverse and apply a 7-bit checksum and turn it into a "7-bit data with 0x7F" ??