ESP 8266 WiFi MP3 Player using YX5300 chip

  Рет қаралды 55,768

MakerUSA

MakerUSA

Күн бұрын

Пікірлер
@prettyawful
@prettyawful 4 жыл бұрын
Hey guys, im using parts of this project atm , thanks so much for sharing. There's an indent error on line 123 of main.py btw, wouldnt work for me untill corrected. As a noob it took me a while to get the esp8266 working. Steps to make it work: 1. install python + esptool 2. install/update the wemos usb drivers 3. "flash" the chip with esptool 4. upload the right firmware 5. download ampy (python app) 6. edit the main.py file from maker makerUSA and change the spaces on line 123 to fit the lines underneath it. 7. download the boot.py from the esp8266 and add network configuration code 7. Upload the files from makerUSA Again thanks a lot for this!
@MakerUSA
@MakerUSA 4 жыл бұрын
Thank you, I have fixed the indentation.
@Stabby666
@Stabby666 6 жыл бұрын
I know this video is old but the 8266 can stream MP3s (and in fact internet radio) itself - it has built in i2s with DMA for that purpose - you don’t need a separate MP3 module...
@MakerUSA
@MakerUSA 6 жыл бұрын
Yeah makes sense, when I made the video, there was very little documentation on the ESP8266. Also this is still useful from a different perspectives including using the same technique to control the MP3 module through an arduino without WiFi off course.
@keithconlisk2751
@keithconlisk2751 3 жыл бұрын
What firmware did you use to get the web interface on the D1 mini? Thanks
@myozone
@myozone 7 жыл бұрын
This would great if this also had an MQTT input
@UmarSear
@UmarSear 5 жыл бұрын
don't think that is a hard addition.
@ajpran
@ajpran 5 жыл бұрын
thanks so much, this is what i'm looking for... i will make this, i hope everything goes well...
@samsulbahridapurwebsite
@samsulbahridapurwebsite 4 жыл бұрын
How to make if input with number spesific track in web?
@berbagibaik
@berbagibaik 2 жыл бұрын
How to add schedule time play, time play by day and aclock
@kanui3618
@kanui3618 4 жыл бұрын
I'm looking for bluetooth speaker use esp32 do you know how to make this?
@webflue
@webflue 7 жыл бұрын
Great project and has given me some ideas. Can you run a speaker directly or do you need an amp? I want to use this on a teddy to read bedtime stories or any other audio files I decide to stream.
@UmarSear
@UmarSear 7 жыл бұрын
You can run the speaker directly, It's designed to be used with headphones or through an amplifier, however for the use case you mentioned I think it should work well when matched with the right speaker.
@satishgupta0709
@satishgupta0709 6 жыл бұрын
hey, Can i used this module to make a call and talk/interact with them on the speaker added to the wifi module? please reply me asap its urgent boss plzz if i cant interfCE THEM PLEASE TELL ME THE OTHER WIFI MODULE AVAILABLE FOR CAL MAKING
@ScottCLemon
@ScottCLemon 7 жыл бұрын
What speaker are you using in this demo? It actually sounds surprisingly loud! What specs? Ohms and power rating?
@UmarSear
@UmarSear 7 жыл бұрын
Will double check, I believe it's an 8Ohm speaker I got from this store stores.ebay.com/speakerjoe
@tommychanpc
@tommychanpc 7 жыл бұрын
Does it can reverse the process? Using a mic replace the speaker and using the esp8266 send out a MP3 file to the phone or computer?
@MakerUSA
@MakerUSA 7 жыл бұрын
Well you would not need the MP3 module for that. To do what you mentioned you need to capture the microphone output and then compress it in MP3 format. The ESP8266 probably does not have enough processing power to do that.
7 жыл бұрын
Hello, when I connect Catalex MP3 Board to Wemos, Wemos is locked. Is there a schematic of your connection? Could it be about power? Thank you
@MakerUSA
@MakerUSA 7 жыл бұрын
Check out the indestructible www.instructables.com/id/WiFi-Enabled-MP3-Player-Using-the-ESP8266-Module-a/
@UmarSear
@UmarSear 7 жыл бұрын
Hard to say, double check the connections I can not reproduce your problem.
7 жыл бұрын
There were errors in the entries in main.py. it works when corrected.
@lornioiz
@lornioiz 7 жыл бұрын
Hello! I know that the RX and TX pins are used for the repl, did you therefore test it with the webrepl? or the webrepl is using those pin somehow al well? Thank you!
@MakerUSA
@MakerUSA 7 жыл бұрын
Lorenzo Baldi hi yes I had to use the Web repl a bit of a pain that there is only one serial interface.
@lornioiz
@lornioiz 7 жыл бұрын
Thank you! you saved me a lot of testing!
@lezbriddon
@lezbriddon 8 жыл бұрын
does this need a router / home wifi or can you just connect phone direct to esp?
@MakerUSA
@MakerUSA 8 жыл бұрын
In my implementation the ESP is connecting to wifi and the phone as well. It is possible to have the ESP to act as an access point so that the phone can connect to it. The issue with that will be that the phone will not be able to connect to the internet in that case. Your usage may warrant that kind of a solution.
@ThomasArroyo
@ThomasArroyo 4 жыл бұрын
@@MakerUSA Is there any way that you can please share the code to make the ESP an access point?
@bobbydigital9323
@bobbydigital9323 6 жыл бұрын
Hi. I am new to microcontrollers. Can i use the yx5300 with a raspberry pi?
@UmarSear
@UmarSear 6 жыл бұрын
It just used a serial interface so pretty much any micro controller will work.
@tobychow4761
@tobychow4761 4 жыл бұрын
where is the speaker hooked up to
@MakerUSA
@MakerUSA 4 жыл бұрын
It's connected through an amplifier. One of these www.ebay.com/str/speakerjoe/Amplifier/_i.html?_storecat=14719247015 Can't remember which one exactly
@adamt7367
@adamt7367 7 жыл бұрын
Hello, I have a few questions first is how do I get the script on to the wemos D1 mini? do I just put the code onto the memory card or what?
@UmarSear
@UmarSear 7 жыл бұрын
You need to upload the code to the D1 Mini through the arduino IDE
@adamt7367
@adamt7367 7 жыл бұрын
Oh okay how do I do this? sorry im new to all of this :)
@JuicyVids1
@JuicyVids1 7 жыл бұрын
Yeah how do you do this? I wanna do it too
@squalazzo
@squalazzo 8 жыл бұрын
does this mp3 module support id3 tag reading from the mp3 files? thanks
@MakerUSA
@MakerUSA 8 жыл бұрын
Hi, Unfortunately it does not. I don't believe it's designed to be used as a full fledged MP3 player implementation. It's more of an industrial use design.
@MakerUSA
@MakerUSA 8 жыл бұрын
My needs for this particular project were very specific and this module works. I am going to get some VS5300 based modules to experiment with soon. I will share my experience with that too.
@patrit4393
@patrit4393 8 жыл бұрын
Is it possible to stream mp3 from web to YX5300 device?
@MakerUSA
@MakerUSA 8 жыл бұрын
I don't think so, again I would use a VS1053 for that, there is Arduino code examples available on the net for that.
@jackronaldo774
@jackronaldo774 5 жыл бұрын
Program not found...... Can you give me the program.
@UmarSear
@UmarSear 5 жыл бұрын
It's on GitHub, the link is in the description.
@smshashank13
@smshashank13 8 жыл бұрын
Can we use vs1003 instead of yx5300?
@MakerUSA
@MakerUSA 8 жыл бұрын
Yes indeed. That will give you things like ID.Tags etc I believe. I have not tried it myself yet.
@iceberg789
@iceberg789 6 жыл бұрын
is the music quality good ?
@umarsear715
@umarsear715 6 жыл бұрын
Quality is very good, now remember the final output is going to depend on amplifier, speakers, power source etc etc
@iceberg789
@iceberg789 6 жыл бұрын
thanks. but i looked up the manual for this ic/module, and found there was no instruction to fetch available files in sd card. i wanted something, with which i can build a playlist with available files. is there any such module available, that outputs the sd card file name/ path etc ?
@MakerUSA
@MakerUSA 6 жыл бұрын
There are some, I have them on my list of things to test and try out.
@marcosfreitas7159
@marcosfreitas7159 5 жыл бұрын
Very good
@MakerUSA
@MakerUSA 8 жыл бұрын
New US based supplier for D1 mini, fast shipping no more waiting for weeks ! goo.gl/5D0xMN
Home automation over WiFi using WeMos ESP8266
15:00
bitluni
Рет қаралды 657 М.
Building a Digital Music Player with I2S?! What is I2S! EB#45
10:24
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
Audio modules for electronics project
37:54
Playful Technology
Рет қаралды 71 М.
Wifi Audio Notifier using ESP8266: Play MP3, TTS & RTTL
5:20
#101 Long lasting DIY "Amazon Dash Button" using an ESP8266
6:36
Andreas Spiess
Рет қаралды 99 М.
Try these 16 Brilliant ESP32 projects!!!
11:18
ToP Projects Compilation
Рет қаралды 623 М.
MP3 Player using MakePython ESP32 LCD development board
14:25
Volos Projects
Рет қаралды 40 М.
ESP32 CAM - 10 Dollar Camera for IoT Projects
29:39
DroneBot Workshop
Рет қаралды 807 М.
12 New AI Projects using Raspberry-Pi, Jetson Nano & more
7:50
ToP Projects Compilation
Рет қаралды 871 М.
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН