Skip to content

Getting Started

No Code- Low Code solution

The diagram below shows how our No-Code / Low-Code solution fits together:

No Code / Low Code solution

The NO-CODE applies to:

  1. At the target application level when connecting to a microcontroller (MCU) via its debug port (SWD),

  2. At the level of our modules (or gateways) when we mainly use lwM2M commands (and generated Java),

  3. At the mobile app level when using App Creator in a simple mode,

  4. At the cloud level when using our environment creation scripts on AWS.

The LOW-CODE applies to:

  1. When using a wired protocol (S3P, MODBUS,...). But in this case, code is automatically generated by our tools,

  2. At the level of our modules (or gateways) when we implement Java (e.g. to read a sensor or build datalog),

  3. At the mobile application level, when you use App Creator, when you add inline nodes or when you want to modify the generated source project,

  4. At the mobile app level when using App Creator in a simple mode,

  5. At the cloud level when we use our APIs to launch lwM2M commands.

For what uses?

The Iotize modules and gateways can be used for several purposes:

  1. as an inferface between a mobile application and a device (target) that you want to modify/monitor (Human Machine Interface on mobile).

  2. as an inferface between a remote application (on the 'Cloud') and this target device.

  3. as a processor board that manages sensors/actuators.

At a first step, we will focus on the first functionality: how to create a mobile App to control an electronic system.

The main stages

To achieve these goals, let's consider the different steps:

  1. Connection to your electronics,

  2. Configuration of the interface module (or gateway),

  3. Creation/editing of a mobile application ,

  4. Test this mobile application,

  5. Generation of Apps according to the desired platforms: iOS, Android, etc

  6. Cloud connection.

The different 'getting started' pages will help you in these different steps.

Back to top