The software for the Saluminator® and the Open Fermentation Project SPC is located in this section of the repository. The Quick Start document is located here and it outlines the sequence of installation of the tool chain and how to setup the Raspberry Pi to automation the fermentation process, get connected to Azure Iot Central and monitor the lifecycle of a fermentation recipe.
The content below is the deep dive into each of the Python scripts, modules, classes and cloud integration for Azure Iot Central to create your own implementation end to end.
- Recipe Management Details Recipes in the Saluminator® are fixed with a starting time and a ending time.
The following docs are deep-dives into the specific scripts and modules that comprise the Saluminator® system. I recommmend that you read them in the order intended to get an overview of the usage and sequence when initially setting up your system and then monitoring the recipe.
-
Setup Development Environment Steps needed to get your development toolchain, Python and overall development requirements setup for your developer "Workstation".
-
Setup Raspberry Pi Environment Steps needed to get your development toolchain, Python and overall development requirements setup for your developer "Workstation".
-
Configure System Files Guidance and suggestions for the json files for configuration, security, recipes, etc.
-
Create Database The Create Database script is the first script we run when we setup a new recipe for a fermentation cycle.
-
Provision Device to Azure IoT Central The Create Database script is the first script we run when we setup a new recipe for a fermentation cycle.
