BLE can't create characteristic for Arduino service

6 views (last 30 days)
I have paired MATLAB with my Arduino nano 33 BLE board over BLE, however when I try to access the custom characteristic by UUID it keep saying
"Device profile has changed. Clear existing ble object with address FD604CB7A70C and recreate it." (code attached)
Any ideas? Thanks

Accepted Answer

Thomas Benson
Thomas Benson on 19 Nov 2019
Try putting it all in a .m file instead of going line by line in the command window.
  2 Comments
zzh
zzh on 19 Nov 2019
It worked! But why can't do this line by line?
Thomas Benson
Thomas Benson on 19 Nov 2019
Edited: Thomas Benson on 19 Nov 2019
I'm not really sure. I was having the same problem and I just happened to figurre this out while working on my project with a similar board.

Sign in to comment.

More Answers (0)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!