[go: up one dir, main page]

0% found this document useful (0 votes)
249 views13 pages

EE312 - Embedded Systems Laboratory: Experiment - 1

This document summarizes an embedded systems laboratory experiment. The objectives are to understand embedded C, try blinking an LED with Arduino, and simulate 0-9 counters with and without 7-segment display decoders. It provides links to Tinkercad simulations of an LED blink, 0-9 counter without decoder, 0-9 counter with decoder, and 0-99 counter with decoder. The simulations include circuits and code for each project.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
249 views13 pages

EE312 - Embedded Systems Laboratory: Experiment - 1

This document summarizes an embedded systems laboratory experiment. The objectives are to understand embedded C, try blinking an LED with Arduino, and simulate 0-9 counters with and without 7-segment display decoders. It provides links to Tinkercad simulations of an LED blink, 0-9 counter without decoder, 0-9 counter with decoder, and 0-99 counter with decoder. The simulations include circuits and code for each project.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

EE312 - Embedded Systems

Laboratory

Experiment – 1

Name - Ankit Kumar Singh


Roll No. - 190108004
Date - 08-Aug-2021
Objectives:
1. Understand basics of Embedded C and components used.

2. Try out the LED blinking problem using Arduino UNO on tinkercad.

3. Simulate a counter display 0-9 every second using a 7-segment


display with and without decoder.

4. Simulate a counter display 0-9 every second using a 7-segment


display without decoder.
Blink LED

Link
https://www.tinkercad.com/things/5NEAuy3O6lV-led-
blinking/editel?sharecode=Ei_9rS04gw1s69kDmfPFnOiqdS21P_cq0WM
j5S73zVs

Circuit

Code
0-9 Counter (Without Decoder)

Link
https://www.tinkercad.com/things/e8fgSRAEvN9-0-9-counter-
without-
decoder/editel?sharecode=hI1A2erY1fWfCBQbuflPVIgI_NNzFX4hA
3Udhmrfszg

Circuit
Code
0-9 Counter (With Decoder)

Link
https://www.tinkercad.com/things/4joJ5LYvRXm-0-9-counter-with-
decoder/editel?sharecode=jJzCEBcoEwr2LJ9Z7Hg3X8Z6DqWzCSFDCFp
G24bBGOs

Circuit
Code
0-99 Counter (With Decoder)

Link

https://www.tinkercad.com/things/gmqYh0qAKSc-0-99-counter-with-
decoder/editel?sharecode=4cfCNZ5qW4gVs9RKJjCD4U24iUivJpoJESoU
VA8-XXk

Circuit
Code

You might also like