Search found 4 matches
- Sat Mar 02, 2019 12:02 pm
- Forum: ESP-IDF
- Topic: esp_ble_tx_power_set has no effect
- Replies: 2
- Views: 3136
Re: esp_ble_tx_power_set has no effect
Does it mean that there's no option to make BLE range for scanning wider?
- Fri Mar 01, 2019 8:58 pm
- Forum: ESP-IDF
- Topic: esp_ble_tx_power_set has no effect
- Replies: 2
- Views: 3136
esp_ble_tx_power_set has no effect
Hi, I'm making an application which uses Ble Scan for finding local devices. Unfortunately, range of Ble Scan seems to be very bad. I have tried to set up tx power via esp_ble_tx_power_set function, but seems that it does not have any impact on scan results. In fact, my scan does not find any device...
- Mon Feb 18, 2019 1:55 pm
- Forum: ESP-IDF
- Topic: Make menuconfig generate local headers
- Replies: 3
- Views: 4255
Re: Make menuconfig generate local headers
Hello ESP_Angus, by If you can enable "ccache" on your platform, this is the easiest way to make full project rebuilds faster. you mean platform = Windows/Linux/MacOs? I'm using Windows with mingw (https://dl.espressif.com/dl/esp32_win32_msys2_environment_and_toolchain-20180110.zip). Could you give ...
- Sun Feb 17, 2019 5:14 pm
- Forum: ESP-IDF
- Topic: Make menuconfig generate local headers
- Replies: 3
- Views: 4255
Make menuconfig generate local headers
Hello, I would like to ask you, if it's possible to make menuconfig create local configuration headers instead of a global one. Right now, if I'm creating/editing any configuration via menuconfig, it updates sdkconfig.h file and all of *.c files has to be re-compiled. If it would generate only local...