Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.02 KB

An homemade proofing box

Please visit my blog to complete build istructions: detailed instructions

Components

  • Arduino Nano or similar (I used a AZDelivery Nano based on ATmega328P Micro Controller)
  • LM35 (temperature sensor)
  • IRF540N (Mosfet NPN)
  • 1K Ohm resistor
  • An heat cable (33Ω/meter)
  • a 20V power supply (for the heat cable)
  • a 5V power supply (for arduino)

Schematics

img

Some tests

I made some tests with the Serial Plotter from Arduino IDE.

Here setting 24°C as target temperature:

img

Here setting 30°C as target temperature:

img

In the last one, after some minutes, I switched off the heating source's power supply (at the end you can see the curve goes down).

License

See the LICENSE file for license rights and limitations (GNU LGPLv3).