Blink Tutorial with SimulIDE - chon-group/Argo GitHub Wiki
| Examples | Tools | Wiki |
|---|
First, you need install the SimulIDE on your computer. Follow the steps below:
-
Install the SimulIDE distributed by ChonGroup. In a terminal run the commands below:
echo "deb [trusted=yes] http://packages.chon.group/ chonos main" | sudo tee /etc/apt/sources.list.d/chonos.list sudo apt update sudo apt install linux-headers-`uname -r` chonos-simulide chonos-serial-port-emulator -
After this: (1) execute the SimulIDE; (2) click on open a circuit; (3) open the circuit file at /opt/group.chon/simulide/examples/Chon/Blink

-
Finally: (1) connect the arduino serial port to the chonos serial port emulator at /dev/ttyExogenous0; (2) start the simulation.
