arduino-esp32/libraries/RainMaker/examples
Me No Dev 1014937965
IDF release/v5.4 (#11149)
* IDF release/v5.4 5cbd2a38

* fix(ci): Disable RainMaker examples on ESP32

* IDF release/v5.4 5cbd2a38

* IDF release/v5.4 2f7dcd86
2025-03-28 10:37:48 +02:00
..
RMakerCustom IDF release/v5.4 (#11149) 2025-03-28 10:37:48 +02:00
RMakerCustomAirCooler fix(ci): Disable some RainMaker examples on ESP32 (#10931) 2025-02-04 12:53:29 +02:00
RMakerSonoffDualR3 fix(ci): Disable some RainMaker examples on ESP32 (#10931) 2025-02-04 12:53:29 +02:00
RMakerSwitch IDF release/v5.4 (#11149) 2025-03-28 10:37:48 +02:00
README.md docs(vale): Enable vale and fix errors (#10231) 2024-08-28 15:48:18 +03:00

ESP RainMaker Examples

While building any examples for ESP RainMaker, take care of the following:

  1. Change the partition scheme that fits your flash size in Arduino IDE to RainMaker 4MB, RainMaker 4MB no OTA or RainMaker 8MB (Tools -> Partition Scheme -> RainMaker).
  2. Once ESP RainMaker gets started, compulsorily call WiFi.beginProvision() which is responsible for user-node mapping.
  3. Use the appropriate provisioning scheme as per the board.
    • ESP32 Board: BLE Provisioning
    • ESP32-C3 Board: BLE Provisioning
    • ESP32-S3 Board: BLE Provisioning
    • ESP32-S2 Board: SoftAP Provisioning
    • ESP32-C6 Board: BLE Provisioning
    • ESP32-H2 Board: BLE Provisioning
  4. Set debug level to Info (Tools -> Core Debug Level -> Info). This is the recommended debug level but not mandatory to run RainMaker.