Ok, I had to dig out the datasheet anyway so I just updated the module. Use:
nrf.setTXPower(2)
the default value is equivalent to nrf.setTXPower(3). Using 2 will lower TX power and will hopefully (according to the guy I spoke to) sort out these problems.
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.
Ok, I had to dig out the datasheet anyway so I just updated the module. Use:
the default value is equivalent to
nrf.setTXPower(3)
. Using 2 will lower TX power and will hopefully (according to the guy I spoke to) sort out these problems.