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