Forum >DF Audio Player on Arduino Mega 2560
DF Audio Player on Arduino Mega 2560

Hi friends:
Is it possible to run Audio Player on Arduino Mega2560 Board?
I have running the module on Arduino Uno without problems now.
I did migrate the instalation to Mega, using exactly the same Pin conections; the module turns on but there no response to the commands from the sketch.
Any suggestion or advice will be very appreciate, thanks and regards
Merlin
Is it possible to run Audio Player on Arduino Mega2560 Board?
I have running the module on Arduino Uno without problems now.
I did migrate the instalation to Mega, using exactly the same Pin conections; the module turns on but there no response to the commands from the sketch.
Any suggestion or advice will be very appreciate, thanks and regards
Merlin
2012-02-03 12:59:26 Thank you.
You have rigth. In fact the I2C pins of Mega Board are 20 & 21. However, I still have a question: Is it neccesary to modify the Audio Player Adress in the Sketch?
I mean, this line should be changed:
#define ArduinoPlayer_address 0x35 //ArduinoPlayer I2C address 0x35 (default)
Best regards
merlin
Merlin
You have rigth. In fact the I2C pins of Mega Board are 20 & 21. However, I still have a question: Is it neccesary to modify the Audio Player Adress in the Sketch?
I mean, this line should be changed:
#define ArduinoPlayer_address 0x35 //ArduinoPlayer I2C address 0x35 (default)
Best regards
merlin

2012-02-03 06:05:27 Hi Merlin,
It should run fine with the MEGA as well. Please keep in mind that the MEGA has different pin assignments. I cant recall at the moment which pins are I2C. Please verify that you are using the right pins.
Hector
It should run fine with the MEGA as well. Please keep in mind that the MEGA has different pin assignments. I cant recall at the moment which pins are I2C. Please verify that you are using the right pins.
