Skip to content

Commit 2cfb766

Browse files
committed
readme: add firmware compatibility table
1 parent d570947 commit 2cfb766

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ 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+
## Firmware compatibility
1010

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.
11+
| Board | Library Version | Required Firmware |
12+
| :--- | :--- | :--- |
13+
| **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+** |
14+
| **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** |
15+
| **Arduino UNO R4 WiFi** | All versions | [ESP32-S3](https://github.com/arduino/uno-r4-wifi-usb-bridge) **v0.2.0+** |
1216

1317

1418
For more information about this library please visit us at:

0 commit comments

Comments
 (0)