https://github.com/m4444/ms-project
Implementation of an embedded device that measures and displays temperature.
https://github.com/m4444/ms-project
arm display joystick-control microcontroller temperature-monitoring temperature-sensor
Last synced: 3 months ago
JSON representation
Implementation of an embedded device that measures and displays temperature.
- Host: GitHub
- URL: https://github.com/m4444/ms-project
- Owner: M4444
- Created: 2018-06-25T01:44:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T01:51:56.000Z (over 7 years ago)
- Last Synced: 2024-05-20T18:35:18.860Z (over 1 year ago)
- Topics: arm, display, joystick-control, microcontroller, temperature-monitoring, temperature-sensor
- Language: C
- Homepage:
- Size: 23.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://en.wikipedia.org/wiki/I%C2%B2C), [1-Wire](https://en.wikipedia.org/wiki/1-Wire), etc.)
were implemented from scratch using the hardware specs included in [here](docs/Hardware_datasheets/).
For a detailed explanation and specific information take a look at the provided documentation
([EN](docs/Documentation_EN.pdf)/[RS](docs/Dokumentacija_RS.pdf)).
### Pictures:


