フィルターのクリア

how to display the arduino current sensor values in matlab ???

2 ビュー (過去 30 日間)
akik biswas
akik biswas 2013 年 4 月 18 日
コメント済み: Gongyan Du 2020 年 5 月 28 日
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

回答 (1 件)

Vasco Sampaio
Vasco Sampaio 2018 年 2 月 22 日
編集済み: Vasco Sampaio 2018 年 2 月 22 日
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 件のコメント
Gongyan Du
Gongyan Du 2020 年 5 月 28 日
Have you read MATLAB's ina219 module signal

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeModeling についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by