STE-EngTel (página): mudanças entre as edições

De MediaWiki do Campus São José
Ir para navegação Ir para pesquisar
Arliones.hoeller (discussão | contribs)
Arliones.hoeller (discussão | contribs)
Linha 7: Linha 7:
*[[STE-EngTel_(Plano_de_Ensino)| Course Plan (Portuguese only)]]
*[[STE-EngTel_(Plano_de_Ensino)| Course Plan (Portuguese only)]]
*[[Cronograma de atividades (STE-EngTel) | Class Schedule (Portuguese only)]]
*[[Cronograma de atividades (STE-EngTel) | Class Schedule (Portuguese only)]]
* [http://docente.ifsc.edu.br/arliones.hoeller/ste/ Course File Repository]


=Grades=
=Grades=

Edição das 07h47min de 22 de setembro de 2016

1 Embedded Systems

2 Grades

3 Lab Experiments

The experiments in this course are based on the project Embedded Systems Experiments for the Telecommunication Engineering Undergraduate Program. See this page for the Experimental Setup. We will use the Arduino Uno board as hardware platform, and will be developing software in C/C++ using the GNU compiler with the avrlibc. We have plenty of Arduinos for use in the classroom, but if you can afford, you are encouraged to buy one for yourself to work on the extra-class assignments. They are available for less than R$50. check MercadoLivre.

Arduino's microcontroller is Atmel's ATMega328P. Download its manual here.


3.1 Primary Evaluation

Homework Deadline
Homework 1-3 May 13th, 2016
Homework 4-5 June 10th, 2016
Final Project Design June 28th, 2016
Final Project Implementation July 22nd, 2016

3.2 Homework

Homework Links Deadline
1. Led Blinking ESTE: General Purpose Input and Output (GPIO) April 15th, 2016
2. Light Keyboard ESTE: GPIO and External Interrupts - part 1, ESTE: GPIO and External Interrupts - part 2 April 15th, 2016
3. Light Keyboard the Hard Way ESTE: Light Keyboard from Scrach using GNU GCC and Binutils April 29th, 2016
4. ADC and Sensors ESTE: Analog-to-Digital Converter (ADC) and Sensor Reading, ESTE: Analog Temperature Sensor 2 (NTC - Negative Temperature Coeficient) June 3rd, 2016
5. Timer and PWM ESTE: Pulse Width Modulation (PWM) June 17th, 2016

4 Syllabus

Unit 01 - Get In: Hands on Microcontroller Software

4.1 Unit 01 - Get In: Hands on Microcontroller Software

4.1.1 Introduction to Embedded Systems

4.1.2 Embedded Systems Development: Design Principles

4.1.3 General Porpuse Input Output and External Interrupts

4.1.4 Serial Communication

4.1.5 Input/Output Buffers

4.1.6 Analog-to-Digital Conversion

4.1.7 Digital-to-Analog Conversion

Unit 02 - Get Right: Introduction to Real-Time Systems

4.2 Unit 02 - Get Right: Introduction to Real-Time Systems

4.2.1 Multitasking

4.2.2 Real-Time Scheduling

Unit 03 - Get Out: Networked Embedded Systems

4.3 Unit 03 - Get Out: Networked Embedded Systems

4.3.1 Embedded Networks and Multiprocessors

4.3.2 Embedded Networks Seminar

  • Will be covered by seminars. See Homework 04.
Unit 04 - Get Done: Embedded System Design

4.4 Unit 04 - Get Done: Embedded System Design