Feather M0 and sketches for midi

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
kingmichaelcoy222
 
Posts: 26
Joined: Fri May 27, 2022 2:31 pm

Feather M0 and sketches for midi

Post by kingmichaelcoy222 »

Hi, Now I am totally clear on what I need

I made a simple ble midi controller with a nrf52832.

https://learn.adafruit.com/web-ble-midi ... controller

I have this working but now I want to build one using the Adafruit Feather M0 Bluefruit LE. Is there a sketch that will allow me to do the same thing that I can do with my nrf52?

User avatar
adafruit_support_mike
 
Posts: 67454
Joined: Thu Feb 11, 2010 2:51 pm

Re: Feather M0 and sketches for midi

Post by adafruit_support_mike »

This project does MIDI with a Feather Bluefruit LE:

https://learn.adafruit.com/bluetooth-le ... r/overview

User avatar
kingmichaelcoy222
 
Posts: 26
Joined: Fri May 27, 2022 2:31 pm

Re: Feather M0 and sketches for midi

Post by kingmichaelcoy222 »

I understand, but, the sketch requires neo pixel and the touch sensor right? Is the 15 step sketch the sketch you are referring to?

User avatar
adafruit_support_mike
 
Posts: 67454
Joined: Thu Feb 11, 2010 2:51 pm

Re: Feather M0 and sketches for midi

Post by adafruit_support_mike »

The NeoPixel code is independent of the MIDI code. You can safely ignore that and use the tutorial code as a reference for doing BLE MIDI with the board you're using.

User avatar
kingmichaelcoy222
 
Posts: 26
Joined: Fri May 27, 2022 2:31 pm

Re: Feather M0 and sketches for midi

Post by kingmichaelcoy222 »

Could you point to where the sketch is exactly because I dont think the 15step sketch is what im looking to use? Unless that is the correct one

User avatar
kingmichaelcoy222
 
Posts: 26
Joined: Fri May 27, 2022 2:31 pm

Re: Feather M0 and sketches for midi

Post by kingmichaelcoy222 »

Ok for the fifteen steps library for this board the library that uses the feather m0 in the style of midi control im looking for requires the touch sensor. basic sketch in that category works and uploads. it is a step sequencer. I want to have the functions of what the library requiring the touch sensor or the trellis.

User avatar
kingmichaelcoy222
 
Posts: 26
Joined: Fri May 27, 2022 2:31 pm

Re: Feather M0 and sketches for midi

Post by kingmichaelcoy222 »

I got it working with a midi guitar sketch that is made for the Adafruit 32u4 but I used it for a feather m0

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

Return to “Microcontrollers”