esp

shaunrd0/klips/esp/
├── 01_led-button               # Simple LED circuit controlled by an on board button.
├── 02_led-button-web           # LED controlled by a button or within a web browser.
├── 03_temp-humidity-web        # Temperature and humidity sensor within a web browser.
├── ESP32-basic-starter-kit.pdf # PDF for tutorials in ESP32 starter kit.
├── ESP32-dev-module.png
└── README.md

This directory contains ESP32 projects largely adapted from the examples in ESP32-basic-starter-kit.pdf.

The APIs in the original examples paired with this PDF have changed, and I decided to do some different things with the code and/or circuits, but the original code can be found here.

The board selected in Arduino IDE is ESP32 Dev Module -

ESP32 Dev Module

Arduino ESP32 GitHub
Arduino ESP32 API reference