Thanks... I'll give that a try.
Update: I tried reducing the max tx power and it connects. Very interesting... and a bit counterintuitive (at least for me)!
Search found 6 matches
- Thu Sep 19, 2024 12:16 am
- Forum: General Discussion
- Topic: WIFI Issues with ESP32-S3-WROOM-1 modules that don't have a CMIIT ID
- Replies: 2
- Views: 1058
- Wed Sep 18, 2024 2:44 pm
- Forum: General Discussion
- Topic: WIFI Issues with ESP32-S3-WROOM-1 modules that don't have a CMIIT ID
- Replies: 2
- Views: 1058
WIFI Issues with ESP32-S3-WROOM-1 modules that don't have a CMIIT ID
I use generic ESP32-S3-DevKitC boards as a sub-assembly in a product. These boards have an ESP32-S3-WROOM-1 module on them. I source them from a number of suppliers. On some of these boards the WIFI doesn't work properly. It successfully scans for Access Points, but won't connect to an Access Point....
- Sun Apr 26, 2020 1:53 pm
- Forum: ESP-IDF
- Topic: Connectivity issue with Bluetooth a2dp_source example and Echo Dot [BT-717]
- Replies: 5
- Views: 9237
Re: Connectivity issue with Bluetooth a2dp_source example and Echo Dot [BT-717]
Thanks for your suggestion. I did try it. It makes the warning go away, but the connection problem still exists, starting at commit 603d293. See this issue for more info:
https://github.com/espressif/esp-idf/issues/5134
https://github.com/espressif/esp-idf/issues/5134
- Tue Apr 21, 2020 1:01 am
- Forum: ESP-IDF
- Topic: Connectivity issue with Bluetooth a2dp_source example and Echo Dot [BT-717]
- Replies: 5
- Views: 9237
- Fri Apr 10, 2020 12:09 am
- Forum: ESP-IDF
- Topic: Connectivity issue with Bluetooth a2dp_source example and Echo Dot [BT-717]
- Replies: 5
- Views: 9237
Re: Connectivity issue with Bluetooth a2dp_source example and Echo Dot [BT-717]
Finally getting a chance to look at this again and figured I would start with the first warning message I get in the log output: W (2285) BT_BTC: btc_avrc_tg_set_rn_supported_evt failed: AVRC TG not yet initialized I think this occurs because main.c in the A2DP source example calls bt_av_hdl_stack_e...
- Thu Mar 26, 2020 12:05 am
- Forum: ESP-IDF
- Topic: Connectivity issue with Bluetooth a2dp_source example and Echo Dot [BT-717]
- Replies: 5
- Views: 9237
Connectivity issue with Bluetooth a2dp_source example and Echo Dot [BT-717]
I've been working with the Bluetooth a2dp_source example in the stable esp-idf-v4.0 branch. It works okay with an OontZ Angle Bluetooth Speaker, but it doesn't work at all with an Amazon Echo Dot Bluetooth Speaker. The failure scenarios vary depending on the order of initialization of the ESP32 and ...