This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/WiFiNINA_Generic
Releases · khoih-prog/WiFiNINA_Generic
Version v1.6.2 to fix WiFiStorage bug
New in v1.6.2
- Fix WiFiStorage bug introduced from v1.6.0 resulting compile error.
- Add example for WiFiStorage.
Version v1.6.1 to fix bug and add support to STM32F/L/H/G/WB/MP1 and Seeeduino
New in v1.6.1
- Add support to all STM32F/L/H/G/WB/MP1
- Add support to Seeeduino SAMD21/SAMD51 boards
- Fix bug introduced to v1.6.0 resulting nRF52 compile error.
Version v1.6.0 to sync with WiFiNINA v1.6.0 and NINA FirmWare 1.4.0
New in v1.6.0
- Sync'ed with latest WiFiNINA Library v1.6.0.
- New features include WiFiStorage and update to NINA Firmware v1.4.0 from v1.3.0
- Enhance debugging tool
Version v1.5.3 to add support to WebSockets2_Generic Library
New in v1.5.3
- Add function to support new WebSockets2_Generic Library
- Update default pin-outs for nRF52 boards, especially NINA_112_ublox.
Version v1.5.2 to add FirmwareUpdater to more boards
New in v1.5.2
- Port FirmwareUpdater to permit nRF52, Teensy, SAMD21, SAMD51, etc. boards to update WiFiNINA W101/W102 firmware and SSL certificates using Arduino IDE WiFi101/WiFiNINA Firmware Updater.
- Update default pin-outs for nRF52 boards, especially NINA_B302_ublox.
- Add support to Arduino UNO WiFi (R2)
Version v1.5.1-final to add support to nRF52 boards
New in v1.5.1-final
- Add support to nRF52 boards, such as*AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense, Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, Clue nRF52840, Nordic nRF52840DK, Particle Xenon, etc. Raytac MDBT50Q-RX Dongle is not supported.
- Add support to NINA_B302_ublox running as nRF52840. Thanks to great work of Miguel Alexandre Wisintainer for initiating, inspriring, working with, developing, debugging and testing. See u-blox nina b
Version v1.5.1 to add support to nRF52 boards
New in v1.5.1
- Add support to nRF52 boards, such as AdaFruit Feather nRF52832, nRF52840 Express, BlueFruit Sense, Itsy-Bitsy nRF52840 Express, Metro nRF52840 Express, etc.
Release v1.5.0 to support many more boards
New in v1.5.0
- The original Arduino WiFiNINA library only supports very limited boards, such as: the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000 and Arduino UNO WiFi Rev.2. This library is based on and modified from Arduino WiFiNINA library to provide support for many more boards, such as SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, etc.