Open vjdobermann opened 7 years ago
Hey, did you manage to fix this? If you did, how?
Hey, do you have the same issue ? I was working on this project at summer 2017^^ I've to dig my cave to find how this issue has been solved xD
Yes I am having the same issue, how'd your project go? I'm extremely new to arduino, so I am using somebody else's code, but I still cannot get it to work.
ok, I'll try to retrieve the files and keep you in touch
Hi everybody, I'm trying to use Hairless and I've got an error message "Error: got unexpected data byte 0x4b." see my capture screen here https://www.dbr-prod.ch/images/capture_hairless2.png
the code in the arduino is the basic one founded in the video tutorial : `#include
define LED 13
// Created and binds the MIDI interface to the default hardware Serial port MIDI_CREATE_DEFAULT_INSTANCE();
void setup() {
}
void loop() { digitalWrite(LED, 1); MIDI.sendNoteOn(60, 60, 1); delay(1000); MIDI.sendNoteOff(60, 0, 1); delay(1000); }`
could someone help me please ?
Great thanks in advance