728x90
소스코드
// Supported tx_power values depending on mcu:
// - nRF52832: -40dBm, -20dBm, -16dBm, -12dBm, -8dBm, -4dBm, 0dBm, +3dBm and +4dBm.
// - nRF52840: -40dBm, -20dBm, -16dBm, -12dBm, -8dBm, -4dBm, 0dBm, +2dBm, +3dBm, +4dBm, +5dBm, +6dBm, +7dBm and +8dBm.
bool setTxPower (int8_t power);
int8_t getTxPower (void);
nrf52840을 사용중입니다.
txPower의 power 를 높이면 BLE 신호세기를 높힐 수 있습니다.
당연 배터리를 빨리 소모 될것입니다.
RSSI 관련 참조