An open API service indexing awesome lists of open source software.

https://github.com/valandro/microcontrollers

Repository to centralize laboratories from ENG10032 Micro controllers discipline of Federal University of Rio Grande Do Sul.
https://github.com/valandro/microcontrollers

Last synced: about 1 year ago
JSON representation

Repository to centralize laboratories from ENG10032 Micro controllers discipline of Federal University of Rio Grande Do Sul.

Awesome Lists containing this project

README

          

![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)

# ENG10032 Micro controllers

This repository idea is to centralize my journey through the labs from `ENG10032 Microcontrollers` course from `Federal University of Rio Grande do Sul`. All my knowledge through this path could be found at `lab.org` file using **Portuguese**.

## LAB 01

- Enviroment set up

## LAB 02

- Cross compiler and hello world!

## LAB 03

- GPIO and blinking LEDs

![Lab 03 - Circuit](./img/lab03_circuit.png)

![Lab 03 - Protoboard](./img/lab03_galileo.JPG)

## LAB 04

- Call `Assembly` functions in C programs.

## LAB 05

- Call `Interrupts`.

![Lab 05 - Circuit](./img/lab05_circuit.png)

![Lab 05 - Protoboard](./img/lab05_galileo.JPG)

## LAB 06

- Control `PWM`.

![Lab 06_1 - Circuit](./img/lab06_circuit_1.png)

### Fading LED circuit.

![Lab 06_1 - Protoboard](./img/lab06_galileo_1.JPG)

## LAB 07

- `AD(Analogic/Digital)` conversor.

![Lab 07_1 - Circuit 1](./img/lab07_circuit_1.png)

![Lab 07_1 - Protoboard](./img/lab07_galileo_1.JPG)

### License

MIT License. [Click here for more information.](LICENSE)