Adruino Matlab Multimeter
Loading...
1,368
Loading...
Uploader Comments (dmaas44)
see all
All Comments (7)
-
Hi this is really interesting, can you possible send me the code to allow to send/receive from the arduno board into matlab. I am very new to Ardunio but have used matlab quite a bit. I what to use the arduno for quite a different application but this would really help me learn a bit faster!!
-
Hi this is really interesting, can you possible send me the code to allow to send/receive from the arduno board into matlab. I am very new to Ardunio but have used matlab quite a bit. I what to use the arduno for quite a different application but this would really help me learn a bit faster!!
Cheers
Loading...
Send me a message with your email address if you'd like the matlab and arduino files. :)
dmaas44 1 year ago
did you use the signal processing on matlab? I want to set up something like that for my senior design. I've got a triaxial accel, a digipot which i've been using for something else, a range sensor, and i'm trying to set up a gyro sometime soon.
youtubishification 1 year ago
@youtubishification I did not use the signal processing in Matlab. It was actually quite simple. When the Arduino board was turned on it would continuously send the readings of all of the sensors (as a string) that are connected to the board via the USB cable. On the Matlab side the computer received the incoming serial data and stores it to variables. These variables are then called upon when needed. to accomplish this you have to use the fopen() and fclose() commands.
dmaas44 1 year ago