dukeduck1984 / uReflowOven-Esp32-Micropython

μReflow Oven controller based on ESP32 with MicroPython & LVGL
116 stars 33 forks source link

Need Door open servo and Open door switch #22

Open HappyTechnician opened 6 months ago

HappyTechnician commented 6 months ago

Could you

  1. add a servo to open the door for cooling.

  2. file : servo-- define pin(pwm)@ 50HZ.

  3. closed @ 5%,

  4. SLOWLY OPEN to 90% cooling

  5. Can add servo to piece of angle with servo on back of oven with rod to push door open enough to assist with cooling : FAN ON

  6. add language for a micro-switch

  7. (N.O) when closed

  8. (N.C) when not closed

  9. NOT EMERGENCY STOP while cooling.

  10. to keep the oven from heating while door is not closed completely

  11. file: switch -- define pin (in) pin low: door closed. (All is good) pin high: door open: heaters off, cycle stop, buzzer intermittent if not in cooling stage.