+ All Categories
Home > Documents > Embedded System Training Module System Training Module.pdfSneha Palace, Plot No.60, Laxmi Vihar,...

Embedded System Training Module System Training Module.pdfSneha Palace, Plot No.60, Laxmi Vihar,...

Date post: 21-Feb-2020
Category:
Upload: others
View: 2 times
Download: 0 times
Share this document with a friend
13
Embedded System Training Module ABLab Solutions www.ablab.in
Transcript

Embedded System Training

Module ABLab Solutions www.ablab.in

Sneha Palace, Plot No.60, Laxmi Vihar, Near Sainik School, Bhubaneswar-751005 Website: www.ablab.in | E-mail: [email protected] | Ph: 91-674-6573832

Table of Contents

Course Outline ............................................................................................................... 4

1. Introduction to Embedded Systems .............................................................. 4

2. Overview of Basic Electronics ....................................................................... 4

3. Overview of Digital Electronics ..................................................................... 4

4. Power Supply................................................................................................ 4

5. Microprocessor & Microcontroller ................................................................ 5

6. Architectures ................................................................................................ 5

7. Embedded C Programming ........................................................................... 5

8. C Programming Overview ............................................................................. 5

9. Software Development Tools ........................................................................ 6

10. Introduction to ATmega16 ............................................................................ 6

11. Input/Output Ports & Input/Output Devices ................................................ 6

12. Input/Output Ports of ATmega16 ................................................................. 7

13. Light Emitting Diodes(LED) and Atmega16 .................................................... 7

14. Switch, 4X4 Keypad and ATmega16 .............................................................. 8

15. 7-Segment Display and ATmega16 ................................................................ 8

16. Alphanumeric LCD and ATmega16 ................................................................ 8

17. DC Motor, DC Motor Driver and ATmega16 .................................................. 9

18. Relay, Relay Driver and ATmega16 ............................................................... 9

19. Analog to Digital Converter(ADC) and ATmega16 ......................................... 9

20. IR Sensor and ATmega16 ............................................................................ 10

21. Light Sensor and ATmega16 ........................................................................ 10

22. Temperature Sensor and ATmega16 ........................................................... 10

23. Timer Counter 0 and ATmega16 .................................................................. 10

24. Timer Counter 2 and ATmega16 .................................................................. 11

25. Universal Synchronous and Asynchronous Receiver and Transmitter (USART) and ATmega16 ............................................................................................ 11

26. PC communication with ATmega16 ............................................................ 11

Sneha Palace, Plot No.60, Laxmi Vihar, Near Sainik School, Bhubaneswar-751005 Website: www.ablab.in | E-mail: [email protected] | Ph: 91-674-6573832

27. Radio Frequency(RF) Communication ......................................................... 12

28. DTMF Communication ................................................................................ 12

Projects ........................................................................................................................ 12

Kits Detail .................................................................................................................... 13

Course Detail ............................................................................................................... 13

Sneha Palace, Plot No.60, Laxmi Vihar, Near Sainik School, Bhubaneswar-751005 Website: www.ablab.in | E-mail: [email protected] | Ph: 91-674-6573832

ABLab Solutions comes out with exhaustive hands on Training program on Embedded Systems based on the actual Industrial demands. This course would provide the participants knowledge and experience on the fast growing field of Embedded Systems. The program is an ideal foundation for Engineering, Diploma and Science students striving to enter this exciting field.

Course Outline

Introduction to Embedded Systems

What is an Embedded System? Basic parts of an Embedded System Application of Embedded System Examples of Embedded System

Overview of Basic Electronic

Current and Voltage Ohm’s Law Resistors and Capacitors Voltage Divider Rule Diodes and Transistors Applications of Resistors, Capacitors, Diodes and Transistors

Overview of Digital Electronic

Number Systems Logic Levels / Logic Values Logic Gates, Truth Tables and Boolean Equations 8-Bit Registers

Power Supply

What is the need of Power Supply? Different Sources of Power Supply Voltage Regulators Different types of Voltage Regulators Examples of Different Voltage Regulators 7805 based Constant 5V DC Power Supply Designing

Sneha Palace, Plot No.60, Laxmi Vihar, Near Sainik School, Bhubaneswar-751005 Website: www.ablab.in | E-mail: [email protected] | Ph: 91-674-6573832

Circuit Diagram of 7805 based Constant 5V DC Power Supply

