Skip to content

A controller for our family's olive pomace burner built with Arduino

Notifications You must be signed in to change notification settings

fernandeslouro/pomace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pomace

Building a custom controller board for our family's pomace boiler.

What the board will need to control:

  • motor to get pomace into the fire (relay, according to light sensor and thermometer) - pin 7
  • fan motor which blows air into the flame (speed controlled, according to light sensor and thermometer)
  • motors bring water from the house (relay, controlled by termometer and requests in the house) - pin 8
  • motor to bring pomace into pyramidal storage (relay, according to a light/fullness sensor to be installed)
  • motor to crunch pomace and bring it to the larger storage (user-actioned, but must add a protection against stalling)
  • heat gun turn on/off (maybe)
  • Will need a clock as well

Sensors the board will have to process:

  • Boiler temperature
  • Temperature of the waters going through the house (sanitary hot water)
  • Temperature inside the house *really a binary value provided by a thermostat inside the house)
  • Waste gas temperature
  • Flame light
  • In the future:
    • Fullness of pyramid storage
    • Stalling of the motors (especially the pomace breaker)

Components Required:

Currenly missing to get system working:

  • Dimmer working with Fan Control
  • Temperature sensor from hot water
  • Thermostat working (kind of optional)
  • Connections with wires to motors

Interrupts

  • Needed for menus
  • Needed for motor control/dimmer

Web server should be able to:

  • Show the present state of the boiler
  • Provide controls for motors
  • Using Blynk running on our VPS

Data Storage:

  • Timestamp from clock
  • Stored into SD card

Motor control:

  • I think I can afford to spare one interrupt pin for the dimmer
  • I need to control the speed of an AC single-phase motor
  • 50 Hz, 220 V, 0.09 kW, 2800 RPM

Resources:

About

A controller for our family's olive pomace burner built with Arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages