I want to send data without a computer from 3 ADC sensors.
using de ble uart.
How do I set my variable to send data?
I should use in ble_nus_string_send(&m_nus, data_array, index);?
Thank you
I want to send data without a computer from 3 ADC sensors.
using de ble uart.
How do I set my variable to send data?
I should use in ble_nus_string_send(&m_nus, data_array, index);?
Thank you
Are you trying to use two UARTs? The nRF51422 (and nRF51822) has one UART. Please see this. You can use ble_nus_string_send(). Is the nRF51422 able to receive the data from the sensors?
Are you trying to use two UARTs? The nRF51422 (and nRF51822) has one UART. Please see this. You can use ble_nus_string_send(). Is the nRF51422 able to receive the data from the sensors?