.. | ||
examples | ||
src | ||
library.properties | ||
README.md |
ESP RainMaker library for Arduino
This library allows to work with ESP RainMaker.
ESP RainMaker is an end-to-end solution offered by Espressif to enable remote control and monitoring for ESP32-S2 and ESP32 based products without any configuration required in the Cloud. The primary components of this solution are:
- Claiming Service (to get the Cloud connectivity credentials)
- RainMaker library (i.e. this library, to develop the firmware)
- RainMaker Cloud (backend, offering remote connectivity)
- RainMaker Phone App/CLI (Client utilities for remote access)
The key features of ESP RainMaker are:
- Ability to define own devices and parameters, of any type, in the firmware.
- Zero configuration required on the Cloud.
- Phone apps that dynamically render the UI as per the device information.
This ESP RainMaker library is built using esp-rainmaker component.
Repository Source
Phone Apps
Android
iOS
Documentation
Additional information about ESP RainMaker can be found here
NOTE : ESP RainMaker library is currently supported for ESP32 board only.