Adafruit Bluefruit MO and setting it up for a midi device

Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
User avatar
adafruit_support_mike
 
Posts: 67454
Joined: Thu Feb 11, 2010 2:51 pm

Re: Adafruit Bluefruit MO and setting it up for a midi devic

Post by adafruit_support_mike »

The tutorials have links to all the code you’ll need.

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

Re: Adafruit Bluefruit MO and setting it up for a midi devic

Post by kingmichaelcoy222 »

The midi example works for the feather m0 however, it sends midi notes that are auto triggering by itself. Im wondering is there a ble library that will actually work for the feather m0.

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

Re: Adafruit Bluefruit MO and setting it up for a midi devic

Post by kingmichaelcoy222 »

The BLe Untztrument compiled successfully, now, I just have to make sure the right pins are connected.

User avatar
freddyboomboom
 
Posts: 267
Joined: Wed Feb 16, 2022 7:55 pm

Re: Adafruit Bluefruit MO and setting it up for a midi devic

Post by freddyboomboom »

I don't know about any of your questions, but it looks to me like you're selecting the wrong board in Arduino:
Arduino: 1.8.19 (Mac OS X), Board: "Adafruit Feather M0 (SAMD21), Small (-Os) (standard), Arduino, Off"
So that's probably why you're getting:
/Users/kingmichaelcoy/Documents/Arduino/libraries/USB_Host_Shield_Library_2.0/avrpins.h:1360:2: error: #error "Please define board in avrpins.h"
1360 | #error "Please define board in avrpins.h"

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

Re: Adafruit Bluefruit MO and setting it up for a midi devic

Post by kingmichaelcoy222 »

Here’s a better question. It is said on the feather m0 product page that 8,7,4 are the pins needed to connect to blue fruit le. However when I look on the board I cannot find those numbers. Can you help me specify?

User avatar
freddyboomboom
 
Posts: 267
Joined: Wed Feb 16, 2022 7:55 pm

Re: Adafruit Bluefruit MO and setting it up for a midi devic

Post by freddyboomboom »

You said earlier that you are using the Feather M0 Bluefruit LE, product ID 2995.

The learn guide for that board says they are internally connected to the BLE module.

https://learn.adafruit.com/adafruit-fea ... le/pinouts

Again, in Arduino, make sure you are specifying the Feather M0 Bluefruit LE. If you select one of the other Feather M0 boards IT WILL NOT WORK.

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

Re: Adafruit Bluefruit MO and setting it up for a midi devic

Post by kingmichaelcoy222 »

Am i able to use the feather m0 to trigger midi with just a breadboard and buttons. Or do I have to use that with a uno to utilize the button triggering?

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

Return to “Itsy Bitsy Boards”