jrowberg / bglib

BGLib implementation for Bluegiga BLE Bluetooth Smart modules
Other
240 stars 170 forks source link

Controlling Transmission Power #41

Open fafa92 opened 7 years ago

fafa92 commented 7 years ago

Hi, I got one BLED112 and working with that, I'm kind of new to that dongle and BLE, I want to know how can I adjust transmission power via your code to my USB BLE? is there any way to set it in the lowest possible number like -27? @jrowberg @rkravchik

rkravchik commented 7 years ago

Did you try HardwareSetTxpower command?

fafa92 commented 7 years ago

@rkravchik Thanks, is that the same as "ad_tx_power_level = 0" in python code?