|
|
|
@ -108,3 +108,30 @@ its password. Also, it is neccessary you complete with the data from the ThingSp
|
|
|
|
|
the **Channel ID** and your **Write API Key**.
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
## Upload your code
|
|
|
|
|
In the Arduino IDE follow the next instructions:
|
|
|
|
|
**Tools > Board > ESP32 Arduino > Adafruit ESP32 Feather**
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
Now you have to check the CPU settings for the microcontroller are correct. In the Arduino IDE go to the
|
|
|
|
|
**Tools** option in the menu.
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
It is important you note these options might not be the same for your IDE; it depends on the version you have
|
|
|
|
|
installed for the Arduino IDE. Just match these options as closely as possible.
|
|
|
|
|
|
|
|
|
|
Now you can **compile** and **upload** the code to your board.
|
|
|
|
|
|
|
|
|
|
Once the code is uploaded, open the _Arduino Serial Monitor_.
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
Set the options to **carriage return** and **9600 baud**. You should see something similar to the next image:
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
It is important you notice not all the measurements are sent to the ThingSpeak platform. The sending occurs every
|
|
|
|
|
15 seconds only.
|
|
|
|
|