-
Notifications
You must be signed in to change notification settings - Fork 57
Failed to connect: internal error #191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Adafruit's ESP32-S3 ReverseTFT board comes with 4MB flash. IIRC, for CircuitPython9, |
In November 2023, that would have been on Circuitpython 8, which supported BLE but in client mode only, it did not support starting a service on the board. FYI you can now jump through some hoops to make a build with BLE on 4MB boards as I mentioned in this PR: adafruit/circuitpython#10089 At least on ESP32-S3 (C3 can't right now). |
It needs re-test, on a board that will support it now. The actual board is not important, as long as it's an ESP32-S3 or even any Espressif board with BLE enabled. |
This is on a ESP32-S3 Reverse TFT, connecting to a BLE device. I get "Failed to connect: internal error"
Output:
The text was updated successfully, but these errors were encountered: