Skip to content

Releases: arduino/nina-fw

3.0.0

31 Mar 09:55
Compare
Choose a tag to compare
3.0.0 Pre-release
Pre-release

What's Changed

  • added another instruction to build the firmware based on espressif/idf docker image by @andreagilardoni in #108
  • Build nina firmware using esp idf v4.4.8 by @pennam in #101
  • New partition table: move NVS at the end of flash by @pennam in #103
  • TLS: use Mozilla certificate bundle by @pennam in #104
  • WiFi: fix MAC address reversed order by @pennam in #102
  • Bearssl Client fixes by @pennam in #105
  • BearSSL: add command to override default TA by @pennam in #106
  • BearSSL: add command to get errorCode() by @pennam in #107
  • Add command to configure system time by @pennam in #109
  • setTime: move command to 0x5F by @pennam in #113
  • Introducing Preferences api on esp idf 4.4 by @andreagilardoni in #110
  • downloadAndSaveFile: allow tls using certificate bundle by @pennam in #112
  • Changing BLE hci transport applied to esp idf 4.4 by @andreagilardoni in #111
  • server.end() support esp-idf 4.4 by @pennam in #115
  • WiFi.cpp allow using DHCP again after disconnecting static IP by @JAndrassy in #91
  • Client connect timeout esp-idf 4.4 by @pennam in #114
  • Add command to get firmware version as uint32 by @pennam in #116

New Contributors

Full Changelog: 2.0.0...3.0.0

2.0.0

31 Jan 09:11
Compare
Choose a tag to compare

What's Changed

  • Remove deprecated Arduino trust anchor by @pennam in #100

Full Changelog: 1.6.0...2.0.0

1.6.0

16 Jan 16:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.0...1.6.0

1.5.0

18 May 07:09
bdb8b39
Compare
Choose a tag to compare

Changelog

  • Add BSD-like sockets APIs (on command range 0x70 -> 0x7f)
  • Fix ADC readings range (fuill scale range is now ~2.7V)

1.4.8

02 Aug 08:55
Compare
Choose a tag to compare

Changelog

  • Fix issue due to repeated status()/connected() call (#73)

1.4.7

18 Jun 07:23
Compare
Choose a tag to compare

Changelog

  • Functionally identical with 1.4.6, except version number. For details see CHANGELOG.

1.4.6

09 Jun 12:53
09eb519
Compare
Choose a tag to compare

Changelog

  • Add a new root certificate list including detailed instructions how to update it (#71)

1.4.5

05 May 12:33
9b4c435
Compare
Choose a tag to compare

Changelog

  • Adding support for Arduino RP2040 Nano Connect (#67)
  • Added ISRG Root X1 for LetsEncrypt (#68)

1.4.4

27 Apr 10:07
Compare
Choose a tag to compare

Changelog

  • Fixes firmware reconnection errors (#66).

1.4.3

29 Jan 07:34
4430423
Compare
Choose a tag to compare

Changelog

  • Do not immediately close connection after 1 failed write (#62)