Connecting my device to losant cloud

can i connect any microcontroller to losant cloud (bare-metal - with no os). example mk64fx512vll12
microcontroller

Hi @SHASHIDHAR_HEGDE.

To keep things simple, microcontrollers can connect to Losant in one of two ways:

  1. MQTT/HTTP directly.

  2. Using MQTT or HTTP through an edge or gatway device. LIke so:

So, if your microcontroller has connectivity and can send data via MQTT or HTTP, your answer is yes. Or, if it can send information locally(Serial, BLE, etc) to a connected gateway, your answer is yes.

1 Like

We do have an Arduino MQTT Library that you can use as a reference. Arduino boards are all embedded microcontrollers with no OS.

1 Like