Hi devzone
there are 2 nrf52 dk board - one is client(ble_app_blinky_c) and the other it peripheral(ble_app_blinky)
and I made it so that if you push the button3 on peripheral dk board, the led3 on client dk board turns on.
Maybe I asked you about this before.
now, what I'm asking may be very basic about that.
the two boards mentioned above communicate with ble.
I think that when I press the button on the peripheral dk board, something like data, or packet, etc... will be sent from peripheral dk board to client dk board.
Likewise, the client board will receive something from peripheral board.
Is there a way I can check these? (such as using packet sniffer or oscilloscope)