Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.92 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.92 KB
--------------------------------------------------------------------------------
"THE BEER-WARE LICENSE" (Revision 42):

<[email protected]> wrote this file. As long as you retain this notice
you can do whatever you want with this stuff. If we meet some day, and you think
this stuff is worth it, you can buy me a beer in return. -- Matthias Bourg
--------------------------------------------------------------------------------

Installation

/!\ MAC OS only for now (not tested with another OS)

Arduino setup

The arduino will query the sensors and send their data to a socket as a stream.

  1. Install the arduino main software

How to :

=> You will need to have Java SE 6 installed in your computer (if not you will have a pop up with a direct link for download it when trying to install Arduino.app)

  1. Install the sensors libraries

=> This is the serial port you will have to put in the configuration file

  • In the app: go to File->Open and select bioreactor.ino (which should be on your computer, this file will be available for everyone in GitHub but not for now, it is our private file)
  • Another window should open with our code inside
  • In the app: go to Sketch->Import library and select OneWire and dallas-temperature-control (the 2 you have downloaded before)
  • Click the “upload” button to transfer the software from the computer to the Arduino board

Dashboard setup

Visit https://github.com/pol0nium/open_bioreactor_app