├── LICENSE ├── README.md ├── arduino ├── README.md └── reflow_oven.ino └── nextion-tjc ├── Assets ├── Heatup.png ├── Heatup_alt.png ├── abort.png ├── abort_alt.png ├── cooldown.png ├── cooldown_alt.png ├── cooldown_alt2.png ├── frame.png ├── opendoor.png ├── opendoor_alt1.png ├── opendoor_alt2.png ├── opendoor_alt3.png ├── preset.png ├── preset_alt.png ├── ramp_peak.png ├── ramp_peak_alt.png ├── reflow.png ├── reflow_alt.png ├── soak.png ├── soak_alt.png ├── start.png ├── start_alt.png └── titlecard.png ├── NextionReflow.hmi ├── README.md └── TJCReflow.hmi /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/README.md -------------------------------------------------------------------------------- /arduino/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/arduino/README.md -------------------------------------------------------------------------------- /arduino/reflow_oven.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/arduino/reflow_oven.ino -------------------------------------------------------------------------------- /nextion-tjc/Assets/Heatup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/Assets/Heatup.png -------------------------------------------------------------------------------- /nextion-tjc/Assets/Heatup_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/Assets/Heatup_alt.png -------------------------------------------------------------------------------- /nextion-tjc/Assets/abort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/Assets/abort.png -------------------------------------------------------------------------------- /nextion-tjc/Assets/abort_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/Assets/abort_alt.png -------------------------------------------------------------------------------- /nextion-tjc/Assets/cooldown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/Assets/cooldown.png -------------------------------------------------------------------------------- /nextion-tjc/Assets/cooldown_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/Assets/cooldown_alt.png -------------------------------------------------------------------------------- /nextion-tjc/Assets/cooldown_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/Assets/cooldown_alt2.png -------------------------------------------------------------------------------- /nextion-tjc/Assets/frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/Assets/frame.png -------------------------------------------------------------------------------- /nextion-tjc/Assets/opendoor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/Assets/opendoor.png -------------------------------------------------------------------------------- /nextion-tjc/Assets/opendoor_alt1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/Assets/opendoor_alt1.png -------------------------------------------------------------------------------- /nextion-tjc/Assets/opendoor_alt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/Assets/opendoor_alt2.png -------------------------------------------------------------------------------- /nextion-tjc/Assets/opendoor_alt3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/Assets/opendoor_alt3.png -------------------------------------------------------------------------------- /nextion-tjc/Assets/preset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/Assets/preset.png -------------------------------------------------------------------------------- /nextion-tjc/Assets/preset_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/Assets/preset_alt.png -------------------------------------------------------------------------------- /nextion-tjc/Assets/ramp_peak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/Assets/ramp_peak.png -------------------------------------------------------------------------------- /nextion-tjc/Assets/ramp_peak_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/Assets/ramp_peak_alt.png -------------------------------------------------------------------------------- /nextion-tjc/Assets/reflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/Assets/reflow.png -------------------------------------------------------------------------------- /nextion-tjc/Assets/reflow_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/Assets/reflow_alt.png -------------------------------------------------------------------------------- /nextion-tjc/Assets/soak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/Assets/soak.png -------------------------------------------------------------------------------- /nextion-tjc/Assets/soak_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/Assets/soak_alt.png -------------------------------------------------------------------------------- /nextion-tjc/Assets/start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/Assets/start.png -------------------------------------------------------------------------------- /nextion-tjc/Assets/start_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/Assets/start_alt.png -------------------------------------------------------------------------------- /nextion-tjc/Assets/titlecard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/Assets/titlecard.png -------------------------------------------------------------------------------- /nextion-tjc/NextionReflow.hmi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/NextionReflow.hmi -------------------------------------------------------------------------------- /nextion-tjc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/README.md -------------------------------------------------------------------------------- /nextion-tjc/TJCReflow.hmi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangyDogUK/ReflowOven/HEAD/nextion-tjc/TJCReflow.hmi --------------------------------------------------------------------------------