Difference between revisions of "Human Body Induction Fireplace"
(Created page with "{| style="width: 1000px;" |- | ==Outline== 600px|center Let’s make a fireplace, which can start work automatically when someone is in house...") |
|||
Line 6: | Line 6: | ||
[[File:anywhere_pir-tem.jpg|600px|center]] | [[File:anywhere_pir-tem.jpg|600px|center]] | ||
− | + | Let's make a fireplace, which can start work automatically when someone is in house, and go off when there is no person. | |
<br> | <br> | ||
Suitable kits: mCookie202, IBC | Suitable kits: mCookie202, IBC | ||
Line 58: | Line 58: | ||
==Programming== | ==Programming== | ||
===Required Program Blocks=== | ===Required Program Blocks=== | ||
− | *[[ | + | *[["Temperature&Humidity" program block]] |
− | *[[ | + | *[["PIR" program block]] |
− | *[[ | + | *[["ColorLED prepare" program block]] |
− | *[[ | + | *[["ColorLED control" program block]] |
− | *[[ | + | *[["Waiting" program block]] |
− | *[[ | + | *[["And", "or" program block]] |
− | *[[ | + | *[["Calculate" program block]] |
===Programming Thought=== | ===Programming Thought=== | ||
− | When there is someone in house or the indoor temperature is lower than 30 degrees(need to keep warm), the fireplace is activated. When there is no one in house or the indoor temperature is higher than 30 degrees ( | + | When there is someone in house or the indoor temperature is lower than 30 degrees(need to keep warm), the fireplace is activated. When there is no one in house or the indoor temperature is higher than 30 degrees (needn't to keep warm), the fireplace goes off. |
[[File:mixly-ctrl-pir-tem.jpg|600px|center]] | [[File:mixly-ctrl-pir-tem.jpg|600px|center]] | ||
Line 77: | Line 77: | ||
'''Turn the fireplace off''' | '''Turn the fireplace off''' | ||
− | Wait for the PIR sensor of pin 4 to induce no people in house, or the indoor temperature is higher than 30 | + | Wait for the PIR sensor of pin 4 to induce no people in house, or the indoor temperature is higher than 30 degrees(don't need to keep warm), turn the LED(fireplace) off. |
[[File:mixly-ctrl-pir-tem-code1.jpg|600px|center]] | [[File:mixly-ctrl-pir-tem-code1.jpg|600px|center]] | ||
<br> | <br> |
Latest revision as of 08:41, 12 October 2016
ContentsOutlineLet's make a fireplace, which can start work automatically when someone is in house, and go off when there is no person.
Module BillModule
Other Equipment
Module SetupLook at the New SensorPIR sensor
Setup
ProgrammingRequired Program Blocks
Programming ThoughtWhen there is someone in house or the indoor temperature is lower than 30 degrees(need to keep warm), the fireplace is activated. When there is no one in house or the indoor temperature is higher than 30 degrees (needn't to keep warm), the fireplace goes off. Start To programThere is someone needing to keep warm
Turn the fireplace off Wait for the PIR sensor of pin 4 to induce no people in house, or the indoor temperature is higher than 30 degrees(don't need to keep warm), turn the LED(fireplace) off.
Technical Specification
Related CasesFAQ |