Search found 13 matches

by peterlspot
Sat Apr 14, 2018 9:56 am
Forum: ESP-IDF
Topic: Classic bluetooth power status and control
Replies: 0
Views: 2103

Classic bluetooth power status and control

For classic Bluetooth, does ESP-IDF allow applications to:
  • learn peer Tx power
  • read/control self Tx power
Regards,
by peterlspot
Sat Apr 14, 2018 9:08 am
Forum: ESP-IDF
Topic: How to secure SPP connection
Replies: 0
Views: 2180

How to secure SPP connection

It seems that ESP SPP samples in v3.1dev by default are using ESP_SPP_SEC_NONE for security mode. For sample, this is fine. What if application needs to secure the access to ESP device? Are there any guides on this? For example, how can we prevent other devices' pairing to my ESP device? In esp_spp_...
by peterlspot
Sun Apr 01, 2018 9:49 am
Forum: ESP-IDF
Topic: How to disable WiFi in Esp-IDF?
Replies: 1
Views: 5543

How to disable WiFi in Esp-IDF?

Hi, I want use esp32 for only BLE and BT purposes. Is it possible to totally disable Wifi and TCP/IP/SSL related stuffs from the build? I built the Bluetooth samples with esp-idf 3.0 and then checked the output elf with esp toolchain, but it seems that wifi related stuffs still in the binary: $ xten...