how to display the arduino current sensor values in matlab ???
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have current sensor connected to my arduino board displaying current values in the arduino serial monitor. Now I want to display the same values in matlab. I have already established connection between my arduino board and matlab. Here is the code which I have tried
global a;
a=arduino('COM3');
av=a.analogRead(14); //corresponds to analog pin0 on arduino board
0 Kommentare
Antworten (1)
Vasco Sampaio
am 22 Feb. 2018
Bearbeitet: Vasco Sampaio
am 22 Feb. 2018
Hi,
I'm also facing that issue now. Current sensor INA 219 communicates via I2C with Arduino. Have you made any progress on this?
1 Kommentar
Siehe auch
Kategorien
Mehr zu Arduino Hardware finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!