very usefull for arduino increasing capabilities.
The only limit of this project is a better serial communication (still too many errors serial port controls)
I had a problem timeout and error communication.
I use Arduino duemilanove (ATMEGA 168)
I fixed this issue by changing ADIORSV:PDE on line 40, where there is a cicle for 20 PINS (insetad of 13 of Arduino Duemilanove).
i posted better explanation on my own question about, Here:
http://www.mathworks.com/matlabcentral/answers/40698-error-timeout-communication-matlab-arduino-in-support-package-for-arduino-aka-arduinoio-package
When i start with a=arduino('COM5');
it returns a error
"??? Undefined function or method 'arduino' for input arguments of type 'char'."
i can't figure out why. can anybody help me?
it works well, bot sometimes it doesnt recognize any COM port......
A question: someone have tried to send a value of angle to a servo from a variable?
i want to send an angle to a servo, but it changes depending some conditions, so i want to send something like this
target.servoWrite(10,ang);
where"ang" is variable. I have tried to program this, but matlab says it isnt a valid argument.......some ideas?
PD: sorry for bad english
Comment only