• Thanks @Gordon. I can't make the above work, the Eddystone url doesn't show up (the manufacturer data do), and at some point I couldn't connect to the puck, EspruinoHub couldn't see it at all (took the battery out to reset it). The code below worked, not sure if is the best way, but as long as it works, all good :)

    NRF.setAdvertising([
                NRF.getAdvertisingData({},{manufacturer:­ 0x0590, manufacturerData:data}),
                NRF.setScanResponse(require("ble_eddysto­ne").get("goo.gl/B3J0Oc"))
       ], {interval:1000});
    
About

Avatar for Pi @Pi started