arduino-esp32/libraries/RainMaker/examples
2021-05-18 13:31:29 +03:00
..
RMakerCustom RMaker_readme: Minor corrections (#5175) 2021-05-18 13:31:29 +03:00
RMakerSwitch RMaker_readme: Minor corrections (#5175) 2021-05-18 13:31:29 +03: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.