Display Arduino voltage and resistance output on MATLAB GUI
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
DGM
am 23 Dez. 2021
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.
Antworten (1)
Sivani Pentapati
am 4 Jan. 2022
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 Kommentare
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer 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!