Skip to content

Blink Tutorial with SimulIDE

Nilson Lazarin edited this page Sep 29, 2024 · 5 revisions
Examples Tools Wiki

First, you need install the SimulIDE on your computer. Follow the steps below:

  1. 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
  2. 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

    simulIDE

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

    simulIDE_Starting

Clone this wiki locally