Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

I'm new in Arduino things and i need to get specific sound mp3/wav from website http://example.com/, is there any way to do that thing. I have Arduino Uno r3 and esp8266.

share|improve this question
1  
Yes, probably. Do some research, and when you have specific questions we'll be glad to help. You'll need to investigate such things as how to connect to the internet, how to download a file, how to play that file and what hardware you'll need to drive the speaker or whatever you're using. – Mark Smith Mar 3 at 14:32
1  
What do you hope to do with that file once you have it? – Majenko Mar 3 at 14:41
    
I hope when i have the file to run it with speaker – Teodor Hristov Mar 3 at 16:53
    
playing an mp3 on an esp is going to be challenging. not impossible, but very hard. – dandavis Mar 3 at 19:40
    
I have wtv020m01 to run the music, i cant make that.. esp getting audio file from php web site and store it into sd card after that i run it – Teodor Hristov Mar 4 at 0:48

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.