Hi all,
are there any free alternative to Matlab Arduino target or package to interact with arduino boards?
thanks in advance
Hi all,
are there any free alternative to Matlab Arduino target or package to interact with arduino boards?
thanks in advance
are there any free alternative to Matlab Arduino target or package to interact with arduino boards?
Plenty of them. Processing is one. Many other options exist. Which to use depends on what you want to do. It sure would have been nice if you'd bothered to say what that was.
And, of course, if you'd posted your question in the right place. The Programming forum isn't the right place.
sorry, i thought that it was a programming question.
BUT...i think that i haven't explained well my question..
I'd like to interact as in Matlab, that is..i write a command, press enter and then the command is executed in real time without uploading the code in arduino etc..
Is now clear my question?
Is now clear my question?
No, because that is not what MatLab does.
There is a library, Bitlash, that sort of does what you want, although not using commands like digitalRead() (which isn't a command; it's a function).
i mean what Arduino IO package does using Matlab as you can see in the first minutes of this video that you can see if you have a (free) account in Matlab website.
http://www.mathworks.it/videos/teaching-mechatronics-with-matlab-simulink-and-low-cost-hardware-81912.html
I think Bitlash can help me thanks
I'm not going to register so I can watch a video.