Microprocessor & Microcontroller

What is Microprocessor and Microcontroller? Basic Parts of Microprocessor and Microcontroller Difference between Microprocessor and Microcontroller Applications of Microprocessors and Microcontrollers Examples of Microprocessors and Microcontrollers

Architectures

What is Architecture? Different types of Architectures Computer System Architectures and Instruction Set Architectures RISC and CISC Architectures Difference between RISC and CISC Architectures van Neumann and Harvard Architectures Difference between van Neumann and Harvard Architectures AVR Architecture AVR family of Microcontrollers Examples of AVR Microcontrollers

Embedded C Programming

Instruction and Instruction Set Assembly Language and C Language Programming Advantages and Disadvantages of Assembly Language over C Language

C Programming Overview If-else Statement For Loop While Loop Do-While Loop Switch Statement Important points of Embedded C Programming Polling based Software Development Interrupt based Software Development

Sneha Palace, Plot No.60, Laxmi Vihar, Near Sainik School, Bhubaneswar-751005 Website: www.ablab.in | E-mail: [email protected] | Ph: 91-674-6573832

Infinite Loop and Interrupt Service Routine Constraints in Embedded Software Development

Software Development Tools

WinAVR 2010 Installation of WinAVR 2010 AVR Studio 4 Installation of AVR Studio 4 Code writing and compiling in AVR Studio 4 SinaProg Hex Downloader Installation of SinaProg Hex Downloader Program Download to AVR Microcontroller with SinaProg Hex Downloader Fuse Bit Setting with SinaProg Hex Downloader USBasp Driver Installation of USBasp Driver RealTerm Installation of RealTerm Microcontroller Communication with PC through RealTerm USB to Serial Driver Installation of USB to Serial Driver

Introduction to ATmega16

Features of ATmega16 Pin Description of ATmega16 Memories of ATmega16- Flash, SRAM, EEPROM Memory Peripheral Features of ATmega16 Operating Voltage and Frequency of ATmega16

Input/Output Ports & Input/Output Devices

What is an Input/Output Port? What is an Input Device? Examples of Input Devices What is an Output Device? Examples of Output Devices

Sneha Palace, Plot No.60, Laxmi Vihar, Near Sainik School, Bhubaneswar-751005 Website: www.ablab.in | E-mail: [email protected] | Ph: 91-674-6573832

Input/Output Ports of ATmega16

Input/Output Ports of ATmega16 Input/Output Port Registers of ATmega16 Input/Output Port Registers and their Bits Naming Convention Data Direction Register and its Bit Description in ATmega16 Function of Data Direction Register in ATmega16 PORT Register and its Bit Description in ATmega16 Function of PORT Register in ATmega16 PIN Registers Description and its Bit Description in ATmega16 Function of PIN Register in ATmega16 Pull-up & Pull-Down Resistors How to enable internal pull-up in ATmega16? I/O Header file(io.h) Delay Header file(delay.h) F_CPU Macro and its function in AVR Programs Setting frequency for Delay Header file through F_CPU

Light Emitting Diodes(LED) and Atmega16

What is a Light Emitting Diode (LED)? Circuit Diagram of LED Interfacing with ATmega16 AVR Trainer Board-100 AVR USB Programmer LED Interfacing with ATmega16 LED Blinking with ATmega16 LED Pattern 1 with ATmega16 LED Pattern 1 with ATmega16 LED Pattern 2 with ATmega16 LED Pattern 3 with ATmega16 LED Pattern 4 with ATmega16 LED Pattern 5 with ATmega16 LED Pattern 6 with ATmega16 LED Pattern 7 with ATmega16 LED Pattern 8 with ATmega16 LED Dancing with ATmega16 Application of LED

Sneha Palace, Plot No.60, Laxmi Vihar, Near Sainik School, Bhubaneswar-751005 Website: www.ablab.in | E-mail: [email protected] | Ph: 91-674-6573832

Switch, 4X4 Keypad and ATmega16

What is a Switch? Circuit Diagram of Switch Interfacing with ATmega16 Switch Interfacing with ATmega16 Application of Switch What is a 4X4 Keypad? Circuit Diagram of 4X4 Keypad How 4X4 Keypad works? 4X4 Keypad 4X4 keypad Header file(keypad.h) 4X4 Keypad Interfacing with ATmega16(LED Display) 4X4 Keypad Interfacing with ATmega16(LCD Display) 4X4 Keypad based Password Protection with Atmega16(LED Display) 4X4 Keypad based Password Protection with Atmega16(LCD Display) Application of 4X4 Keypad

