To make a program work XOD converts it to C++ code, then compiles it to a binary firmware compatible with the board of choice, then pushes the binary to the board itself.
The process is automated and runs behind the scenes once you hit “Upload”. However, many tools are involved and the initial XOD IDE installation can lack some of them. When you upload to a new kind of a board for the first time, a message will appear asking to Download & Install required tools. Confirm to setup them automatically. Keep in mind, it can consume 200 MB or so of Internet traffic and take up a few minutes.
Let’s upload this patch to the Arduino board to see the built-in LED blinking.
See the on-board LED usually marked with the L
letter blinking.
Change the IVAL
value on the clock
node and upload the program again. See how the blinking frequency of the LED changes.
You can click the button with a lightning icon in the deployment pane at the bottom of the screen instead of using the main menu.