Hi folks ..
I want to send the 10 characters over nus (ble_nus_send ), but here i can able to send the only 4bytes .. why ? i am facing this issue
Hi folks ..
I want to send the 10 characters over nus (ble_nus_send ), but here i can able to send the only 4bytes .. why ? i am facing this issue
You will have to try and fail a bit, maybe go back to the default example in the nRF5 SDK and try there.
I do not see a reason why ble_nus_data_send() only works with 4byte there.
Kenneth
just have a look here
accel_data = sprintf(str, "X-axis%d", axis_data[0]); ble_nus_data_send(&m_nus,str,sizeof(axis_data[0]), m_conn_handle);
In this case i am getting only X-ax over ble app
just have a look here
accel_data = sprintf(str, "X-axis%d", axis_data[0]); ble_nus_data_send(&m_nus,str,sizeof(axis_data[0]), m_conn_handle);
In this case i am getting only X-ax over ble app