I want to send a audio file (MUSIC) from my mobile (Android) over BLUETOOTH. First of all that file should save in sd (memory) card and then same file (signal) should go to I2S amplifier (speaker). Does anyone know how I can receive the file with the ESP32 and save it into sd (memory) card?
(Is it possible to send audio files over BLUETOOTH in esp32 and store it in sd card and send same signal to amplifier (for speaker))
Best regards PM030