Skip to content

Releases: adafruit/nina-fw

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

Adafruit nina-fw 1.4.0

09 Oct 16:59
e813fbe
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.3.1

  • #13 nina-fw updated to use ESP-IDF 3.3 (LTS)
    • Documentation and sdk configuration have been updated.
  • #11 Updated WiFiSSLClient
    • WiFiSSLClient now includes a new, optional, way of establishing a secure SSL connection with a server. Users can now connect with a server either with a CA certificates, or a CA certificate and user-defined certificate and private key.
    • Better handling for SSL handshake timeouts (We've added a configurable SSL handshake timeout to WiFiSSLClient, too)
    • Added personalization context for mbedtls_ctr_drbg_seed.
  • New workflow-related tweaks within the nina-fw MakeFile.