Information on codesnippets:
A lot of codesnippets made for a specific microcontroller board are compatible with others: The only change needed to make would be the pins. Make sure the used libraries are compatible with the board you are trying to use them on.
| Title | Description & Link |
|---|---|
| ESP32 WiFi Connection | Code snippet for a quick ESP32 WiFi Connection. Read more |
| ESP32 DHT11 Temperature Sensor | Listens to a DHT11-Sensor attached to the ESP32. It outputs the
current temperature to the Serial Monitor. Read more |
| ESP32 I2C LCD Display (16x2 / 20x4) | Using a 16x2 or 20x4 I2C LCD Display with the ESP32. Read more |