can i connect any microcontroller to losant cloud (bare-metal - with no os). example mk64fx512vll12
microcontroller
To keep things simple, microcontrollers can connect to Losant in one of two ways:
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