• Assuming you're not connected, the RSSI value will come every time there's an advertisement - so it's pretty easy to increase that with https://www.espruino.com/Reference#l_NRF_setAdvertising

    For instance: NRF.setAdvertising({},{interval:60}); will be about 10x faster than normal. You can also use NRF.setTxPower(4) to boost the Puck's output power

About

Avatar for Gordon @Gordon started