Hello,
I have chip nrf51822 connected to nrf51dk. An usb connection provides power to both chips. While checking power of both chips via nrf connect on iphone7 i discovered that they both give me about -40 dBm even if almost put mobile on chip. So it seems that max power is -40dBm. I've read that nrf51822 should give me even +4dBm after using setTxPower(). I use mbed compiler to create hex file. I am not sure if i use setTxPower command correctly:
ble.gap().setTxPower(4);
or like this?
ble.setTxPower(4);
Does it matter where i set it (ie before starting of advertising)?
Any ideas would be more than appreciated. Kalreg