Skip to content

Tags: ubirch/ubirch-testkit

Tags

v1.2.0

v1.2.0

Added:
- This changelog and a patch level in versioning.
- Handling of unsolicited messages from modem as needed with the
  newer pycom firmware.

Changed:
- Update pycom firmware dependency to version v1.20.2.r4. This version
  is tested with modem firmware version 41019 and 41065 (NB-IoT).

Fixed:
- Rework of modem communication module.

Known issues:
- When the mobile network signal is weak the modem gets quite busy with
  handling connection losses and reconnects. This reduces the
  reliability of the communication between modem and the microprocessor.
  Characteristic of this situation are SIM commands failing with APDU
  exceptions such as '6D00' (unsupported command) and similar because of
  transmission errors. A solution to this problem is to position the
  device in a place with better network coverage.

v1.1

Change LED colors: bright = error, dimmed = OK

v1.18.2-r7-ed25519

send UUID in msgpack as bytearray, not string type

jsonEndpoint

sending data in json format to ubirch json data endpoint

v1.20.0.rc12.1-ed25519

updated ubirch protocol version, fixed wrong unsigned message size in…

… message_verify method

pybytes-ed25519

add correct boot.json info

v1.0-beta-0

initial commit