#include <RMaker.h> #include <WiFi.h> #include <WiFiProv.h>
The RMaker.h file and its associated library are located within the folder: libraries/RainMaker/src/ .
Yes. ESP RainMaker is free for development and prototyping. Commercial usage requires a subscription for high-volume devices. rmaker.h library download zip
Delete the old folder in libraries/ ( arduino-rainmaker-master ) and re-add the new ZIP. There is no auto-update.
Since the library is often part of the ESP32 core, you might need to install the ESP32 board support first. #include <RMaker
: Look for a download link, which might directly offer a zip file or guide you through a download process.
Once you unzip esp-rainmaker-main.zip , navigate to: Since the library is often part of the
void setup() Serial.begin(115200); pinMode(gpio_led, OUTPUT); pinMode(gpio_button, INPUT_PULLUP);
Instead of a standalone ZIP, you get RMaker.h by installing the official ESP32 Arduino Core . and go to File > Preferences .