How do I create a virtual Arduino Uno instance in Simulink?

5 views (last 30 days)
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.

Answers (1)

Sreeram
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

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!