Download install Arduino IDE: https://www.arduino.cc/en/software
- Launch Arduino IDE
- Open Preferences
- Enter
https://dl.espressif.com/dl/package_esp32_index.json
into Additional Boards Manager URLs field - Click the OK button
- Go to Tools > Board > Boards Manager Manager...
- Search for esp32
- Install esp32 by Espressif Systems
- Go to Tools > Board > ESP32 Arduino and select ESP32 Dev Module
Some of the sample code will require additional libraries. You can install them through the Arduino IDE Library Manager:
- Search for lwmqtt
- Install MQTT by Joel Gahwiler
- Search for ArduinoJson
- Install ArduinoJson by Benoit Blanchon
- Search for 1080
- Install ClosedCube HDC1080 by ClosedCube
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.