Pão de Queijo Development Board. This repo has all libraries from pqdb shield.
Pão de Queijo development board is a shield for add-on on any arduino compatible board.
This project presents the libraries to control the board peripherals using mbed framework. The libraries works as interfaces to keep the main code compatible with the examples from the book "Programação de sistemas embarcados". The peripherals on the board are presented on the folowing picture
The main objective of the project is to develop a low cost, easy to assemble board with a group of peripheral that allows one to start learning embedded systems. The board was routed on one side copper PCB to make easier to buid it yourself.
The source code for Arduino boards (wiring) can be found on: https://github.com/projetopqdb/PQDB-Arduino
The source code for freedom frdm KL05 board (using direct register access) can be found on: https://github.com/projetopqdb/PQDB-KL05Z
The source code from the board schematics and layout can be found on: https://github.com/projetopqdb/PQDB-Hardware
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
6:3fb450ba1e95 | 2017-10-03 | rmaalmeida | timer driver added |
5:90824f533655 | 2017-10-03 | rmaalmeida | serial driver ready. using mbed Serial getc and putc for speed |
4:357a34c10ef2 | 2017-10-03 | rmaalmeida | cooperative soft real time kernel added. using tick as timer interrupt |
3:6ca4d7dd8bea | 2017-10-02 | rmaalmeida | mcp7940 (i2c rtc) bugs fixed; pwm added |
2:4b7f5a060c22 | 2017-10-01 | rmaalmeida | Added soft I2C driver and interfaces to ds1307 and mcp7940n (both I2C realtime clocks) |
1:083267bc0a0e | 2017-09-30 | rmaalmeida | Added LCD driver and removed interference from seven segment display. |
0:32fded6e1775 | 2017-09-30 | rmaalmeida | P?o de Queijo Development Board v1 |