ESP32 Thing Plus Hookup Guide
                      Contributors:
                 Ell C,  jimblom,
 jimblom,  Alex the Giant
 Alex the Giant          
    
    Resources and Going Further
For more resources related to the ESP32 Thing Plus, check out the links listed here:
- ESP32 Thing Plus GitHub Repo
- ESP32 Thing Plus (U.FL) GitHub Repo
- Datasheets
- Graphical Datasheet (PDF)
- Datasheet (PDF) - ESP32-WROOM-32E with PCB antenna and ESP32-WROOM-32UE with u.FL antenna
 
- CP2104 USB Drivers
- SFE Product Showcase
Espressif has some great resources built around the ESP32:
- ESP32.com -- Great forums, where you can discuss ESP32 news, get help, or show off your project.
- Espressif ESP32 Resource Page -- A great source for the latest datasheets, reference manuals, and software tools.
- Espressif GitHub Repositories -- Espressif is efforting to be as open-source as possible. Among other things, you'll find repositories for Arduino ESP32 support, SDK's, and even a proof-of-concept NES emulator hosted on their GitHub page.
- ESP-IDF -- IoT Development Framework -- If you want to take your development environment up a step from Arduino, this should be your first step into ESP32 software development. Some notes on the IDF:
- The IDF is well-documented. Check out the set up guides (for Windows, Mac or Linux) for help getting your environment set up. For help with the API's and data structures, check out esp32.info.
- There are a handful of example applications, including a BLE Advertising example, which works as a proof-of-concept for the ESP32's Bluetooth support.
- Use the ESP-IDF project template, once you're ready to start creating applications of your own.
 
For more ESP32 related tutorials, check out the following.
I2S Audio Breakout Hookup Guide
      Hookup guide for the MAX98357A I2S audio breakout board.    
  
  SparkFun RTK Facet Hookup Guide
      Setup the RTK Facet in minutes to begin gathering millimeter level geospatial coordinates.    
  
  MicroMod GNSS Function Board - ZED-F9P Hookup Guide
      Add millimeter precision location data to your MicroMod project with this guide for the SparkFun MicroMod GNSS Function Board - ZED-F9P.    
  
  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.    
  
  If you need some project inspiration, check out some of these IoT-focused projects and get making!
Interactive Smart Mirror
      Build a smart mirror that displays weather data using the Intel® Edison.    
  
  LTE Cat M1/NB-IoT Shield Hookup Guide
      The SparkFun LTE CAT M1/NB-IoT Shield equips your Arduino or Arduino-compatible microcontroller with access to data networks across the globe. This shield adds wireless, high-bandwidth cellular functionality to your IoT project!    
  
  ARGOS ARTIC R2 Satellite Transceiver Shield Hookup Guide
      A hookup guide for the ARGOS Satellite Transceiver Shield - ARTIC R2 (SPX-17236)    
  
  Sending Sensor Data via Bluetooth
      In this tutorial, we will show you how to get started on incorporating Bluetooth into your electronics projects. This project uses a SparkFun Thing Plus ESP32 Wroom USB-C to display data from a Triple Axis Accelerometer over Bluetooth.    
  
  Or check out this related blog post: