
- #MUSIC MAKER SHIELD ARDUINO MIDI PROJECT HALLOWEEN SERIAL#
- #MUSIC MAKER SHIELD ARDUINO MIDI PROJECT HALLOWEEN CODE#
Serial. Adafruit_VS1053_FilePlayer(BREAKOUT_RESET, BREAKOUT_CS, BREAKOUT_DCS, DREQ, CARDCS) Īdafruit_VS1053_FilePlayer(SHIELD_RESET, SHIELD_CS, SHIELD_DCS, DREQ, CARDCS) #define DREQ 3 // VS1053 Data request, ideally an Interrupt pin These are common pins between breakout and shield #define SHIELD_DCS 6 // VS1053 Data/command select pin (output) #define SHIELD_CS 7 // VS1053 chip select pin (output) Bend all audio files to your will with the Adafruit Music Maker FeatherWingIts a fun-size version of our Music Maker shield. Era 2000s Era 90s Era 80S Era 70S Era 60S Era 50s Era 2010s Era 30s and 40s Fathers Day For Fun Graduation Halloween Inspirational Irish Jazz. #define SHIELD_RESET -1 // VS1053 reset pin (unused!) This project uses the excellent Arduino MIDI Library v4.

These are the pins used for the music maker shield #define BREAKOUT_DCS 8 // VS1053 Data/command select pin (output) Now it is back to 'MIDI mode.' Now plug the Arduino back into your computer and open your favorite midi app (Something like Garage Band. delay(500) ndNoteOff (C3, 0, 1) delay(500) Next unplug the Arduino and remove the jumper on the ICSP header. #define BREAKOUT_CS 10 // VS1053 chip select pin (output) ndNoteOn (C3, 120, 1) // Send note C3 on with a velocity of 120 and on channel 1. #define BREAKOUT_RESET 9 // VS1053 reset pin (output) These are the pins used for the breakout example Written by Limor Fried/Ladyada for Adafruit Industries.īSD license, all text above must be included in any redistribution Please support Adafruit and open-source hardware by purchasing This is an example for the Adafruit VS1053 Codec Breakoutĭesigned specifically to work with the Adafruit VS1053 Codec BreakoutĪdafruit invests time and resources providing this open source code,
#MUSIC MAKER SHIELD ARDUINO MIDI PROJECT HALLOWEEN CODE#
Note that when I run the "player interrupts" code, I do NOT hear a tone at the row of code that states: I have since removed the temporary jumpers. (I added temporary jumpers in the locations shown in the adafruit tutorial for the "player_miditest" shown on the website.) So I know the board makes sound.

While trying to debug this I was able to get a MIDI tone using the "player_miditest" example. I tried the SD Cardinfo sketch as well but got the same error. The cards seem to insert properly and "click" into place as you expect. No luck - I always get the "SD failed, or not present" error. I also tried another SD card, also brand new, and I also tried reformatting that one. The SD card is a brand new SanDisk 16GB, and I reformatted it using SDFormatter V4.0.
#MUSIC MAKER SHIELD ARDUINO MIDI PROJECT HALLOWEEN SERIAL#
I'm attempting to run the Example sketch "player interrupts" and get the following output from the serial monitor every time:

I'm running into a problem with the Music Maker Shield with an Arduino Uno.
