Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luisleao/smiledispenser
https://github.com/luisleao/smiledispenser
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/luisleao/smiledispenser
- Owner: luisleao
- License: apache-2.0
- Created: 2017-05-12T18:32:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T13:22:45.000Z (over 6 years ago)
- Last Synced: 2024-08-01T17:24:19.123Z (3 months ago)
- Language: Java
- Size: 4.57 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-android-things - Smile Candy Machine - Presented at Google I/O 2017 - a candy dispenser activated by smiles. Uses Google Cloud Vision API and Firebase. (Useful links / Sample apps and libraries)
- awesome-android-things - Smile Candy Machine - Presented at Google I/O 2017 - a candy dispenser activated by smiles. Uses Google Cloud Vision API and Firebase. (Useful links / Sample apps and libraries)
README
# smiledispenser
Se você estiver vendo essa url, este eh um equipamento roubado!
Entre em contato com [email protected] com informaçoes sobre sua localizaçao.## Equipment
* Raspiberry Pi 3 + 5V micro-usb power supply
* [Raspiberry Pi Touchscreen Display](https://www.raspberrypi.org/products/raspberry-pi-touch-display/)
* [Raspiberry Pi Camera module](https://www.raspberrypi.org/products/camera-module-v2/) with [2 meters flex cable](https://www.amazon.com/Adafruit-Flex-Cable-Raspberry-Camera/dp/B00XW2NCKS)
* Speaker (anyone with 3.5mm jack)
* [1 channel Relay Module](https://www.amazon.com/Tolako-Arduino-Indicator-Channel-Official/dp/B00VRUAHLE)
* [Candy Dispenser machine](https://www.amazon.com/Motion-Activated-Candy-Dispenser-candy-5/dp/B00AUZ4F0G/)
* 5V power supply (to use with the machine)The machine came with a motor. So I just wired the relay module directly to the motor and use the Pi's GPIO to control it.
## Setup the Display:
To make the touch works you need to connect some pins directly to the raspi. You can use [this tutorial](http://www.makeuseof.com/tag/setup-raspberry-pi-touchscreen/) to connect the pins correctly.