how to send hex by nrftoolbox APP uart?
I use this app, when I start use it, I just only can send char, I can't send hex to the device. how to set it char to hex? please help me , thank you very much
how to send hex by nrftoolbox APP uart?
I use this app, when I start use it, I just only can send char, I can't send hex to the device. how to set it char to hex? please help me , thank you very much
Hi,
The uart in nRF-Toolbox is designed to send text(char). If you need to send hex, one option could be to convert the received characters to a hex value in the nRF5x application code.
I use android
I use android