-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't compile after update to 2.2 / Arduino BLE #55
Comments
It seems ArduinoBLE is no longer working :-(. |
(thank you for signalling! 🙏) |
I started a new branch to work on Nano 33 support |
Hi! I reverted to version 2.1.0 which seems to resolve the problem. Then I wonder what difference there is between 2.2.0 and 2.1.0? |
Moved It now compiles, but I can't test it - can you? |
I can try to look into it in the afternoon. I guess I use the link above to alter my library? |
Hi, #include <BLEMIDI_Transport.h> BLEMIDI_CREATE_INSTANCE("CustomName", MIDI) void setup() BLEMIDI.setHandleConnected(OnConnected); MIDI.begin(); void OnConnected() { void OnDisconnected() { I 've got this error message: In file included from /Users/tommi/Documents/Arduino/cancella/cancella.ino:2:0: I'm totally new in this word and a very beginner... so I've literally no idea what to do... can u help me pleaseee!! If there's no way to work this out, there's another way (an easy one...) to make sound out of an Arduino sketch??? Thanks, Tom |
Hi @tommitan Use the branch for the Nano 33/rp2040 (see above) Let me know if it works, so I can roll it up in a release |
I have the same problem, and after updating the library at least it compiles. Will let you know if the hardware talks later (that might of course fail due to numerous other problems - I hope to get my arduino nano ble 33 talking to a CME Widi master). |
Tested and seems to work like a charm. |
Close #55 |
Will this also work on a Nano RP2040 ? I did just order one. Because the Nano 33 might be a bit slow for my use case. |
Hi, yes, i have it working on a RP2040 - let me know here if it also works for you! |
@SunboX did you get it to work on the RP2040? |
@lathoub I've just tested Arduino-Nano-BLE-33 branch on my hardware and it works as expected. May you merge these changes in the master branch? |
thx @spotman - all changes for Arduino Nano-BLE-33 are also copied in the newer CustomSettings branch. Would you might testing that branch? |
@lathoub yep. I have an Arduino Nano 33 BLE board, apps for testing BLE-MIDI protocol and an oscilloscope. What kind of tests I need to run on this branch? |
the same test you ran before on the BLE branch - internally I added template parameters and I want to make sure they compile and work as expected (they got rather complex and want to see if they also work on another machine then mine :-)) |
Dear @lathoub, "In file included from C:\Users\MidiBlePairingandButton\MidiBlePairingandButton.ino:5:0: Nevetheless, I can compile and send midi notes to my Windows machine using this branch (https://github.com/lathoub/Arduino-BLE-MIDI/tree/Arduino-Nano-BLE-33) |
Discussed in #53
Originally posted by agentff6600 March 23, 2022
Hi!
I updated to the new version today. I tried compile MidiBle.ino again onto an Arduino NANO 33 IOT (that worked before the update).
Now I get this message:
I am not sure what to take from this? Is it pointing at a file in var that should not be there?
The text was updated successfully, but these errors were encountered: