The unique system built for ESP32 SoC which provides everything you need to successfully develop, deploy and manage your IoT devices.
Direct cloud and MQTT connectivity using ID and token. Connect your device in seconds!
Join the community and create new OS functionality.
Encrypted with top-class encryption and private certificates.
Access all IoTaaP cloud features using only a few lines of code, and focus on your project.
The object-oriented library gives you the possibility to port your code to the multiple hardware.
We have encapsulated various 3rd party libraries to minimize configuration.
Our libraries are supported by code completion tool that is built into Microsoft Visual Studio.
IoTaaP OS will also take care of your device's current status that will be published periodically. Define important variables of your project and monitor their value in real-time!
{
"battery" : 71,
"uptime" : 2641,
"api_version" : "1.2.5",
"fw_version" : "2.5.8",
"sent" : 246184551,
"received" : 132,
"disconnects" : 2,
"variables" : {
"temp" : 27,
"humi" : 60,
"voltage" : 13.2
}
}