• Thanks Gordon.

    I agree about app being the solution. I tried your suggestion but nothing seem to work right now for me. I started by trying very simple implementation i.e. send temperature on each click.

    I put following code in Puck:

    setWatch(function(e)
    {
    NRF.setAdvertising({

    0x1809 : [0|E.getTemperature()]
    

    });
    }, BTN, {repeat:true,edge:"rising",debounce:50});

    Now, android side I tried to get this advertised data when Puck button is pressed but there is nothing there. Can you please point me to a sample/link on Android side which can do this? Also if anything done wrong here.

    Regards,

About

Avatar for user72040 @user72040 started