Mudanças entre as edições de "Embedded Systems Experiments for the Telecommunication Engineering Undergraduate Program"

De MediaWiki do Campus São José
Ir para navegação Ir para pesquisar
Linha 42: Linha 42:
 
*[[ESTE: UART - Interrupts and Circular Buffer]];
 
*[[ESTE: UART - Interrupts and Circular Buffer]];
 
*[[ESTE: Pulse Width Modulation (PWM)]];
 
*[[ESTE: Pulse Width Modulation (PWM)]];
 +
*[[ESTE: Dimmer with PWM and ADC]];
 
*[[ESTE: Serial Peripheral Interface (SPI)]];
 
*[[ESTE: Serial Peripheral Interface (SPI)]];
 
*[[ESTE: Digital Temperature Sensor]];
 
*[[ESTE: Digital Temperature Sensor]];

Edição das 12h14min de 19 de novembro de 2015

This page presents the results of a undergraduate student project executed at IFSC, Campus São José in 2015.

Project

  • Title: Development of Embedded System Experiments for the courses of the Telecommnications Engineering udergraduate program.
  • Acronym: ESTE (Experimentos de SisTemas Embarcados)
  • Context: Funded by IFSC São José Intern Call 13/PRPPGI/2015
  • Student: Katharine Schaeffer Fertig (Telecommnications Engineering)
  • Coordinator: Arliones Hoeller
  • Duration: may-november 2015
  • Goal: To design a set of experiments related to the integration of analog and digital devices to embedded systems.


Experiments

All experiments designed in this project used Atmel AVR microcontrollers. These microcontrollers present a well organized RISC architecture that fits well for didtatic porpuses. They also are easy to be bought by students because they are available in the most popular Arduino platforms. In this project we used the Arduino UNO board.

Used Equipment

  • Extra Equipments: these equipments may be used in some experiments or for debugging.
    • 01 extra Arduino UNO;
    • RS232-USB converter;
    • Multimeter;
    • Osciloscope;
    • Logic Analyzer.

Digital Interfaces Experiments

Analog Interfaces Experiments