跳到主要内容

Firmware API Overview

Developing Firmware

The ESP RainMaker project is built on top of ESP-IDF and provides C APIs for firmware development. The APIs have been designed such that developers only need to write the application logic, leaving the rest to the RainMaker framework. For more details, refer to C API Reference.

Python APIs

ESP RainMaker offers a python-based CLI to try out all user-level functionalities similar to the phone apps. It also has libraries which you can use in your own python scripts. For more information, please refer to Python API reference.

On this page