This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52832 central service uuid.

Hello.

I developing drone by nrf52832.

Developed based on nrf52-quadcopter.

physical web & drone is service uuid as below.

#define BLE_UUID_NUS_TX_CHARACTERISTIC 0x0002                      /**< The UUID of the TX Characteristic. */
#define BLE_UUID_NUS_RX_CHARACTERISTIC 0x0003                      /**< The UUID of the RX Characteristic. */
#define BLE_UUID_NUS_EX_CHARACTERISTIC 0x0004

I want to activate the drone by developing its own remote control instead of physical web.

The remote is central, but there are only two services.

#define BLE_UUID_NUS_TX_CHARACTERISTIC 0x0002                      /**< The UUID of the TX Characteristic. */
#define BLE_UUID_NUS_RX_CHARACTERISTIC 0x0003                      /**< The UUID of the RX Characteristic. */


Where do I need to modify to add 0x0004?

thank you

Parents Reply Children
No Data
Related