bioreactor


Project maintained by Hackuarium Hosted on GitHub Pages — Theme by mattgraham

Connecting the plate

The heating plate is a standard MK3 plate used in 3D printers. It is a square of 214mm of side.

It is composed on 2 resistors of 2.4Ω and there are 2 ways to connect them:

In our case we will power the plate in 12v and we will connect them in parallel. See the picture for more information.

It is also important to put 2 leds (just to be sure one of them turn on even if you power the plate in the opposite way) and a resistor of 1kΩ (10kΩ would give a much less bright light). This will allow to see when the plate is turned on. Nice to debug !

With a resistance of 1.2Ω in 12v we will need 10A. This is the limit of the powersuppy and it would be nice if we don’t use permanently full power.

Note that the Board is operating at 3V3 and the PID is powered in 12V. Thus the PowerFET used to deliver the required current must be picked up carefully to have a low threshold voltage Vgs and a low Rds channel resistance at this operating 3v3 voltage. Good matches are provided here on Mouser.

We have chosen the BUK965R8-100E for its steady Rds at low Vgs (down to 2V) even for high currents (up to 50A).

Limit values

In order to be able to heat the following conditions have to be met:

The maximal power is 80% of full power that corresponds to around 8A.

The following parameters are define in PID.ino

Enabling heating

In order to turn on the heating you should check the following parameters:

The heating will also depend of the status of the weight.

Disabling heating

Here are the important parameters:

PARAM_TEMP_LIQ 0 A temperature of the solution
PARAM_TEMP_PCB 1 B temperature of the heating plate
PARAM_TEMP_TARGET 26 AA target temperature of the liquid

In order to disable heating just put at target temperature for the board of 0. AA0