Search found 2 matches

by mustafaxfe
Tue May 24, 2022 5:05 pm
Forum: Hardware
Topic: ESP32 with max98357a board works. But I can't use void loop() function for other purposes
Replies: 2
Views: 2035

Re: ESP32 with max98357a board works. But I can't use void loop() function for other purposes

Hi, thanks for the reply. It solved some parts of my issue. But I also want to set loop times of audio.loop(). For instance, if I set audio.connecttohost(tts.getSpeechUrl("Hello, World!").c_str()); I want to hear "Hello, World! once until I set another word to connecthost function. I figure out to s...
by mustafaxfe
Fri May 20, 2022 5:23 pm
Forum: Hardware
Topic: ESP32 with max98357a board works. But I can't use void loop() function for other purposes
Replies: 2
Views: 2035

ESP32 with max98357a board works. But I can't use void loop() function for other purposes

I have been learning how to program in esp32 using arduino IDE. I couldn't figure out how to use max98357a board with Esp32-DevKitC. I have tried "Audio.h" and "AudioTools.h" libraries but not is changed. My first attempt was just testing voice output. My code is below: #include "Arduino.h" #include...