Skip to content

Commit 1ff01e2

Browse files
authored
Merge pull request #425 from pennam/readme-fw
readme: add firmware compatibility table
2 parents 99b8435 + 9fef1c7 commit 1ff01e2

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ Enables Bluetooth® Low Energy connectivity on the Arduino MKR WiFi 1010, Arduin
66

77
This library supports creating a Bluetooth® Low Energy peripheral & central mode.
88

9-
For the Arduino MKR WiFi 1010, Arduino UNO WiFi Rev2, and Arduino Nano 33 IoT boards, it requires the NINA module to be running [Arduino NINA-W102 firmware](https://github.com/arduino/nina-fw) v1.2.0 or later.
9+
For more information about this library please visit us at:
10+
https://www.arduino.cc/en/Reference/ArduinoBLE
1011

11-
For the Arduino UNO R4 WiFi, it requires the ESP32-S3 module to be running [firmware](https://github.com/arduino/uno-r4-wifi-usb-bridge) v0.2.0 or later.
12+
## Firmware compatibility
1213

14+
| Board | Library Version | Required Firmware |
15+
| :--- | :--- | :--- |
16+
| **MKR WiFi 1010, UNO WiFi Rev2,<br>Nano 33 IoT, Nano RP2040 Connect** | **v2.0.0 or later** | [NINA-W102](https://github.com/arduino/nina-fw) **v3.0.0+** |
17+
| **MKR WiFi 1010, UNO WiFi Rev2,<br>Nano 33 IoT, Nano RP2040 Connect** | **Versions prior to v2.0.0** | [NINA-W102](https://github.com/arduino/nina-fw) **v1.2.0 – v2.0.0** |
18+
| **Arduino UNO R4 WiFi** | All versions | [ESP32-S3](https://github.com/arduino/uno-r4-wifi-usb-bridge) **v0.2.0+** |
1319

14-
For more information about this library please visit us at:
15-
https://www.arduino.cc/en/Reference/ArduinoBLE
1620

1721
## License
1822

0 commit comments

Comments
 (0)