vshymanskyy / TinyGSM

A small Arduino library for GSM modules, that just works
GNU Lesser General Public License v3.0
1.91k stars 708 forks source link

How to download an MP3 file via HTTP request method using SIM800 #727

Open techiesms opened 1 year ago

techiesms commented 1 year ago

[ ] I have read the Troubleshooting section of the ReadMe

What type of issues is this?

I'm trying to download a short mp3 file using a HTTP link and store it in SPIFFS memory of ESP32 board. I'm using SIM800 with ESP32 board.

What are you working with?

Modem: SIM800 Main processor board: ESP32 board TinyGSM version: 0.11.5

Scenario, steps to reproduce

I want to download an MP3 file via HTTP using SIM800 module whose link I already have and then I want to play it via ESP32. The audio Playback part is done with ESP32 I2S Audio Library. Im struggling with downloading and storing the Mp3 file