Updateアイキャッチ画像

obnizOS 3.4.5 & obniz.js 3.13.0 Released

Meet New obnizOS, obniz.js.

obnizOS 3.4.5

obnizOS Changelog

3.4.5

Available OS

  • obnizOS for obniz Board ( hw=obnizb1 )
  • obnizOS for obniz Board 1Y ( hw=obnizb2 )
  • obnizOS for obniz BLE/Wi-Fi Gateway ( hw=encored )
  • obnizOS for CONNECT HUB Cellular Model ( hw=encored_lte )
  • obnizOS for BLE Stick ( hw=ble_stick )
  • obnizOS for M5StickC ( hw=m5stickc )
  • obnizOS for M5Stack Basic ( hw=m5stack_basic )
  • obnizOS for ATOM Lite ( hw=m5atom_lite )
  • obnizOS for ESP32 ( hw=esp32w or hw=esp32p )

Wi-Fi

fix

  • Added Wi-Fi scan that covered 14 channels.
  • Improved Wi-Fi connection success rate

BLE

Improve

  • Improved crash rate for BLE scanning in weak Wi-Fi environments.

System

  • Cleanup of internal memory by Factory Reset
  • Add hw available for Factory Reset.
    Available hw: encored, encored_lte
  • Factory Reset is executed by pressing and holding the button (for more than 10 seconds) at startup.
    Available hw: encored, encored_lte, ble_stick, atom_lite

Peripheral

  • Buttons are now available as obniz.switch or trigger for cloud execution.
    Available hw: encored, encored_lte, ble_stick, atom_lite

obnizjs 3.13.0

https://github.com/obniz/obniz/releases/tag/v3.13.0

Features

  • Change company name CambrianRobotics to obniz Inc.
  • Add Parts: WS5500 – TCP/IP embedded Ethernet controller
  • Add Parts: Grove MicroSwitch (Thanks for @1ft-seabass )
  • BLE: Speedup ble notify listen start.

BugFix

  • BLE: Fix notify register sometimes failed when remote peripheral bluetooth version >= 4.2.
  • Change some function parameter type to optional to accept undefined.