Teaching Learning Centre Indian Institute of Technology Hyderabad (Under PMMMNMTT, MHRD)

Teaching Repository

Atal Tinkering Lab


Material used in IIT Hyderabad Atal Tinkering Lab


Introduction to Embedded Systems

1:Arduino for Schools

Description:

This manual introduces a beginner to electronics, computers as well as programming at the same time. School teachers can use it to teach computers to students.

2:C Programming through Arduino IDE.

Description:

This manual shows how to teach C programming to beginners using the arduino and a seven segment display. All basic concepts like conditional statements, loops, arrays and functions are covered.

3:Interfacing LCD with Arduino.

Description:

Through this manual, we learn how to measure an unknown resistance through arduino and display it on an LCD.

4:Interfacing keypad to Arduino .

Description:

This video explains who to design a keypad and interface to Arduino.

5:Python Programming through RPi.GPIO.

Description:

This manual shows how to teach Python programming to beginners using a Raspberry Pi and a seven segment display. All basic concepts like conditional statements, loops, arrays and functions are covered.

6:C Programming through Wiring Pi.

Description:

This manual shows how to install Wiring Pi library in Raspberry Pi and control GPIO pins using C program. It helps us analyse how C programming is used to interact with hardware.

Applied Digital Design

1: Digital Design Through Arduino.

Description:

This manual covers the entire breadth of digital design by building a decade counter using an arduino. In the process, boolean logic, combinational logic and sequential logic are covered.

2:Digital Design through Pi.

Description:

This manual covers the entire breadth of digital design by building a decade counter using a Raspberry Pi. In the process, boolean logic, combinational logic and sequential logic are covered.