Just use NRF.setAdvertising(..., {interval:20}) on the Puck - 20ms is the fastest I think (50 times/sec)
NRF.setAdvertising(..., {interval:20})
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Just use
NRF.setAdvertising(..., {interval:20})
on the Puck - 20ms is the fastest I think (50 times/sec)