Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.