8 years, 7 months ago.  This question has been closed. Reason: Duplicate question

Send interger trough Bluetooth LE

Hi everybody,

I have a problem when i want to send integer value through BLE in NRF51 DK. I have four characteristics like that:

ReadWriteGattCharacteristic<uint16_t> reveil; ReadWriteGattCharacteristic<uint16_t> jours; ReadWriteGattCharacteristic<uint16_t> vibrationOn; ReadWriteGattCharacteristic<uint16_t> vibrationOff;

but when i send integer value through nrf Master app, it doesn't work. For example, when i send the integer 1000 , i receive in my characteristic the Hexadecimal value 0xE803 (59395 decimal value), i don't understand why ???

It is not possible to send an integer value upper to 256 trough BLE ?

Thanks for your help, Yass.

Question relating to:

The nRF51822-mKIT is a low cost ARM mbed enabled development board for Bluetooth® Smart designs with the nRF51822 SoC. The kit gives access to all GPIO pins via pin headers …