Code for the Sm^rt Saucer for EDGE X
Features
- Adds sauce with varying pump speeds to 7, 10, 12, and 14 inch Donatos pizza.
- Settings and help window for ease of use
- Sends help requests to Firebase: https://console.firebase.google.com/project/smart-saucer/database/smart-saucer/data
Setup & Installation
- Install Raspbian to Raspberry Pi (any version)
- Enable serial port in raspi-config menu (assumed serial port is /dev/ttyAMA0)
- Disable screen blanking in rasp-config menu
- Clone this repository onto the Pi $ git clone https://github.com/corinnedixon/Saucer
- Run $ pip3 install pyfireconnect (for firebase connection in Python 3)
- Run $ sudo apt-get install python3-pil.imagetk (for images in Python 3)
Usage & Details Code runs with 5 Stepper Motors. Ports can be adjusted in each code file. Timing and speeds can also be adjusted under variable declaration section of the files.