Manual: ESP 32 with Supersonic Sensor

This is a manual on how to get started with the ESP32. This manual is written for Windows 10.

Parts needed:

– Esp32 development board
– Micro USB cable
– Arduino IDE
– Supersonic Sensor
– Thingspeak

Step 1: Download the ESP32 core at github. : https://github.com/espressif/arduino-esp32

This wil make a connection between computer and ESP32 possible.

Step 2: Change your board settings in arduino to ESP32 and select the used COM port.

Step 3: Open the ESP32 examples. Open blink. Upload this to your ESP32 to test if the connection works.

Step 4: Open the Serial Monitor.

Step 5: Change the baud rate to 115200.

You should start to see “hello world” showing up in the serial monitor.