Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dibs opened this issue Jul 19, 2018 · 6 comments
Open

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

dibs opened this issue Jul 19, 2018 · 6 comments

Comments

@dibs
Copy link

dibs commented Jul 19, 2018

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
Copy link

deandob commented Aug 5, 2018

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

@skelstar
Copy link

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

@dibs
Copy link
Author

dibs commented Aug 10, 2018

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

@FlackMonkey
Copy link

FlackMonkey commented Mar 5, 2019

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
Copy link

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
Copy link

sej7278 commented Sep 21, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants