Click here to watch our tutorial video and learn more.
In this tutorial video we will create and simulate the Arduino controlled blinking LED circuit on the screen with TINACloud.
First, we created the circuit using the schematic editor of TINACloud. Next we loaded and compiled the Arduino code.
Let’s quickly follow the operation of the C code:
Initialize the digital pin LED_BUILTIN as an output.
Call the loop function to create an infinite loop for the instructions between the opening { and closing } braces
Turn the LED On with a logic HIGH voltage.
Create a 5ms delay
Turn the LED Off with a logic Low voltage.
Create a 5ms delay
Return to the { opening brace of the loop function.
Now Compile the code by clicking the “Compile” button.
Next click the “Save all”button to save the compiled code.
Click here to watch our tutorial video and learn more.
You can learn more about TINA here: www.tina.com
You can learn more about TINACloud here: www.tinacloud.com