Skip to content

Clarify the state of Bluetooth Classic support #78

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

Merged
merged 1 commit into from
Jun 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ The following is meant for an overview **only** and does not take precedence ove

## Boards with Bluetooth<sup>®</sup> connectivity

These boards support Bluetooth Low Energy **and/or** what's now known as Bluetooth _Classic_.

The capabilities of each board are dependent on its communications module, and available libraries. Check [Arduino Docs](https://docs.arduino.cc/) for more information.
The following boards have Bluetooth Low Energy connectivity:

* MKR Vidor 4000
* MKR WiFi 1010
Expand All @@ -30,7 +28,9 @@ The capabilities of each board are dependent on its communications module, and a
* Portenta H7 Lite Connected
* UNO WiFi Rev 2

[Read about the ArduinoBLE library here](https://www.arduino.cc/reference/en/libraries/arduinoble/).
Enable it with the [ArduinoBLE library](https://www.arduino.cc/reference/en/libraries/arduinoble/).

Although the communication modules on these boards can also use Bluetooth _Classic_, it is not currently supported by official firmware or libraries.

## Boards with other connectivity types

Expand Down