Correct board for ESP32-WROVER-KIT?

What is the correct board to choose when working with the ESP-WROVER-KIT (Overview | Espressif Systems)?

Thanks!

B

Espressif ESP32 Dev Module (esp32dev) should work fine.

Hi Butch,

I’m having trouble. I believe that the /dev/ttyUSB0 is for the JTAG, and will not work with the USB port. That is /dev/ttyUSB1. To remedy this, add

upload_port = /dev/ttyUSB1

to the platformio.ini file, under the heading esp32dev.

At this point, code appears to flash the device, but, I can’t get the serial monitor to report what is being written to the serial port. So, something else is still the matter.

Help would be welcome.

Thanks,

[env:esp-wrover-kit]

platform = espressif32

board = esp-wrover-kit