TTGO-TAudio icon indicating copy to clipboard operation
TTGO-TAudio copied to clipboard

How do I program this board with Arduino?

Open yolofy opened this issue 6 years ago • 4 comments

Can you provide me with a step-by-step guide to get Arduino working on this board?

yolofy avatar Aug 14 '18 10:08 yolofy

Do you have the ESP32 core library installed? https://github.com/espressif/arduino-esp32

allenck avatar Aug 14 '18 16:08 allenck

Which arduino library do I use to play wav files with the WM8978? where can I find the schematics for this board?

yolofy avatar Aug 20 '18 12:08 yolofy

Try this repository: https://github.com/whyengineer/esp32_snow I have gotten the web_radio example to work. There is also an audio_play example that may be what you want. You will have to use the esp-idf development framework.

allenck avatar Aug 20 '18 16:08 allenck

There is an answer: https://github.com/CelliesProjects/wm8978-esp32

vvs551 avatar May 08 '20 16:05 vvs551