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

https://github.com/tgrants/deposit-system

Software for a deposit bin prototype, created as part of the 'Introduction to Business' course (VadZB019).
https://github.com/tgrants/deposit-system

arduino opencv prototype python

Last synced: 5 months ago
JSON representation

Software for a deposit bin prototype, created as part of the 'Introduction to Business' course (VadZB019).

Awesome Lists containing this project

README

          

# deposit-system

Software for a deposit bin prototype, created as part of the 'Introduction to Business' course (VadZB019).

## Contents

Main contents:

- `controller`: Barcode scanner and main controller for the deposit bin
- `driver`: Arduino controller for the physical components
- `mocking`: Script that mocks the driver for development purposes

## Setup

For a general guide on how to set up the environment see [`setup.md`](docs/setup.md).
To set up the controller, see [`controller/README.md`](controller/README.md).

For development purposes, you probably want to [mock](https://en.wikipedia.org/wiki/Mock_object) the physical components.
To set up the mock driver, see [`mocking/README.md`](mocking/README.md).

## Contributing

Contributions are welcome from the Deposit System developer team.
For more information see [`CONTRIBUTING.md`](CONTRIBUTING.md).

## License

This repository is licensed under the MIT License. For more details, see the [LICENSE](LICENSE.md) file.