Dear sir,
Sir I want to send some data(characters) over ble using 52832 on android phone. I gone through ble_app_uart. if I put my data in this function ble_nus_string_send(&m_nus, data_array, &length) like ble_nus_string_send(&m_nus, "hello", 6) it is giving error :167 'argument of type "int" is in compatible with parameter of type uint16'.
So please tell me how to send just a string of character over ble on android phone
Regards,
Manoj Hiwarkar.