Arduino Yun Simulator

Hi

I am working on a simulation project using Proteus ISIS . The problem is I will be using arduino Yun for prototyping, but the arduino libraries available, as far as I know, do not have arduino Yun included, so I was wondering if there is a way to overcome this issue. :confused:

Hi,

Anything that runs on the Leonardo should run on the YUN, and almost everything should run on the Leonardo.
The YUN is a Leonardo with a MIP on top, differences are ninor.

Luc

The Leonardo theory is great for some things but NOT ALL.

Fact that there is another processor on a YUN means that some sketches that use the bridge abilities or are meant to run on the other processor may well not compile is the target build is just the Leo.

There are YUN specific examples if you have installed the cores for the YUN so take a look at those.

Also the way the YUN is accessed for its COM port can differ from the LEO to the full YUN so again be aware of some minor issues as the differences can be more than you may think.