LilyGO / ESP32-MINI-32-V1.3

ESP32-Arduino-demo
86 stars 25 forks source link

Where can I find the arduino drivers for this board? #1

Open dibs opened 6 years ago

dibs commented 6 years ago

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!

deandob commented 6 years ago

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

skelstar commented 6 years ago

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

dibs commented 6 years ago

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

FlackMonkey commented 5 years ago

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

juanpabloaj commented 5 years ago

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

sej7278 commented 4 years ago

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