Skip to content

aws-samples/lets-build-on-aws-iot

Let's Build on AWS – IoT

Setup

Arduino IDE

Download install Arduino IDE: https://www.arduino.cc/en/software

ESP32 Support for Arduino

  1. Launch Arduino IDE
  2. Open Preferences
  3. Enter https://dl.espressif.com/dl/package_esp32_index.json into Additional Boards Manager URLs field
  4. Click the OK button Additional Boards Manager URLs on Arduino IDE Preferences
  5. Go to Tools > Board > Boards Manager Manager...
  6. Search for esp32
  7. Install esp32 by Espressif Systems Install esp32 on Arduino IDE Boards Manager
  8. Go to Tools > Board > ESP32 Arduino and select ESP32 Dev Module Select ESP32 Dev Module on Tools > Board menu

Additional Libraries

Some of the sample code will require additional libraries. You can install them through the Arduino IDE Library Manager:

  • Launch Arduino IDE
  • Go to Tools > Manage Libraries... to open the Library Manager Select Manage Libries on Tools menu

MQTT

  • Search for lwmqtt
  • Install MQTT by Joel Gahwiler Install MQTT library on Arduino IDE Library Manager

ArduinoJson

  • Search for ArduinoJson
  • Install ArduinoJson by Benoit Blanchon Install ArduinoJson library on Arduino IDE Library Manager

ClosedCube HDC1080

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.