Hello! My name is Abel, I am an Aerospace Engineering graduated student at Texas University. For my research and Thesis, I am required to built a Test bench to run different combinations of Brushless Motors and Propellers, and measure different parameters, like voltage, current, thrust, rpm... and make an study of the performance, efficiency etc...
I am totally new in this world, and I knew nothing about Arduino. I got an Arduino UNO, a load cell, an HX711, a brushless motor and a ESC. Despite of being new in Arduino, I have experience building and flying Racing Drones.
For now, I could manage to run the motor using a potenciometer, and also programming increases of pwm value from 1000 to 2000 (maximun and minimum ESC signal). I get the thrust values in the serial monitor.
Now I have to take the next step: Recording all the data in Matlab, to create plots and store the results.
I have received today a voltage sensor and the 720 Current sensor.
I have installed the Arduino support package for Matlab. Now I am stuck, because I have serious conceptual doubts. I have seen a lot of tutorials an I have researched online, but still I need somebody to explain me some questions.
Can I totally control my Arduino (all the functions) with Matlab? I mean, not write anything in the arduino IDE from the beginning and program all the funtions and set up all the sensors only with Matlab?
Maybe I have to setup all the sensors with arduino IDE and then read some values and store them in Matlab?
I do not know how this is working.
Please help me.
Thank you
Do I have to