ESP32-MINI-32-V1.3 icon indicating copy to clipboard operation
ESP32-MINI-32-V1.3 copied to clipboard

Where can I find the arduino drivers for this board?

Open dibs opened this issue 6 years ago • 6 comments

Sorrry for the non-issue but I am trying to setup my arduino to use this ESP32 but I was no able to locate the hardware drivers on here.

Do I need to update Arduino with more than the Esspresif/arduino-esp32 drivers?

If not, what board should I choose in the library?

Many thanks!

dibs avatar Jul 19 '18 01:07 dibs

Same question here. Did you get an answer? LilyGo please provide advice.

deandob avatar Aug 05 '18 10:08 deandob

You should just be able to use the Generic ESP32 Dev board.

skelstar avatar Aug 10 '18 02:08 skelstar

I think I might have worked that out but haven't had an opportunity to check yet. Thanks for the input @skelstar

dibs avatar Aug 10 '18 03:08 dibs

Hi! Need drivers for the board : I'm using TTGO_T7_v1.3 20181008 Atom (platformio) with config : [env:esp32dev] platform = espressif32 board = esp32dev framework = arduino

The output for upload says:

ttgo mini esp32 output for flash.txt

I've tried to reset with boot button pressed, output: A fatal error occurred: Timed out waiting for packet content

================ Arduino output:

...
A fatal error occurred: Invalid head of packet (0xE0)

TTGo esp32 T7 v1.3 arduino 1.8.8 output.txt

@LilyGO could you provide drivers for arduino ide and platform.io or at least better tutorial in read.me file?

UPD SOLVED Set upload speed to 115200 and all firmware upgrade goes fine.

Platformio (atom) config : [env:esp32dev] platform = espressif32 board = esp32dev framework = arduino upload_speed = 115200

FlackMonkey avatar Mar 05 '19 20:03 FlackMonkey

TTGO MINI 32 V2.0.13 ESP32 USB to serial port chip: CH340C. http://www.lilygo.cn/prod_view.aspx?TypeId=50017&Id=1035

You can download from

https://sparks.gogo.co.nz/ch340.html

juanpabloaj avatar Mar 15 '19 22:03 juanpabloaj

esp32 devkit works fine, fqbn is:

esp32:esp32:esp32:PSRAM=disabled,PartitionScheme=default,CPUFreq=240,FlashMode=qio,FlashFreq=80,FlashSize=4M,UploadSpeed=921600,DebugLevel=none

sej7278 avatar Sep 21 '20 20:09 sej7278