Search found 2 matches

by disgy0506
Fri Jul 08, 2022 12:43 am
Forum: General Discussion
Topic: ESP32 BLE scan can only scan on one channel?
Replies: 0
Views: 1662

ESP32 BLE scan can only scan on one channel?

Hello,
I have Android smartphone to advertise BLE packet on three channel and I want to make the ESP32 dev board BLE scan example code only scan on one channel. Is it possible to do that and how to do?
by disgy0506
Tue Jul 05, 2022 8:27 am
Forum: ESP-IDF 中文讨论版
Topic: ESP32 Dupicates指令
Replies: 0
Views: 1583

ESP32 Dupicates指令

今天我想要在一個scan time下掃到duplicate設備,並在ESP32範例程式碼上增加 bool wantDupicates=true;的指令,但在serial port視窗中,還是無法在一個scan time下掃到多次相同裝置(也就是在serial port上面看,在設定的scan time時間後,一個device還是只會顯示一次而已),想請教是哪裡做錯了嗎?