Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.51 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.51 KB

OpenBLab

photo

Unleash the power of automation in your lab with this culture monitoring system! Using a Raspberry Pi camera and off-the-shelf components, the system makes it a breeze to track the growth of your cultures. Simply add your sample to the agar gel, set the temperature and snapshot frequency, press START and sit back. Monitor your progress remotely and watch your results soar!


Requirements

Parts:

If using a 12V peltier device, you will also need

For the sample:

Example UI

Setup

Ensure 1-wire module is loaded on RPi:

  • add dtoverlay=w1-gpio,gpiopin=14 line to /boot/config.txt
  • sudo apt install bc
  • reboot

Connect DS18B20 to RPi:

Pin on sensor GPIO on Pi
Data GPIO 14
Power 3.3v
GND GND

Run API:

cd code/api 
pipenv install
pipenv run start:dev