Skip to main content

impOS Release 47 (Internal Release)

impOS™ 47 has been solely made available internally and to select testing partners. It targets the imp006 only and focuses on features that will be only available with the imp006. impOS 47 will not be made available to other imps, which will continue to track impOS 42.x for the time being.

Electric Imp versions impOS™ releases as follows: odd-numbered major versions are pre-releases and even-numbered major versions are production-quality releases.

Versions

The current release is 47.2.

47.2

47.1

  • Bug fixes
    • Faster reconnection after loss of cellular data sessions.

47.0

Note This release branches from impOS 46.12, so please see the 46 release notes for earlier changes.

Known Issues

  • Some versions of the Quectel BG95 modem’s firmware are problematic. Versions before 01.011.01.011 do not handle USB reset correctly and should not be used. Version 01.016.01.016 has been seen to crash when using GNSS and should not be used in solutions where GNSS functionality is required. Quectel modems other than BG95 are not affected by either issue.
  • imp.net.open() will reject any Network Interface Configuration (NIC) containing proxy, static network and/or WiFi configurations when it addresses an interface which is already in use — even if the new NIC exactly matches the one that is already in use. Until this issue is addressed, please include NICs with only an interface key when re-calling imp.net.open().
  • Squirrel strings containing NULs (bytes equal to zero) do not compare correctly in relative comparisons (<= etc.) even though they do in equality comparisons (== and !=). This has been the case in all impOS releases made thus far.