Hello,
For my licence I'm doing an Arduino ecosystem using Arduino Mega AT2560 board and I have problems with the mp3 and speakers.
Alone, the mp3 module and those 2 speakers are working perfectly. When it comes to combine the mp3 and the 2 speakers with the rest (3.2" TFT LCD with Megashiled V2.2, DS3231, DHT22, MQ2, vibration module and buzzer) the speakers with the only buzzer I have are doing some noise. The buzzer by himself is not.
The noise is interrupted for 9sec if from the mp3 interface made by me, I put the song(who's not playing, it's just changing the status) in pause. Then, for 9 sec is silence.
I'm using 2 x 0,5W and 8ohm speakers and I mention that the 3 resistors from BY8001 mp3 module are removed (A,B and C) and the connections are:
- the TX from mp3 to RX pin 10 from board (pin 10 can be used for RX according to: https://www.arduino.cc/en/Reference/softwareSerial)
- the RX from mp3 to TX pin 9 with 1K resistor
Here is the library which I'm using and the datasheet for BY8001:
http://www.picaxe.com/docs/by8001.pdf
Does anyone know why is this noise appearing only when all the components are together? Can be because the shield uses the 0 and 1 RX&TX pins or maybe is because I don't have enough power from my laptop's USB port?
Thank you!