platformio / platform-espressif32

Espressif 32: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/espressif32
Apache License 2.0
857 stars 572 forks source link

TTGO T-Camera support needed #540

Open mottibz opened 3 years ago

mottibz commented 3 years ago

Hello, I am using PlatformIO with VSCode for some time (developing on the ESP32) and very happy with it, thanks! I need to develop code for the TTGO T-Camera (regular board, not the Plus) and can't find a way to define it for a new project. Can you please help me add support for that board? Thanks a lot!

valeros commented 3 years ago

What framework do you plan to use with this board?

mottibz commented 3 years ago

I am using the Arduino framework. Thanks a lot for your help!

valeros commented 3 years ago

There is no official variant for this board, so you need to add it to this repo https://github.com/espressif/arduino-esp32 in the first place.

mottibz commented 3 years ago

Hi, I am not familiar with the process of doing that. Can you help me with that? I will very highly appreciate that!

valeros commented 3 years ago

Unfortunately, I can't help you with this, but there are plenty of examples (e.g. https://github.com/espressif/arduino-esp32/pull/5144).