-
Hi Should this library work with the Nano IOT 33? I've installed the correct libraries and am using the following as a test #include<MIDI.h> BLEMIDI_CREATE_DEFAULT_INSTANCE() void setup() { } void loop() { }> But it doesn't compile due to errors below `n file included from C:\Users\steph\AppData\Local\Temp.arduinoIDE-unsaved2023112-1980-1842e3e.n3lbk\sketch_feb12a\sketch_feb12a.ino:3:0: exit status 1 Compilation error: exit status 1` Any idea ? (I used the 'code' selection but it doesn't seem to have worked) Bipman |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Version 2.1.0 works OK. |
Beta Was this translation helpful? Give feedback.
-
Please use this branch: https://github.com/lathoub/Arduino-BLE-MIDI/tree/Arduino-Nano-BLE-33 And report back if all work well (I have asked others before, never got feedback) |
Beta Was this translation helpful? Give feedback.
-
Hi
That's great thanks.
…On Sun, 12 Feb 2023 at 21:30, lathoub ***@***.***> wrote:
Please use this branch:
https://github.com/lathoub/Arduino-BLE-MIDI/tree/Arduino-Nano-BLE-33
And report back if all work well (I have asked others before, never got
feedback)
—
Reply to this email directly, view it on GitHub
<#75 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AY2WDJH6FF6XLRR7JWBCOL3WXFI7BANCNFSM6AAAAAAUZQHXZI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
--
Regards
Stephen Gray
Check out the links below for Skynet ambient music
YouTube
<https://www.youtube.com/channel/UC4cOaAR33QRWzmYxr44Uu-Q?view_as=subscriber>
https://SoundCloud.com\Stephen-Gray-260393121
|
Beta Was this translation helpful? Give feedback.
-
It seems that the error is due to the missing declaration of SERVICE_UUID and CHARACTERISTIC_UUID in the BLEMIDI_ArduinoBLE.h header file, and the suggested alternatives are present in the BLEMIDI_Transport.h header file, so you may need to check if the correct libraries have been installed and if the headers are properly included. As for compatibility with Nano IOT 33, it should work since it is compatible with the ArduinoBLE library. |
Beta Was this translation helpful? Give feedback.
Please use this branch: https://github.com/lathoub/Arduino-BLE-MIDI/tree/Arduino-Nano-BLE-33
And report back if all work well (I have asked others before, never got feedback)