Skip to content
Discussion options

You must be logged in to vote

Bluetooth Classic and Bluetooth Low Energy (BLE) are not the same thing. They are not compatible and cannot communicate with each other.

If you have a BLE peripheral (server), then you must also have a BLE central (client).

The ESP32 is the only MCU that supports Bluetooth Classic. All others support BLE only.

Standard MicroPython only supports BLE.

If you need Bluetooth Classic on an ESP32, you must build your own custom MicroPython firmware.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@cemalgnlts
Comment options

@shariltumin
Comment options

Answer selected by cemalgnlts
@cemalgnlts
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
2 participants