Teaching Repository
Atal Tinkering Lab
Material used in IIT Hyderabad Atal Tinkering Lab
Introduction to Embedded Systems
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.
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.
Internet of Things
1:Infra Red Sensing through Arduino.
Description:
Through this manual, a student can quickly understand the function of a television remote based on infrared. A set of LEDs connected to an arduino are controlled by an IR remote.
2:Interfacing Bluetooth Module with Arduino.
Description:
This video explains who to interface bluetooth module to Arduino.
Description:
This manual provides a set of simple steps to build a toycar and control its motion using Arduino and infrared sensors. The exercise exposes the student to robotics, power electronics and sensors.
4:Interfacing LDR Sensor to Arduino.
Description:
This video explains who to interface LDR Sensor module to Arduino.