Forum >DF Audio Player on Arduino Mega 2560
ArduinoGeneral

DF Audio Player on Arduino Mega 2560

userHead Merlin 2012-02-01 10:13:20 4123 Views3 Replies
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
2012-02-03 18:21:37 no. you dont have to change the address.
userHeadPic R2D2C3PO
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
userHeadPic 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.
userHeadPic Hector