Search found 5 matches

by GYC-Espressif
Fri Mar 13, 2020 1:08 pm
Forum: ESP32 Arduino
Topic: how to set BLE transmit power above 3dB?
Replies: 1
Views: 10667

Re: how to set BLE transmit power above 3dB?

Hello. This function is provided by ESP-IDF. And you can use it in following ways. /** * @brief Set BLE TX power * Connection Tx power should only be set after connection created. * @param power_type : The type of which tx power, could set Advertising/Connection/Default and etc * @param power_level:...
by GYC-Espressif
Wed Feb 26, 2020 12:33 pm
Forum: General Discussion
Topic: Support for Bluetooth 5.1 or 5.2 ?
Replies: 4
Views: 8835

Re: Support for Bluetooth 5.1 or 5.2 ?

ESP32 has just passed BLE 5.0 certification. However, at the moment, we don’t have any plan to upgrade the existing ESP32 hardware to BT/BLE 5.1. Thanks.
by GYC-Espressif
Wed Feb 26, 2020 11:54 am
Forum: General Discussion
Topic: Support for Bluetooth 5.1 or 5.2 ?
Replies: 4
Views: 8835

Re: Support for Bluetooth 5.1 or 5.2 ?

We have not supported Bluetooth 5.1 or 5.2 yet. Thanks.
by GYC-Espressif
Tue Jan 07, 2020 3:49 am
Forum: ESP-IDF 中文讨论版
Topic: esp32 ble开启后,导致GPIO39中断不正常
Replies: 12
Views: 16274

Re: esp32 ble开启后,导致GPIO39中断不正常

我在验证的时候已经添加了您的补充设置。
by GYC-Espressif
Mon Jan 06, 2020 1:55 pm
Forum: ESP-IDF 中文讨论版
Topic: esp32 ble开启后,导致GPIO39中断不正常
Replies: 12
Views: 16274

Re: esp32 ble开启后,导致GPIO39中断不正常

你好,我用你的代码尝试了在 SPP 例程中添加了 GPIO39 的中断程序,但是并没有发生你提到的中断会被一直触发的情况,当引脚碰到其他地方时确实会多次触发中断,这是因为引脚采集到了毛刺信号。BLE 工作时会发送射频信号,这个操作的顺时电流较大,我建议你首先检查一下你的电路供电是否稳定,再检查该引脚是否受到其他电信号的干扰,如果有示波器可以显示在示波器上观察一下是否外部引入了毛刺信号。