Arduino Nano 33 BLE to MATLAB
Mostrar comentarios más antiguos
I am trying to connect my Arduino Nano 33 BLE via direct serial port.
I have both MATLAB Support and Simulink Support installed, though I plan on using the latter for better integration for what I need.
I am on COM3 and MATLAB detects the board, but when I try to program the board, I am unable to find this board as an option.
I tried just typing
>> a = arduino('COM3','Uno');
and I receive the message
Updating server code on board Uno (COM3). This may take a few minutes.
but it just stays that way.
I know it's not the Uno board, but I also don't know what to put, since Nano 33 BLE is not an option. The closest is Nano 33 IoT, but it doesn't register as what I need.
Help please?
Respuesta aceptada
Más respuestas (3)
Sai Sri Pathuri
el 28 de Mayo de 2020
0 votos
As of MATLAB R2020a, there is no support for Arduino Nano 33 BLE Sense board via the 'Arduino Support Package'. The only possible workaround, at this point, is to use the Arduino Nano board to achieve any desired functionality.
1 comentario
fus
el 12 de Ag. de 2020
what do you mean by "use the Arduino Nano board to achieve any desired functionality"?
Olav Landstad
el 28 de Nov. de 2020
0 votos
Bump. I have the same issue. Did you find a fix?
Edoardo Quattrocchi
el 4 de Dic. de 2020
0 votos
Same issue too, did you find an answer ?
Categorías
Más información sobre Arduino Hardware en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!