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

https://github.com/maxmacstn/esp32cocktailvendingmachine

A beverage dispenser controlled by ESP32 and Android Phone
https://github.com/maxmacstn/esp32cocktailvendingmachine

Last synced: over 1 year ago
JSON representation

A beverage dispenser controlled by ESP32 and Android Phone

Awesome Lists containing this project

README

          

# Cocktail/Beverage Vending Machine
### With Thai standard QR Payment system
This project is for Embedded System Software Class, IC KMITL, 2018. Full report can be found in Document directory.
Build based on first version that was implemented with @warakornjet

![header](https://github.com/maxmacstn/ESP32CocktailVendingMachine/raw/master/Documents/images/header.png)

### Project outcomes
A working Beverage Vending Machine
- Controlled by Bluetooth.
- The machine can dispense each beverage individually.
- The machine can dispense liquid by volume precisely.

Simple and Easy user experience
- HMI with touchscreen via Android Device
- Simple and straightforward GUI
- Pay via QR Code (Thailand Standard)

### Parts and components
- ESP32
- L298N Motor Driver
- Diaphragm pump
- Power supply, 3.3v Regulator
- Android Phone
- CNC cutted 2mm acrylic body and 3D-printed nozzle.

### Schematic
![schematic](https://github.com/maxmacstn/ESP32CocktailVendingMachine/raw/master/Documents/images/bvm_schematic.png)

### Tech stack
- Android App: Kotlin
- Custom backend API & Webhook: Firebase functions
- Database & Transaction records: Firebase Realtime Database
- Payment gateway: GB Prime Pay

### Final Product
![final](https://github.com/maxmacstn/ESP32CocktailVendingMachine/raw/master/Documents/images/bvm_final.jpg)