This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Get Value on nrf51822ek slave on central and display on terminal

I am getting device id of peripheral on central and then getting it displayed on hypertermianl hyperterminal using ble app multilink perihperal code with multilink central on nrf51822 ek each. The data received on hyperterminal is shown below image description

Now I wanted that when i press a button on slave , its Value should toggle and display on hyperterminal. Currently, this Value is displayed on MCP of dongle, as shown below but not anywhere in the hypertermial. How can i get this to be displayed on hyperterminal ? image description image description

Any sort of help is appreciated..

Parents Reply
  • @Mohib: If your plan to use nRF51822 as central, I guess you can go straight to that and try to connect the nRF51 with the Raspberry PI via SPI, UART or I2C.

    If you really want to test with the dongle, you can think of using the Master Emulator APIs, instead of using the Master Control Panel. The Master Emulator APIs could be found at C:\Programfiles(x86)\Nordic Semiconductor\Master Emulator.

    We have some examples in that folder as well.

Children
No Data
Related