Skip to content

Releases: adafruit/nina-fw

2.0.0-rc.0+adafruit - updated from upstream

09 Feb 20:47
dfc0c29
Compare
Choose a tag to compare

What's Changed

  • update actions version by @FoamyGuy in #65
  • Sync with upstream by @hathach in #62. See extensive discussions in that PR.

Full Changelog: 1.7.7...2.0.0-rc.0+adafruit

1.7.7 - Root certificates from adafruit/certificates; GitHub Actions CI

19 Dec 14:03
b1145b4
Compare
Choose a tag to compare

What's Changed

  • Fix Windows and Linux Esptool.py upload error caused by 1.7.5 by @brentru in #54
  • add gh action by @hathach in #61
  • get roots.pem from adafruit/certificates repo by @dhalbert in #57

New Contributors

Full Changelog: 1.7.5...1.7.7

1.7.5: Updated root certificate for Adafruit IO (July 2023)

21 Jul 17:45
21205e4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.7.4...1.7.5

1.7.4 - Fix setHostname

04 Jun 19:18
104c48c
Compare
Choose a tag to compare

1.7.3 - Adds INPUT_PULLUP support, increase analogWrite PWM range

31 Mar 15:15
ec9e20f
Compare
Choose a tag to compare

Merge commit #73375c3 from upstream

26 Mar 20:11
2c3edb8
Compare
Choose a tag to compare

Support for BLE HCI mode

26 Oct 14:07
d1a03dd
Compare
Choose a tag to compare

NINA-fw can now be started in BLE mode, and is set up to work properly on Airlift boards and breakouts.

The md5sum of NINA_W102-1.7.1.bin is:
dc81f0433dfba6de33c78b5c5911261d

Installation

Follow this guide on the Adafruit Learning System to learn how to upgrade the firmware on your ESP32.

Add latest AWS IoT Certificates

11 Jun 19:06
240fef2
Compare
Choose a tag to compare

This release adds:

  • #21 Latest versions of AmazonRootCA1 and AmazonRootCA3 certificates used by AWS IoT. Thanks @virgilvox!

Installation

Follow this guide on the Adafruit Learning System to learn how to upgrade the firmware on your ESP32.

Update to ESP-IDF v3.3.1

19 Dec 15:04
0a38692
Compare
Choose a tag to compare

Installation

Follow this guide on the Adafruit Learning System to learn how to upgrade the firmware on your ESP32.

New Features, Updates, and Fixes since 1.5.0

  • #18 Updated to build with ESP-IDF 3.3.1

Digital and Analog Read

23 Oct 16:53
d68d708
Compare
Choose a tag to compare

Installation

Follow this guide on the Adafruit Learning System to learn how to upgrade the firmware on your ESP32.

New Features, Updates, and Fixes since 1.4.0

  • #14 Added Digital Read and Analog Read via setDigitalRead and setAnalogRead, thanks @anecdata