Search found 2 matches
- Wed Jan 09, 2019 12:16 am
- Forum: General Discussion
- Topic: Hints on pulling GPIO0 low from Geekcreit DOIT v1 dev board.
- Replies: 0
- Views: 2695
Hints on pulling GPIO0 low from Geekcreit DOIT v1 dev board.
Bought the geekcreit esp32 dev v1 board a year ago and didn't have to hold the boot button down to download a new program. Purchased a bunch more this month and now I do have to hold the boot down when downloading from the Arduino IDE. Pain. I have read the "esp32 boot mode selection" page, but I do...
- Wed Nov 08, 2017 11:11 pm
- Forum: ESP32 Arduino
- Topic: Any libraries for playing audio on esp32?
- Replies: 2
- Views: 8886
Any libraries for playing audio on esp32?
I tried the tmrpcm library since it had a key feature: playing multiple concurrent wav files. But it didn't compile with issues related to timers. C:\Users\Owner\Documents\Arduino\libraries\TMRpcm-master\TMRpcm.cpp:104:31: error: 'TCCR1A' was not declared in this scope volatile byte *TCCRnA[] = {&TC...