• neqto: Firmware (Bridge Wi-Fi/LTE Module - v01.00.00, Spresense Wi-Fi - v01.00.01) Release and neqto: Cloud Update

    Release Notes

neqto: Firmware (neqto: Bridge Wi-Fi/LTE Module) v01.00.00

New Features

  • BLE (Bluetooth Low Energy) functionality is now supported through the BLE object. (WiFi Version only)
  • GPS (Global Positioning System) functionality is now supported through the nqLte object. (LTE Version only)
  • Added a timer function to the nqFOTA object for monitoring execution time.
  • Added output destination options to the setLevel method of the Log object.
  • Added the feature to freely restart a script by using [throw '#nqEXIT';].

Improvements

  • Now supports 3-digit MNC (Mobile Network Code). (LTE Version only)
  • Increased the maximum lengths of the "username" and "password" fields in the MQTT connection options object to 511 bytes each.
  • In the eventNotify method of the nqService object, messages containing double quotation marks (") are now supported.
  • Error messages in the event of a script exception are now more descriptive.

Changes

  • Changed the default value of the printLevel method for the Log object.
neqto: Firmware (Spresense Wi-Fi) v01.00.01<

New Features

  • Now supports the environment variable functionality for scripts.
  • Added a timer function to the nqFOTA object for monitoring execution time.
  • Added output destination options to the setLevel method of the Log object.
  • Added the feature to freely restart a script by using [throw '#nqEXIT';].

Improvements

  • Increased the maximum lengths of the "username" and "password" fields in the MQTT connection options object to 511 bytes each.
  • In the eventNotify method of the nqService object, messages containing double quotation marks (") are now supported.
  • Error messages in the event of a script exception are now more descriptive.

Changes

  • Changed the default value of the printLevel method for the Log object.
neqto: Cloud

New Features

  • Made it possible on MACHINE DRIVER to edit text files on the neqto: Console before operation.
  • Added ability to view user access log history.
    • It is now possible to export logged history of important actions performed within neqto: Console.<
    • For more information see the documentation.
  • Added FAQ to neqto: Support.

Improvements