How do I create a virtual Arduino Uno instance in Simulink?
1 view (last 30 days)
Show older comments
I wanted to use arduino Uno board for my project. But, I'm not in possession of the board at present, hence I wanted to create a virtual Arduino board in Simulink to simulate my project.
Thank you.
0 Comments
Answers (1)
Sreeram
on 24 Jul 2014
Hi Yashwardan,
Currently there is no availability to have this working out of the box.
In general as a note to use a simulator: Just in case you happen to have access to the coder license you could try manually loading the .elf file (which is allowed to be generated only if you have an access to the board connected to the system ) into the simavr environment which ships along with the Arduino IDE and simulate the behavior. For more info on the simavr refer to the link below : https://gitorious.org/simavr/pages/GetStarted
Hope this helps ! Thanks, Sreeram Mohan
0 Comments
See Also
Categories
Find more on Run on Target Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!