Teyleten Robot ESP32S ESP32

F

Teyleten Robot ESP32S ESP32

Setup and Troubleshooting

Problem

Board showing up and comport but unable to upload code.

Solution

Hold down the reset button to allow the connection to start.

Problem

Initial struggles with the ESP32 board.

Solution

Switched to a different board for a LED project and found success. Updated the board setup for ESP32.

Summary

Using Arduino IDE v2 in Linux, encountered issues with the ESP8266 board. Updated the board setup and it started working.

Key Points

Setup Steps

Steps

1. Main info page: [ESP32 Get Started](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/esp32/get-started-devkitc.html) 2. Install ESP32 in boards manager: - Click tools - Click board - Click boards manager - Type in esp32 in search - Click install 3. After install: - Click tools - Click esp32 arduino - Select esp32 wrover module

Notes

Additional Boards

Overview

Another board used is the ESP32 S, purchased from Amazon.

Parts

  • ESP32 S board
  • USB to serial converter (SILABS CP2102)

Steps

1. Identify the USB to serial converter 2. Identify and see the com ports: - `lsusb` at terminal - `sudo apt install setserial` (identifies serial ports) - `sudo setserial -g /dev/ttyS[0123]`

Notes

Additional Resources

Summary

Presentation on I2C bus and setting up a 3-axis accelerometer.

Key Points

Want to join the discussion? Create a free account to reply and post.

Join ForumLA Free →