Azzera filtri
Azzera filtri

How can I change the resolution of ''Arduino 2'' from 10 to 12 bit using Matlab?

2 visualizzazioni (ultimi 30 giorni)
In Arduino IDE I use the following command: analogReadResolution(12). Does an equivalent one exist on Matlab?

Risposta accettata

Madhu Govindarajan
Madhu Govindarajan il 29 Ago 2018
As of now there is no equivalent from MATLAB support package for Arduino. Here is what I found out for Simulink https://www.mathworks.com/matlabcentral/answers/159964-arduino-due-and-simulink-voltage-resolution
  4 Commenti
Viviana Maria Genua
Viviana Maria Genua il 30 Ago 2018
Ok, thanks. So the only way is to write the code on Arduino IDE to have a better resolution. But If I want to read datas on matlab, it means that what I do on matlab is overwritten on the board?
Madhu Govindarajan
Madhu Govindarajan il 30 Ago 2018
Yes that is correct. When you work with the MATLAB Support package for Arduino, it downloads a new sketch that overwrites the current sketch on Arduino. You could try other workarounds like serial communication with MATLAB and Arduino having its own sketch, but they are all just workarounds.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su MATLAB Support Package for Arduino Hardware in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by