Macropad with Feather and Music Maker?

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
imruffsdad
 
Posts: 24
Joined: Sun Mar 30, 2014 1:21 pm

Macropad with Feather and Music Maker?

Post by imruffsdad »

Is there any way to use the MACROPAD in conjunction with a Feather (Huzzah32 is what I currently have) and the Music Maker Wing?
I want to build a jukebox with the dial moving through sets of songs that you choose by button.

Push in the right direction or no you can't do that appreciated.

All the best,
Dennis

User avatar
dastels
 
Posts: 15608
Joined: Tue Oct 20, 2015 3:22 pm

Re: Macropad with Feather and Music Maker?

Post by dastels »

You could use the STEMMA-QT I2C port to talk to the feather. Code on the Feather would bring it up in peripheral mode and implement the required behavior and the MacroPad would treat it like a regular I2C device.

See https://www.arduino.cc/en/Tutorial/Libr ... sterWriter for a C++ example, and https://circuitpython.readthedocs.io/en ... index.html for a CircuitPython example.

Dave

Locked
Please be positive and constructive with your questions and comments.

Return to “AdaBox! Show us what you made!”