Many issues are related to incorrect partition scheme or pin definitions. Solution:
// Connect to Wi-Fi and RainMaker cloud rmaker_start(ssid, password); rmaker.h library download zip
// Device declaration static RMakerDevice lightDevice("Smart Bulb"); Many issues are related to incorrect partition scheme
The ESP32 board package is not installed correctly. Solution: Ensure you have followed Method 1 completely. The library is part of the ESP32 core, not a standalone library. Check the Board Manager to see if "esp32 by Espressif Systems" is installed. rmaker.h library download zip
The RMaker.h file and its associated library are located within the folder: libraries/RainMaker/src/ .
If you were looking for the WiFi library (assuming that's what you meant), here's how you might find it on GitHub: