espressif / esp-hosted

Hosted Solution (Linux/MCU) with ESP32 (Wi-Fi + BT + BLE)
Other
706 stars 169 forks source link

HOST-NG How to adjust TX POWER #306

Open xmlhp opened 10 months ago

xmlhp commented 10 months ago

ESP32C3 ,host-ng HOST-NG How to adjust bluetooth and wifi TX POWER at host end(linux)?

kapilkedawat commented 7 months ago

Hi @xmlhp wifi tx power can be set using iw command, we don't have mechanism to set bt power from host yet.

xmlhp commented 7 months ago

@kapilkedawat ,how do set the tx power at userspace?ioctl or wireless tools?

mantriyogesh commented 7 months ago

@xmlhp , Looks duplicate of #235

xmlhp commented 7 months ago

@mantriyogesh Thanks. iwconfig espsta0, it not show any information.How to get current txpower by wireless tools?