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.
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.
hi ,thank you very much, where can I get it
I need hex to test my code, please help me
I just need a APP which can send hex to the blue device. I download two app, one is nrf master, the other is nrf toolbox, but both the two app can only send char to device, there is no choice that can let me to make a choice to send hex to the blue device...
I use android