Pão de Queijo Development Board. This repo has all libraries from pqdb shield.

Dependents:   pqdb_demo

Pão de Queijo development board is a shield for add-on on any arduino compatible board.

/media/uploads/rmaalmeida/compatibilidade_branco.png

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

/media/uploads/rmaalmeida/pqdb_perifericos.png

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.

/media/uploads/rmaalmeida/pqdb_fenolite_-_cortada.png

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

History

timer driver added default tip

2017-10-03, by rmaalmeida [Tue, 03 Oct 2017 01:27:24 +0000] rev 6

timer driver added


serial driver ready. using mbed Serial getc and putc for speed

2017-10-03, by rmaalmeida [Tue, 03 Oct 2017 00:46:11 +0000] rev 5

serial driver ready. using mbed Serial getc and putc for speed


cooperative soft real time kernel added. using tick as timer interrupt

2017-10-03, by rmaalmeida [Tue, 03 Oct 2017 00:17:53 +0000] rev 4

cooperative soft real time kernel added. using tick as timer interrupt


mcp7940 (i2c rtc) bugs fixed; pwm added

2017-10-02, by rmaalmeida [Mon, 02 Oct 2017 23:39:33 +0000] rev 3

mcp7940 (i2c rtc) bugs fixed; pwm added


Added soft I2C driver and interfaces to ds1307 and mcp7940n (both I2C realtime clocks)

2017-10-01, by rmaalmeida [Sun, 01 Oct 2017 19:30:04 +0000] rev 2

Added soft I2C driver and interfaces to ds1307 and mcp7940n (both I2C realtime clocks)


Added LCD driver and removed interference from seven segment display.

2017-09-30, by rmaalmeida [Sat, 30 Sep 2017 17:50:06 +0000] rev 1

Added LCD driver and removed interference from seven segment display.


P?o de Queijo Development Board v1

2017-09-30, by rmaalmeida [Sat, 30 Sep 2017 17:20:23 +0000] rev 0

P?o de Queijo Development Board v1