0

I did a project with the Arduino Due and the libraries for the VS1053 MP3 Shield were not compatable with the Due. Are the libraries that work with the Uno compatable with the Arduino Mega?

asked Dec 27, 2018 at 21:22

1 Answer 1

2

Are the libraries that work with the Uno compatable with the Arduino Mega?

Sometimes.

They have a higher chance of being compatible, due to them both using the same AVR core, but since internal peripherals differ slightly there is a chance that, depending on what the library does, it won't work right.

You just have to try it and see.

answered Dec 27, 2018 at 21:25
3
  • The main question is: Is that shield compatible with Arduino Mega as SPI is not located on pins 10-12? Commented Dec 27, 2018 at 21:29
  • @KIIV Do you know the answer to that question? Commented Dec 27, 2018 at 22:10
  • If it's this one then I would suspect that yes it is. Pins 11 to 13 are linked directly to the SPI header (note: this means you can't use pins 11-13 for other things on the Due/Mega). Commented Dec 27, 2018 at 22:26

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.