Reference

Device Framework API

Axino Device Framework API is written for MPLAB X IDE. All SM01 communication modules use same microcontroller, have identical headers and have common Device Framework API. The result is a single code which is applicable to GSM, WiFi, Ethernet, Mesh and LoRa communication technologies.

Similar to 'hello world' application, an example application ex_app_sm01 with pre-configured device framework is provided. The example application is meant to test the functionality of SM01 devices straight out of the box. It can be cloned and recommended as a good starting point to start your IOT project.

Cloud API

Axino Cloud API is set of RESTful functions that uses HTTP requests to exchange data with Axino cloud. They are used to write a custom end user application which can send and receive uplink and downlink messages from SM01 device.