Filter löschen
Filter löschen

any one facing problems with arduino support packages with ubuntu and arduino uno ?

2 Ansichten (letzte 30 Tage)
The matlab program recognizes the presence of usb port dev/ttyACM0 but it can not upload the code to the board giving an error that the board is not found and make sure the connections are right. Does anybody has a solution please ? thanks in advance. i am using matlab 2018b with ubuntu 20.0.4
  1 Kommentar
Rohan Kale
Rohan Kale am 1 Okt. 2020
Hi Ahmed Soliman,
Can you try programming the board from the Arduino IDE. The IDE can be found at the path which is returned by the command -
>> arduinoio.IDERoot
If this fails, the issue could be with the board or usb port.
Moreover, you can use the TraceOn option to display the debug messages. These messages can be useful in debugging or narrow down the issue with the flashing the board. The command construct is as follows:
>> a = arduino('/dev/ttyACM0', 'Uno', 'TraceOn', true)
Hope it helps.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu MATLAB Support Package for Arduino Hardware finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by