diff --git a/Tutorial-Rainmaker.md b/Tutorial-Rainmaker.md index 2b8517a1..777f4716 100644 --- a/Tutorial-Rainmaker.md +++ b/Tutorial-Rainmaker.md @@ -35,10 +35,22 @@ static const char *TAG = "ESP32-Nodes app main"; ESP-IDF. Create a New Project +### Modify Configuration + +Navigate to the ESP-IDF: SDK Configuration Editor (menuconfig). Some of the default values provided by RainMaker Switch template need to be changed in order to match GPIO used to turn LED Lights on or off. + +Click on Example Configuration section, and change **Output GPIO** value to _ _4_ _, which corresponds to the GPIO connected to the LED lights control pin. + +Set **Claiming Type** to _ _Assisted_ _, and **Provisioning Transport Method** to _ _BLE_ _. + ESP-IDF. Create a New Project +Click _ _Save_ _ and then build the project by running the command_ _ESP-IDF: Build Project_ _. This step can take some time. + ESP-IDF. Create a New Project +### Adding RainMaker Device + ESP-IDF. Create a New Project ESP-IDF. Create a New Project