Hi ,
I want to set the power of the BLE module to 2dBm so that I can send message through advertisement packets to a greater distance (10 to 15 M) but I am unable to find any setting to extend the power , can some one help me with some commands to set the BLE power . I am using Arduino .
Hi Tech_stuff,
You can include <bluefruit.h> and specify it with “setTxPower()”.
Bluefruit.setTxPower(4); // bluefruit.h:151 for supported values