Hi,
i am using sdk 16 , nrf52832 .Merged with two sensors , i am storing it all in an array
example
uint16_t array[7];
array[0]=67; array[1]=90; array[2]={90}; .so on
using Sprintf i have converted all the array into string, passing the string over ble_nus_data .
i am not receiving any data in the phone
ble_nus_data_send(&m_nus, str, sizeof(str),m_conn_handle); please suggest me , i want to send all the data into single packet
