esp-idf: [TW#24189] Using BLE then trying to use WiFi to connect to a cloud service gives MBEDTLS error...
Development Kit: devkitc Kit version (for WroverKit/PicoKit/DevKitC): NA Core (if using chip or module): ESP32 IDF version (any version) Development Env: PlatformIO Operating System: Windows Power Supply: USB
I have tried to stop bluetooth, and have even tried to clear memory after stopping, but i still get this error:
mbedtls_ssl_setup returned 0x700
I found a few references that talk about memory issues, but am not sure if that is it.
THoughts on how to fix? I have to do BLE first, then i connect to wifi - communication will be between device and mobile client over BLE, BUT will be updating data to an MQTT Broker.
Thanks!
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 22 (12 by maintainers)
Yes, i am using library write by @copercini but like i said, it was not easy to merge IoT with ble.