Hello, I'm south korea student in dongguk univ.
and i want to know how can i send the message on my board(not use the terminal ).
I use the keil uvision4.0, nrf51822, s110.
and i found the function 'ble_nus_send_string(&m_nus,(uint8_t *)string,index+strlen(string));' but it only send uint8_t type only.
And i want to send like uint32_t, and integer type. I think, i can't use ble_nus_send_string()
how can i send that one?
plz help me, thanks.