7-Segment Display and ATmega16

What is a 7-Segment Display? Different Types of Seven Segment Display? Decimal to 7-Segment Decoding Circuit Diagram of 7-Segment Display Interfacing with ATmega16 Quad 7-Segment Display 7-Segment Display Header file(7segment.h) 7-Segment Display Interfacing with ATmega16 Quad 7-Segment Display Interfacing with Atmega16 Multiplexing and Time Sharing Technology 0 to 99 Display in Quad 7-Segment Display with ATmega16 0 to 999 Display in Quad 7-Segment Display with ATmega16 0 to 9999 Display in Quad 7-Segment Display with ATmega16 Application of 7-Segment Display

Alphanumeric LCD and ATmega16

What is an Alphanumeric LCD? How an Alphanumeric LCD works? Circuit Diagram of 16X2 Alphanumeric LC Interfacing with ATmega16 Alphanumeric LCD Header file(lcd.h)

Sneha Palace, Plot No.60, Laxmi Vihar, Near Sainik School, Bhubaneswar-751005 Website: www.ablab.in | E-mail: [email protected] | Ph: 91-674-6573832

16X2 Alphanumeric LCD Interfacing With ATmega16 Horizontal Scrolling in 16X2 Alphanumeric LCD with ATmega16 Vertical Scrolling in 16X2 Alphanumeric LCD with ATmega16 Application of Alphanumeric LCD

DC Motor, DC Motor Driver and ATmega16

What is a DC Motor? How DC Motor Works? Different types of DC Motor DC Motor Driver H-Bridge Driver Circuit Diagram of DC Motor Driver Interfacing with ATmega16(L293D) 5V based DC Motor Driver Interfacing with ATmega16(L293D) PWM based DC Motor Driver Interfacing with ATmega16(L293D) Application of DC Motor

Relay, Relay Driver and ATmega16

What is a Relay? How relay works? Single Relay Driver Circuit Diagram of Relay Driver Circuit Diagram of Single Relay Driver Interfacing with ATmega16 Single Relay Driver Interfacing with ATmega16 Application of Relay

Analog to Digital Converter(ADC) and ATmega16

What is an Analog to Digital Converter (ADC)? How Analog to Digital Converter (ADC) Works? Analog to Digital Converter(ADC) of ATmega16 Registers of Analog to Digital Converter(ADC) in ATmega16 Analog to Digital Converter(ADC) Header file(adc.h) Analog to Digital Converter(ADC) of Atmega16(LED Display) Analog to Digital Converter(ADC) of Atmega16(LCD Display) Application of Analog to Digital Converter(ADC)

Sneha Palace, Plot No.60, Laxmi Vihar, Near Sainik School, Bhubaneswar-751005 Website: www.ablab.in | E-mail: [email protected] | Ph: 91-674-6573832

IR Sensor and ATmega16

What is an IR Sensor? How IR Sensor Works? Circuit Diagram of IR Sensor Analog IR Sensor Circuit Diagram of Analog IR Sensor Interfacing with ATmega16 Analog IR Sensor Interfacing with ATmega16(LED Display) Analog IR Sensor Interfacing with ATmega16(LCD Display) Application of IR Sensor

Light Sensor and ATmega16

What is a Light Sensor? How Light Sensor Works? Circuit Diagram of Light Sensor Analog Light Sensor Circuit Diagram of Analog Light Sensor Interfacing with ATmega16 Analog Light Sensor Interfacing with ATmega16(LED Display) Analog Light Sensor Interfacing with ATmega16(LCD Display) Application of Light Sensor

Temperature Sensor and ATmega16

What is a Temperature Sensor? How Temperature Sensor Works? Pin Description of LM35 Temperature Sensor Circuit Diagram of LM35 Temperature Sensor Interfacing with ATmega16 LM35 Temperature Sensor Interfacing with ATmega16(LED Display) LM35 Temperature Sensor Interfacing with ATmega16(LCD Display) Application of Temperature Sensor

Timer Counter 0 and ATmega16

What is a Timer Counter? Timer Counter 0 of ATmega16 Registers of Timer Counter 0 in ATmega16 Registers Description of Timer Counter 0 in ATmega16 Timer Counter 0 Header file(timercounter0.h)

