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

A simple program with nrf51822 bluetooth

Hi everyone,

I am trying to learn nrf51822 using Keil, I need a very simple program to learn such as:

function bluetoothhandle(value)
{
 if(value=="test1")
{
 bluetooth_write("result1")
}
}

There are ble_app_proximity and ble_app_hrs examples at nrf51_sdk , but they are a little difficult to understand.

Thanks

Parents Reply Children
No Data
Related