You can use NRF.setTXPower(...) to set the actual transmit power of the Puck.
NRF.setTXPower(...)
However I think what you're referring to with:
Some beacons have an app that we can manually configure the RSSI at distance 0
Is actually just a calibration number that gets transmitted in iBeacon advertising packets.
Check out https://www.espruino.com/iBeacon - if you transmit iBeacon packets then you can configure that value
@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.
You can use
NRF.setTXPower(...)
to set the actual transmit power of the Puck.However I think what you're referring to with:
Is actually just a calibration number that gets transmitted in iBeacon advertising packets.
Check out https://www.espruino.com/iBeacon - if you transmit iBeacon packets then you can configure that value