Search found 1 match

by kojibuta
Thu Nov 09, 2023 7:04 pm
Forum: General Discussion
Topic: Connecting to sensor using ESP32C3 and BLE5.0
Replies: 2
Views: 1537

Re: Connecting to sensor using ESP32C3 and BLE5.0

Hi @AishwaryaK, I had a similar problem with ESP32-S3. I solved the issue setting CONFIG_BT_BLE_50_FEATURES_SUPPORTED=n. This enables channel select algorithm #1 by default starting from esp idf v5.1. Maybe you already found a solution since your post is very old. Hope this can hel anyway.