M4444 / MS-project

Implementation of an embedded device that measures and displays temperature.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microprocessor systems - project

This was a 2016. project for a course in microprocessor systems. The goal was to create a device that measured and displayed temperature in an adjustable format, using an ARM board and some I/O components. There was no IDE support and no hardware-specific libraries were used for communication between the board and the I/O devices. Instead, the protocols (I²C, 1-Wire, etc.) were implemented from scratch using the hardware specs included in here.

For a detailed explanation and specific information take a look at the provided documentation (EN/RS).

Pictures:

About

Implementation of an embedded device that measures and displays temperature.


Languages

Language:C 98.8%Language:Assembly 0.8%Language:C++ 0.4%Language:Makefile 0.0%