Skip to content

Releases: arduino/nina-fw

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)

1.4.2

28 Jan 12:30
00a6c79
Compare
Choose a tag to compare

Changelog

  • Port BearSSL + crypto integration to NINA (#57). This allows to offload BearSSL for Arduino IoT Cloud applications to the nina module, drastically saving on flash/RAM.

1.4.1

17 Aug 09:07
Compare
Choose a tag to compare
  • Direct download of OTA binary to Nina storage and verifying both CRC and length (#53).

1.4.0

13 Jul 05:08
Compare
Choose a tag to compare
  • Adding API which allows to utilize the nina file system as an external storage module for the host CPU (#32)
  • Fixing bug leading to packet corruption in situation of high UDP traffic (#49)
  • Fixing bug leading to missing packets and connection drop (#50)