arduino-esp32/libraries/RainMaker/examples
2022-03-10 14:13:04 +02:00
..
RMakerCustom Enable RainMaker on all chips 2022-03-10 14:13:04 +02:00
RMakerSonoffDualR3 Enable RainMaker on all chips 2022-03-10 14:13:04 +02:00
RMakerSwitch Enable RainMaker on all chips 2022-03-10 14:13:04 +02:00
README.md RainMaker library: Minor changes (#5092) 2021-04-22 12:59:27 +03:00

ESP RainMaker Examples

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

  1. Change partition scheme in Arduino IDE to RainMaker (Tools -> Partition Scheme -> RainMaker).
  2. Once ESP RainMaker gets started, compulsorily call WiFi.beginProvision() which is responsible for user-node mapping.
  3. Use appropriate provisioning scheme as per the board.
    • ESP32 Board: BLE Provisioning
    • ESP32S2 Board: SoftAP Provisioning
  4. Set debug level to Info (Tools -> Core Debug Level -> Info). This is recommended, but not mandatory.