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).
- Host: GitHub
- URL: https://github.com/tgrants/deposit-system
- Owner: tgrants
- License: mit
- Created: 2024-10-05T20:07:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T12:23:01.000Z (over 1 year ago)
- Last Synced: 2025-08-01T14:52:00.037Z (11 months ago)
- Topics: arduino, opencv, prototype, python
- Language: Python
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
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.