Matlab Arduino GUI LED set up

preview_player
Показать описание
How to download files to connect Matlab to Arduino. Creating a GUI using Matlab that will turn on and off an LED connected to PIN 13 on Arduino Uno board.
Рекомендации по теме
Комментарии
Автор

Yes, Simulink is arduino friendly, there are many ways to do it, one way could be using the function blocks.

BadBlad
Автор

Good tutorial mate, will definately try this!! Thanks very much!

sPy
Автор

it works now... thank you very much...

martinanaya
Автор

the other files are use control motors, I think its more for the AdaFruit motor shield.

BadBlad
Автор

Sir, when I try to run this code, appear: Error in MATINO (line 42)
gui_mainfcn(gui_State, varargin{:});
why???

pepoadjpaosdj
Автор

I DID MY MASTER PROJECT USING YOUR CODE WITH SOME TWEAKS

lmbt
Автор

great one, sir! where can I find relative tutorials for mac os? the setting up is somehow different...

chengzhisong
Автор

Try to make a simple GUI, just a button and try to run it with out coding the mfile. Also make sure code its under main function.

BadBlad
Автор

The video is great, can it be programmed by using matlab function block?

rmanze
Автор

thanks dude, the video was of great help

martinhumbertonunezvillarr
Автор

Hi Blad, thanks for this, do you have the files for this project yet?

jeffreyjimenezaraya
Автор

Hi. Thanks for the video. any idea how to play audio file using GUI. probable add with two buttons?
Thanks

futurebegood
Автор

Hello,
thank you very much for the tutorial
can some modifications be done to arduino i/o package to include softwareserial data transfer from matlab to arduino to other serial ports?
i know serialport0 cannot be used because it's reserved for usb-serial of pc-to-arduino.
but can matlab send serial txt to arduino to another serial port on arduino ?

thanks

PaulHsiehFuTsai
Автор

Hi Blad, im making a robotic arm with matlab+arduino, but i dont fully understand the GUI coding, could your make a guide to control 1 servo?

kevinchaw
Автор

Thank you for the TUTO, how can I do the same thing ? but using the Bluetooth instead the serial communication
thank's again

abdobou
Автор

If you want the audio to come out from your PC, just have Matlab play your audio file; y = wavread(‘filename');.

BadBlad
Автор

make your own delay using maybe a counter or better yet use a for loop for example:
for 0:1:50
end

BadBlad
Автор

r2010a, type on the main command window "guide", that will open the GUI menu

BadBlad
Автор

is necessary to run the arduino installing matlab function?

efrainrodriguez
Автор

Hi, i'm new in matlab i have the question when in a hipotetic case the conexion to one led broke, how can i verified if the conexion it's ok, automatically in the matlab

carlosalbertohuamanigonzal