Display Arduino voltage and resistance output on MATLAB GUI
4 ビュー (過去 30 日間)
古いコメントを表示
I have developed a MATLAB GUI using Appdesign. This GUI ommuniates with arduino mega. the arduino is a diode and resistor tester. The gui selects either the resistor or diode tester. this also then displays the measured values on a 16x2 lcd. the problem i am facing is displaying these vaules in the GUI in a text box or simply displaying the value.
PLease help. thanks in advance.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/841665/image.png)
2 件のコメント
DGM
2021 年 12 月 23 日
Can you programmatically get these values into the workspace already?
If not, you'll have to describe the code that's actually on the MCU and the code that's used for communicating with it.
回答 (1 件)
Sivani Pentapati
2022 年 1 月 4 日
Hi trishen,
Based on my understanding, you want to display the measured values from arduino board in a GUI made with App Designer. Firstly you can receive the measured values in the form of serial data from the device using Arduino Hardware Simulink Model. Secondly you can execute this model at the backend to fetch the values and update them accordingly in the App Designer. Please refer to this link of how to interact with Simulink Models from App Designer.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!