Sneha Palace, Plot No.60, Laxmi Vihar, Near Sainik School, Bhubaneswar-751005 Website: www.ablab.in | E-mail: [email protected] | Ph: 91-674-6573832

PWM Generation with Timer Counter 0 in ATmega16 Using Timer Counter 0 as Timer Using Timer Counter 0 as Counter Application of Timer Counter

Timer Counter 2 and ATmega16

What is a Timer Counter? Timer Counter 2 of ATmega16 Registers of Timer Counter 2 in ATmega16 Registers Description of Timer Counter 2 in ATmega16 Timer Counter 0 Header file(timercounter2.h) PWM Generation with Timer Counter 2 in ATmega16 Using Timer Counter 2 as Timer Using Timer Counter 2 as Counter Application of Timer Counter

Universal Synchronous and Asynchronous Receiver and Transmitter (USART) and ATmega16

What is a Communication Protocol? Serial and Parallel Communication Simplex, Half Duplex and Full Duplex Communication Universal Synchronous and Asynchronous Receiver and Transmitter

(USART)Communication Protocol USART of ATmega16 Registers Description of USART in ATmega16 USART Header file(usart.h) Application of USART Communication Protocol

PC communication with ATmega16

What is RS-232 Protocol? RS-232 Driver PC to ATmega16 Communication(LED Display) PC to ATmega16 Communication(LCD Display) ATmega16 to PC Communication(LED Display) ATmega16 to PC Communication(LCD Display) Full Duplex Communication Between PC and ATmega16(LED Display)

Sneha Palace, Plot No.60, Laxmi Vihar, Near Sainik School, Bhubaneswar-751005 Website: www.ablab.in | E-mail: [email protected] | Ph: 91-674-6573832

Full Duplex Communication Between PC and ATmega16(LCD Display)

Radio Frequency(RF) Communication

What is RF Communication? 315/433 MHz RF Communication(ASK) HT12D Decoder and HT12E Encoder Circuit Diagram of RF Transmitter and Receiver RF Transmitter and Receiver Wireless Data Communication with RF Transmitter and Receiver Application of RF Communication

DTMF Communication

What is Dual Tone Multiple Frequency (DTMF)? Decoding DTMF Signal Circuit Diagram of DTMF Decoder DTMF Signal Decoding with DTMF Decoder DTMF Decoder Interfacing with ATmega16(LED Display) DTMF Decoder Interfacing with ATmega16(LCD Display) Application of DTMF

Projects

1. 4X4 Keypad based Speed Control of DC motor with ATmega16 (LCD Display) 2. Password Protected 4X4 Keypad based Speed Control of DC motor with

ATmega16 (LCD Display) 3. Password Protected 4X4 Keypad based Wireless Speed Control of DC motor with

ATmega16 (LCD Display) 4. Real Time Temperature Display System using LM35 with ATmega16(LCD Display) 5. Analog IR Sensor based Visitor Counter with ATmega16 (7-Segment Display) 6. Analog IR Sensor based In/Out Counter with ATmega16 (LCD Display) 7. PC based Digital Notice Board with ATmega16 and Alphanumeric LCD 8. Password Protected PC and Relay based Wireless Home Appliance Control

System with Atmega16 9. Analog Light Sensor and Single Relay Driver based Day/Night Automatic

Appliance Controller with ATmega16 10. DTMF based Mobile/ Cell Phone Controlled Robot with ATmega16

Sneha Palace, Plot No.60, Laxmi Vihar, Near Sainik School, Bhubaneswar-751005 Website: www.ablab.in | E-mail: [email protected] | Ph: 91-674-6573832

Kits Detail

AVR Trainer Board-100 AVR USB Programmer 16X2 Alphanumeric LCD 4X4 Keypad Quad 7-Segment Display DC Motor Driver DC Motor DTMF Decoder Analog IR Sensor Analog Light Sensor Temperature Sensor (LM35) RS-232 Driver Single Relay Driver USB to Serial Converter RF Transmitter and Receiver

Course Detail Course Duration:- 50 Hours Course Fee

INR 8000/- With Kit

INR 4999/- Without Kit Visit us at: www.ablab.in

Mail us at: [email protected]

View us at: www.youtube.com/ablabsolutions Like us at: www.facebook.com/ablab.in

Join us at: www.facebook.com/groups/ablabsolutions


Recommended