Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 687 Bytes

File metadata and controls

13 lines (10 loc) · 687 Bytes

Microcontroller

This repo contains the code related to the microcontroller that is in charge of controlling the hardware of the fermentor.

Instalation

To run the Microcontroller follow these steps:

  1. Clone the repo.
  2. Open the Arduino IDE.
  3. Upload your code to your arduino UNO.

The code will be running on the arduino, to interact with it, you can checkout our protocol and execute commands using the arduino IDE Serial Monitor or running the Local-Monitor

Contributing

please refer to our contributing guide for more information.