Skip to content

The Cloud Module - Dosa

Dosa is the code name for the software developed on the Cloud Module ☁️ v3 model. The most distinct features of this model are the NXP LPC55s06 microcontroller and the SIMCom A7672E chipset. The latter provides support for the 4G IoT network.

Version 1.0.0 - Beta

Version 1.0.0 is yet to be released. Here you can already read about some of the upcoming features. All changes are related in comparison to Bagel version 1.0.0, to create a clear comparison between the two.

Features 🚀

  • Introduce a Real Time Operating System (RTOS) to handle concurrent procedures
  • Introduce a separate thread to handle the configuration
  • Introduce response messages for both UART and CAN to support a proper handshake procedure
    • The status is included inside the body of the message, where 0x00 represents a successful operation

Enhancements ✨

  • Make use of CAN bus masks to filter out the Node IDs
  • Introduce the new Node ID 0x54 for the JSON data configuration
  • Support optional readability characters {'\r', '\n', '-'} to improve the readability of the UART configuration communication

Patch: ✨

Bug Fixes 🐛

  • Reduce the number of states in which the Cloud Module ☁️ will reset
    • The end user now is able to catch non critical errors by parsing the status inside the response message.

Last updated: