You are on page 1of 4

DEPARTMENTOF

COMPUTERSCIENCE&ENGINEERING

Experiment-1.3

1. Aim: Demonstration of Autodesk Tinkercad Simulation Platform.

2. Objective:
a. Learn about IoT based simulations.

b. Testing and model in IoT based simulation platform.


3. Apparatus/Simulator used:
 Tinkercad
4. Code:
//
void setup()
{
pinMode(LED_BUILTIN, OUTPUT);
}

void loop()
{
digitalWrite(LED_BUILTIN, HIGH);
delay(1000); // Wait for 1000 millisecond(s)
digitalWrite(LED_BUILTIN, LOW);
delay(1000); // Wait for 1000 millisecond(s) }

5. Output-
DEPARTMENTOF
COMPUTERSCIENCE&ENGINEERING
DEPARTMENTOF
COMPUTERSCIENCE&ENGINEERING
DEPARTMENTOF
COMPUTERSCIENCE&ENGINEERING

6. Learning outcomes(What I have learnt):

1. We learn about Arduino UNO.


2. We learn about Tinkercad.
3. We learnt about how to connect
Arduino UNO and Tinkercad other
elements.

Evaluation Grid :

S.no Parameters Marks Obtained Maximum Marks


1. Student Performance 12
(Conduct of
experiment)objectives/
Outcomes.
2. Viva Voce 10
3. Submission of 8
Worksheet(Record)
Total 30

You might also like