How to create and simulate an Arduino controlled blinking LED circuit with TINACloud?

How to create and simulate an Arduino controlled blinking LED circuit with TINACloud?

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

Tutorial Video for Simulation of a Half Adder Circuit with 4 Basic Gates using TINACloud

Tutorial Video for Simulation of a Half Adder Circuit with 4 Basic Gates using TINACloud

The Half Adder is a so called combinational circuit, to add two single binary digits and provide the output plus a carry value. It has two inputs, called A and B, and two outputs S (Sum) and C (Carry).

The relation between inputs (A, B) and the outputs (Sum. Carry) is described by the so called Truth Table. The Truth Table for the Half Adder is as follows:

In this tutorial video we created and tested a Half Adder circuit using TINACloud.

We used basic OR, AND, NOT (Inverter) gates, High-Low switches and Voltage pins for the outputs.

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

Tutorial Video for Simulation of a Half Adder Circuit with 4 Basic Gates using TINA

Tutorial Video for Simulation of a Half Adder Circuit with 4 Basic Gates using TINA

The Half Adder is a so called combinational circuit, to add two single binary digits and provide the output plus a carry value. It has two inputs, called A and B, and two outputs S (Sum) and C (Carry).

The relation between inputs (A, B) and the outputs (Sum. Carry) is described by the so called Truth Table. The Truth Table for the Half Adder is as follows:

In this tutorial video we created and tested a Half Adder circuit using TINA.

We used basic OR, AND, NOT (Inverter) gates, High-Low switches and Voltage pins for the outputs.

Click here to watch our tutorial video and learn more.


You can learn more about TINA here: www.tina.com

Tutorial Video for Simulation of a Half Adder with 2 gates using TINACloud

Tutorial Video for Simulation of a Half Adder with 2 gates using TINACloud

The Half Adder is a so called combinational circuit, to add two single binary digits and provide the output plus a carry value. It has two inputs, called A and B, and two outputs S (Sum) and C (Carry).

The relation between inputs (A, B) and the outputs (Sum. Carry) is described by the so called Truth Table. The Truth Table for the Half Adder is as follows:

In this tutorial video we created and tested a Half Adder circuit unsing TINACloud.

We used an XOR gate for the Sum and an AND gate for the Carry, High-Low switches and Voltage pins for the outputs. We then tested the circuit operation using Transient analysis and the Interactive mode of TINACloud.

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

New Tutorial Video for Simulation of a Half Adder Circuit with 2 gates using TINA with voice-over and subtitles

New Tutorial Video for Simulation of a Half Adder Circuit with 2 gates using TINA with voice-over and subtitles

The half adder is a simple combinational circuit, to add two single binary digits and provide the output plus a carry value. It has two inputs, called A and B, and two outputs S (Sum) and C (Carry).

The relation between inputs (A, B) and the outputs (Sum. Carry) is described by the so called Truth Table. The Truth Table for the Half Adder is as follows:

In this tutorial video we will create and test a Hal Adder circuit in TINA.

To start with, we will draw the schematic diagram of the half adder. We will use an XOR gate for the Sum and an AND gate for the Carry, High-Low switches and Voltage pins for the outputs. We will then test the circuit operation using Transient analysis and the Interactive mode of TINA.

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