https://github.com/acm-uiuc/merch-embedded
Embedded web server and control library
https://github.com/acm-uiuc/merch-embedded
arduino embedded merch raspberry-pi
Last synced: about 2 months ago
JSON representation
Embedded web server and control library
- Host: GitHub
- URL: https://github.com/acm-uiuc/merch-embedded
- Owner: acm-uiuc
- License: other
- Created: 2017-03-22T04:10:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T16:17:12.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T07:29:02.699Z (over 1 year ago)
- Topics: arduino, embedded, merch, raspberry-pi
- Language: C++
- Homepage:
- Size: 2.22 MB
- Stars: 1
- Watchers: 42
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Merch Embedded
[](https://acm-uiuc.slack.com/messages/C6XD34KTM)
Possible information sources:
[http://bajavending.com/Manual-de-Operacion-BevMax.pdf](http://bajavending.com/Manual-de-Operacion-BevMax.pdf)
* Has the right picture of the main controller board, no programming information though
[The LCD datasheet](https://media.digikey.com/pdf/Data%20Sheets/Noritake%20PDFs/GU140X16G-7003.pdf)
[LCD Code Library](https://www.noritake-elec.com/support/design-resources/code-libraries/code-library#gu7000)
has some useful info about what commands are sent
[LCD Command List](https://www.noritake-elec.com/support/design-resources/support-guide/gu-7000-command-description)
## License
This project is licensed under the University of Illinois/NCSA Open Source License. For a full copy of this license take a look at the LICENSE file.
When contributing new files to this project, preappend the following header to the file as a comment:
```
Copyright © 2017, ACM@UIUC
This file is part of the Merch Project.
The Merch Project is open source software, released under the University of Illinois/NCSA Open Source License.
You should have received a copy of this license in a file with the distribution.
```