ble_app_uart example. send value from putty to dk board.

hi dev.

I study ble uart.

and I succeed connecting with dk board(peripheral) and nrf tool box(uart).

and I also connected with dk board and putty. // like that      computer(putty)  <---> dk board(peripheral) <----> smart phone(nrf toolbox / uart) //

so when I typed some words(ex 123, led) in putty, I can see that words in nrf tool box. 

and I can check the value of word "led"

for example, when I put  word - led , in putty,

I received the log in app, nrf toolbox uart - Notification received from 6e400000e-b5a3-f393-e0a9-e50e24dcca9e, value: (0x)6c-65-64-0d

and then what I want is like that -  if I type the value (0x)6c-65-64-0d in putty, I want to make LED3 on dk board turned on.

but... I have kept looking for that info.. I couldn't find it.

 

How can I do that?

Related