/wino

Primary LanguagePython

wino:wine_glass:

Authors: Hryts, ch0c01ate, yankur

Description:

Wino project is a solution to problems which people usually come up with during the wine creation. It is a device with embedded hardware called to provide an ability to observe and control the fermentation process.

Features:

With our device, you can see such parameters as:

  • Brix °Bx (amount of sugar per 100 g of solution)
  • Gas pressure (which tells you about the dynamic of the process)
  • Temperature (important factor on which yeasts ability to live depends)

What is done:

  • Many different approaches checked
  • Components found, filtered and ordered
  • Computations provided

TODO:

  • Construct and program the device

Previous decisions:

Final decision:

Refractive method of the °Bx measurement the was chosen. With the help of camera, we are going to get data about total internal reflection angle, which depends on refractive indexes of wine (which, itself, depends on Brix since sugar is optically active). To make the angle big enough to measure it, we will use prism made of optical glass with a refractive angle ~1.52.

Computations:

All computations related to light refraction provided in calculation.py file.

Components: