ESP32-S2 Thing Plus Hookup Guide
Contributors:
QCPete, santaimpersonator
Resources and Going Further
- Schematic (PDF)
- Eagle Files (ZIP)
- Board Dimensions (PDF)
- Graphical Datasheet (PDF)
- Hardware Component Information:
- GitHub Hardware Repository
- Espressif's ESP32 Arduino Core
.jsonfile needed for Epressif's ESP32 Arduino Core:
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
- SFE Product Showcase
For more inspiration, check out these other ESP32 tutorials:
I2S Audio Breakout Hookup Guide
Hookup guide for the MAX98357A I2S audio breakout board.
Getting Started with MicroMod
Dive into the world of MicroMod - a compact interface to connect a microcontroller to various peripherals via the M.2 Connector!
ESP32 OTA Updates over BLE from a React Web Application
Learn how to flash firmware Over-the-Air using a BLE React WebApp and ESP32
Displaying Sensor Data with Bluetooth
In our previous Bluetooth tutorial called Sending Sensor Data Via Bluetooth, we showed how to display data from a triple axis accelerometer over the Arduino IDE’s serial monitor. Continuing off of the first tutorial, we are going to expand this project to include more capabilities for visualizing and interacting with your accelerometer data.