├── .gitignore ├── .vscode ├── extensions.json ├── settings.json └── tasks.json ├── Hardware ├── ESP8266_GPIO_pin_summary.jpg ├── ET-732 (Thermistor) datasheet scan.pdf ├── KiCad5 │ ├── CloudSmoker-cache.lib │ ├── CloudSmoker-icon.kicad_wks │ ├── CloudSmoker-icon.lib │ ├── CloudSmoker-new-icon.kicad_wks │ ├── CloudSmoker-rescue.lib │ ├── CloudSmoker.bak │ ├── CloudSmoker.kicad_pcb │ ├── CloudSmoker.pro │ ├── CloudSmoker.sch │ ├── CloudSmoker.sch-bak │ ├── ESP8266-07 (old).sch │ ├── ESP8266-07.bak │ ├── ESP8266-07.sch │ ├── ESP8266-07.sch-bak │ ├── LCD.bak │ ├── LCD.sch │ ├── LCD.sch-bak │ ├── Mux.bak │ ├── Mux.sch │ ├── PowerReg.bak │ ├── PowerReg.sch │ ├── Thermstors.bak │ ├── Thermstors.sch │ ├── Thermstors.sch-bak │ ├── rescue errors.txt │ ├── rescue-backup │ │ ├── CloudSmoker-2020-12-28-17-29-20.pro │ │ ├── CloudSmoker-2020-12-28-17-29-20.sch │ │ ├── CloudSmoker-cache-2020-12-28-17-29-20.lib │ │ ├── ESP8266-07-2020-12-28-17-29-20.sch │ │ ├── LCD-2020-12-28-17-29-20.sch │ │ └── Thermstors-2020-12-28-17-29-20.sch │ └── sym-lib-table ├── KiCad6 │ └── cloudSmoker_NodeMCU_prototype │ │ ├── cloudSmoker_NodeMCU_prototype-backups │ │ ├── cloudSmoker_NodeMCU_prototype-2022-04-22_112441.zip │ │ ├── cloudSmoker_NodeMCU_prototype-2022-04-23_114114.zip │ │ ├── cloudSmoker_NodeMCU_prototype-2022-04-23_122752.zip │ │ ├── cloudSmoker_NodeMCU_prototype-2022-04-23_124315.zip │ │ ├── cloudSmoker_NodeMCU_prototype-2022-04-23_141544.zip │ │ ├── cloudSmoker_NodeMCU_prototype-2022-04-24_134429.zip │ │ ├── cloudSmoker_NodeMCU_prototype-2022-04-24_144339.zip │ │ ├── cloudSmoker_NodeMCU_prototype-2022-04-24_152148.zip │ │ ├── cloudSmoker_NodeMCU_prototype-2022-04-24_155804.zip │ │ ├── cloudSmoker_NodeMCU_prototype-2022-04-24_172040.zip │ │ ├── cloudSmoker_NodeMCU_prototype-2022-04-26_101156.zip │ │ ├── cloudSmoker_NodeMCU_prototype-2022-04-26_105322.zip │ │ ├── cloudSmoker_NodeMCU_prototype-2022-04-26_110705.zip │ │ ├── cloudSmoker_NodeMCU_prototype-2022-04-26_112131.zip │ │ ├── cloudSmoker_NodeMCU_prototype-2022-04-26_112641.zip │ │ └── cloudSmoker_NodeMCU_prototype-2022-04-28_104421.zip │ │ ├── cloudSmoker_NodeMCU_prototype.kicad_pcb │ │ ├── cloudSmoker_NodeMCU_prototype.kicad_prl │ │ ├── cloudSmoker_NodeMCU_prototype.kicad_pro │ │ ├── cloudSmoker_NodeMCU_prototype.kicad_sch │ │ ├── cloudSmoker_NodeMCU_prototype.kicad_sch-bak │ │ └── fp-info-cache ├── Maverick ET-732 - 733 (Semitec 105GT-2 Thermistor) datasheet.pdf ├── arduino_housing_01_160717_CAD.PDF.pdf └── cloudSmoker_prototype_schematic_kicad6.pdf ├── Images ├── 2-CH Logic Level Converter.jpg ├── AMS1117 Step down module front-back.jpg ├── AMS1117 Step down module schematic2.png ├── Breadboard.jpg ├── Breadboard2.jpg ├── CD4066 equivalent pin out.jpg ├── CloudSmoker Icon colour.jpg ├── CloudSmoker Icon colour_216x162px.bmp ├── CloudSmoker Icon colour_252x189px.bmp ├── CloudSmoker Icon colour_72x54px.bmp ├── CloudSmoker Icon with text.jpg ├── CloudSmoker Process Diagram.jpg ├── CloudSmoker state diagram2.jpg ├── CloudSmoker-Icon-multicolour-txt-no-bg-resized.png ├── CloudSmoker-Icon-multicolour-txt-with-bg-resized.jpg ├── CloudSmoker-breadboard.jpg ├── CloudSmoker_breadboard_labelled.jpg ├── Construction Images │ ├── built.jpg │ ├── construction.jpg │ ├── cutting-traces.jpg │ ├── final-box-labelled.jpg │ ├── final-box-with-probes.jpg │ ├── nearly-built.jpg │ └── ready-to-button-up.jpg ├── Cook Images │ ├── .xdp_brisket-final-with-logo-border.XJTFK1 │ ├── bbq-going.JPG │ ├── brisket-final-with-log.JPG │ ├── brisket-final.JPG │ ├── brisket-off.JPG │ ├── brisket-with-logo-border.jpg │ ├── cloisSmoker-working.JPG │ ├── cloudSmoker-dashboard.JPG │ ├── cloudSmoker-project-boxed.JPG │ ├── cloudSmoker_unbuttoned.JPG │ └── uncooked-brisket.JPG ├── ESP-07-with-pinout.jpg ├── Keyes-KY-040-Rotary-Encoder-Module-Schematic.png ├── Maverick probe.jpg ├── Maverick probes volt div output.png ├── Maverick probes volt div sensitivity optimised.png ├── Maverick probes volt div sensitivity unoptimised.png ├── Maverick probes volt div sensitivity.png ├── MeatProbe error.jpg ├── PitProbe Temp Error.jpg ├── Power filtered thermister circuit.JPG ├── RC-filter-ADC-cloudSmoker.jpg ├── RC-filter.jpg ├── Semitek GT-2 thermistor res vs temp.jpg ├── Thermistor voltage divider.jpg ├── button-home.jpg ├── button-next.jpg ├── button-previous.jpg ├── cloudSmoker brisket dashboard.png ├── cloudSmoker brisket.png ├── cloudSmoker-fritzing.jpg ├── cloudSmoker_prototype_schematic_kicad6.jpg ├── esp07 smd 0-ohm resistor to remove.png ├── external_antenna.png ├── grounded 732 probe.jpg ├── lcd_1602.jpg ├── lm358_opamp_pinout.jpg ├── lm358_opamp_smd.jpg ├── non-inverting opamp level shifter.jpg └── temp probes with pullups and RC filter.png ├── README.md ├── docs └── index.html ├── include └── README ├── lib ├── README ├── SteinhartHart │ ├── cwg_steinhartHart.cpp │ └── cwg_steinhartHart.h ├── cwg_MedianFilterLib2 │ └── cwg_MedianFilterLib2.h ├── cwg_ads1x15 │ ├── cwg_ads1x15.cpp │ └── cwg_ads1x15.h ├── cwg_wifi │ └── cwg_wifi.hpp ├── helper_functions │ ├── helper_functions.cpp │ └── helper_functions.h ├── lcd │ ├── lcd.cpp │ └── lcd.h ├── myConstants │ ├── myConstants.h │ └── secretsTemplate.h ├── peripherals │ ├── peripherals.h │ └── periphials.cpp ├── periphials_delete_me │ ├── periphials.cpp │ └── periphials.h ├── press_type │ ├── press_type.cpp │ └── press_type.h ├── smokerStates │ ├── smokerStates.cpp │ └── smokerStates.h └── wrapEncoder │ ├── wrapEncoder.cpp │ └── wrapEncoder.h ├── licence.md ├── platformio.ini ├── src └── cloudSmoker_nodeMCU_main.cpp └── test └── README /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/.vscode/extensions.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /Hardware/ESP8266_GPIO_pin_summary.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/ESP8266_GPIO_pin_summary.jpg -------------------------------------------------------------------------------- /Hardware/ET-732 (Thermistor) datasheet scan.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/ET-732 (Thermistor) datasheet scan.pdf -------------------------------------------------------------------------------- /Hardware/KiCad5/CloudSmoker-cache.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/CloudSmoker-cache.lib -------------------------------------------------------------------------------- /Hardware/KiCad5/CloudSmoker-icon.kicad_wks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/CloudSmoker-icon.kicad_wks -------------------------------------------------------------------------------- /Hardware/KiCad5/CloudSmoker-icon.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/CloudSmoker-icon.lib -------------------------------------------------------------------------------- /Hardware/KiCad5/CloudSmoker-new-icon.kicad_wks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/CloudSmoker-new-icon.kicad_wks -------------------------------------------------------------------------------- /Hardware/KiCad5/CloudSmoker-rescue.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/CloudSmoker-rescue.lib -------------------------------------------------------------------------------- /Hardware/KiCad5/CloudSmoker.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/CloudSmoker.bak -------------------------------------------------------------------------------- /Hardware/KiCad5/CloudSmoker.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/CloudSmoker.kicad_pcb -------------------------------------------------------------------------------- /Hardware/KiCad5/CloudSmoker.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/CloudSmoker.pro -------------------------------------------------------------------------------- /Hardware/KiCad5/CloudSmoker.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/CloudSmoker.sch -------------------------------------------------------------------------------- /Hardware/KiCad5/CloudSmoker.sch-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/CloudSmoker.sch-bak -------------------------------------------------------------------------------- /Hardware/KiCad5/ESP8266-07 (old).sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/ESP8266-07 (old).sch -------------------------------------------------------------------------------- /Hardware/KiCad5/ESP8266-07.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/ESP8266-07.bak -------------------------------------------------------------------------------- /Hardware/KiCad5/ESP8266-07.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/ESP8266-07.sch -------------------------------------------------------------------------------- /Hardware/KiCad5/ESP8266-07.sch-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/ESP8266-07.sch-bak -------------------------------------------------------------------------------- /Hardware/KiCad5/LCD.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/LCD.bak -------------------------------------------------------------------------------- /Hardware/KiCad5/LCD.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/LCD.sch -------------------------------------------------------------------------------- /Hardware/KiCad5/LCD.sch-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/LCD.sch-bak -------------------------------------------------------------------------------- /Hardware/KiCad5/Mux.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/Mux.bak -------------------------------------------------------------------------------- /Hardware/KiCad5/Mux.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/Mux.sch -------------------------------------------------------------------------------- /Hardware/KiCad5/PowerReg.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/PowerReg.bak -------------------------------------------------------------------------------- /Hardware/KiCad5/PowerReg.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/PowerReg.sch -------------------------------------------------------------------------------- /Hardware/KiCad5/Thermstors.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/Thermstors.bak -------------------------------------------------------------------------------- /Hardware/KiCad5/Thermstors.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/Thermstors.sch -------------------------------------------------------------------------------- /Hardware/KiCad5/Thermstors.sch-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/Thermstors.sch-bak -------------------------------------------------------------------------------- /Hardware/KiCad5/rescue errors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/rescue errors.txt -------------------------------------------------------------------------------- /Hardware/KiCad5/rescue-backup/CloudSmoker-2020-12-28-17-29-20.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/rescue-backup/CloudSmoker-2020-12-28-17-29-20.pro -------------------------------------------------------------------------------- /Hardware/KiCad5/rescue-backup/CloudSmoker-2020-12-28-17-29-20.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/rescue-backup/CloudSmoker-2020-12-28-17-29-20.sch -------------------------------------------------------------------------------- /Hardware/KiCad5/rescue-backup/CloudSmoker-cache-2020-12-28-17-29-20.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/rescue-backup/CloudSmoker-cache-2020-12-28-17-29-20.lib -------------------------------------------------------------------------------- /Hardware/KiCad5/rescue-backup/ESP8266-07-2020-12-28-17-29-20.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/rescue-backup/ESP8266-07-2020-12-28-17-29-20.sch -------------------------------------------------------------------------------- /Hardware/KiCad5/rescue-backup/LCD-2020-12-28-17-29-20.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/rescue-backup/LCD-2020-12-28-17-29-20.sch -------------------------------------------------------------------------------- /Hardware/KiCad5/rescue-backup/Thermstors-2020-12-28-17-29-20.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/rescue-backup/Thermstors-2020-12-28-17-29-20.sch -------------------------------------------------------------------------------- /Hardware/KiCad5/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad5/sym-lib-table -------------------------------------------------------------------------------- /Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-22_112441.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-22_112441.zip -------------------------------------------------------------------------------- /Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-23_114114.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-23_114114.zip -------------------------------------------------------------------------------- /Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-23_122752.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-23_122752.zip -------------------------------------------------------------------------------- /Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-23_124315.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-23_124315.zip -------------------------------------------------------------------------------- /Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-23_141544.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-23_141544.zip -------------------------------------------------------------------------------- /Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-24_134429.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-24_134429.zip -------------------------------------------------------------------------------- /Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-24_144339.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-24_144339.zip -------------------------------------------------------------------------------- /Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-24_152148.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-24_152148.zip -------------------------------------------------------------------------------- /Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-24_155804.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-24_155804.zip -------------------------------------------------------------------------------- /Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-24_172040.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-24_172040.zip -------------------------------------------------------------------------------- /Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-26_101156.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-26_101156.zip -------------------------------------------------------------------------------- /Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-26_105322.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-26_105322.zip -------------------------------------------------------------------------------- /Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-26_110705.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-26_110705.zip -------------------------------------------------------------------------------- /Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-26_112131.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-26_112131.zip -------------------------------------------------------------------------------- /Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-26_112641.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-26_112641.zip -------------------------------------------------------------------------------- /Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-28_104421.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype-backups/cloudSmoker_NodeMCU_prototype-2022-04-28_104421.zip -------------------------------------------------------------------------------- /Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype.kicad_pcb: -------------------------------------------------------------------------------- 1 | (kicad_pcb (version 20211014) (generator pcbnew) 2 | ) -------------------------------------------------------------------------------- /Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype.kicad_prl -------------------------------------------------------------------------------- /Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype.kicad_pro -------------------------------------------------------------------------------- /Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype.kicad_sch -------------------------------------------------------------------------------- /Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype.kicad_sch-bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/cloudSmoker_NodeMCU_prototype.kicad_sch-bak -------------------------------------------------------------------------------- /Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/KiCad6/cloudSmoker_NodeMCU_prototype/fp-info-cache -------------------------------------------------------------------------------- /Hardware/Maverick ET-732 - 733 (Semitec 105GT-2 Thermistor) datasheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/Maverick ET-732 - 733 (Semitec 105GT-2 Thermistor) datasheet.pdf -------------------------------------------------------------------------------- /Hardware/arduino_housing_01_160717_CAD.PDF.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/arduino_housing_01_160717_CAD.PDF.pdf -------------------------------------------------------------------------------- /Hardware/cloudSmoker_prototype_schematic_kicad6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Hardware/cloudSmoker_prototype_schematic_kicad6.pdf -------------------------------------------------------------------------------- /Images/2-CH Logic Level Converter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/2-CH Logic Level Converter.jpg -------------------------------------------------------------------------------- /Images/AMS1117 Step down module front-back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/AMS1117 Step down module front-back.jpg -------------------------------------------------------------------------------- /Images/AMS1117 Step down module schematic2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/AMS1117 Step down module schematic2.png -------------------------------------------------------------------------------- /Images/Breadboard.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Breadboard.jpg -------------------------------------------------------------------------------- /Images/Breadboard2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Breadboard2.jpg -------------------------------------------------------------------------------- /Images/CD4066 equivalent pin out.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/CD4066 equivalent pin out.jpg -------------------------------------------------------------------------------- /Images/CloudSmoker Icon colour.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/CloudSmoker Icon colour.jpg -------------------------------------------------------------------------------- /Images/CloudSmoker Icon colour_216x162px.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/CloudSmoker Icon colour_216x162px.bmp -------------------------------------------------------------------------------- /Images/CloudSmoker Icon colour_252x189px.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/CloudSmoker Icon colour_252x189px.bmp -------------------------------------------------------------------------------- /Images/CloudSmoker Icon colour_72x54px.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/CloudSmoker Icon colour_72x54px.bmp -------------------------------------------------------------------------------- /Images/CloudSmoker Icon with text.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/CloudSmoker Icon with text.jpg -------------------------------------------------------------------------------- /Images/CloudSmoker Process Diagram.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/CloudSmoker Process Diagram.jpg -------------------------------------------------------------------------------- /Images/CloudSmoker state diagram2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/CloudSmoker state diagram2.jpg -------------------------------------------------------------------------------- /Images/CloudSmoker-Icon-multicolour-txt-no-bg-resized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/CloudSmoker-Icon-multicolour-txt-no-bg-resized.png -------------------------------------------------------------------------------- /Images/CloudSmoker-Icon-multicolour-txt-with-bg-resized.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/CloudSmoker-Icon-multicolour-txt-with-bg-resized.jpg -------------------------------------------------------------------------------- /Images/CloudSmoker-breadboard.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/CloudSmoker-breadboard.jpg -------------------------------------------------------------------------------- /Images/CloudSmoker_breadboard_labelled.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/CloudSmoker_breadboard_labelled.jpg -------------------------------------------------------------------------------- /Images/Construction Images/built.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Construction Images/built.jpg -------------------------------------------------------------------------------- /Images/Construction Images/construction.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Construction Images/construction.jpg -------------------------------------------------------------------------------- /Images/Construction Images/cutting-traces.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Construction Images/cutting-traces.jpg -------------------------------------------------------------------------------- /Images/Construction Images/final-box-labelled.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Construction Images/final-box-labelled.jpg -------------------------------------------------------------------------------- /Images/Construction Images/final-box-with-probes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Construction Images/final-box-with-probes.jpg -------------------------------------------------------------------------------- /Images/Construction Images/nearly-built.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Construction Images/nearly-built.jpg -------------------------------------------------------------------------------- /Images/Construction Images/ready-to-button-up.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Construction Images/ready-to-button-up.jpg -------------------------------------------------------------------------------- /Images/Cook Images/.xdp_brisket-final-with-logo-border.XJTFK1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Cook Images/.xdp_brisket-final-with-logo-border.XJTFK1 -------------------------------------------------------------------------------- /Images/Cook Images/bbq-going.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Cook Images/bbq-going.JPG -------------------------------------------------------------------------------- /Images/Cook Images/brisket-final-with-log.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Cook Images/brisket-final-with-log.JPG -------------------------------------------------------------------------------- /Images/Cook Images/brisket-final.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Cook Images/brisket-final.JPG -------------------------------------------------------------------------------- /Images/Cook Images/brisket-off.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Cook Images/brisket-off.JPG -------------------------------------------------------------------------------- /Images/Cook Images/brisket-with-logo-border.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Cook Images/brisket-with-logo-border.jpg -------------------------------------------------------------------------------- /Images/Cook Images/cloisSmoker-working.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Cook Images/cloisSmoker-working.JPG -------------------------------------------------------------------------------- /Images/Cook Images/cloudSmoker-dashboard.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Cook Images/cloudSmoker-dashboard.JPG -------------------------------------------------------------------------------- /Images/Cook Images/cloudSmoker-project-boxed.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Cook Images/cloudSmoker-project-boxed.JPG -------------------------------------------------------------------------------- /Images/Cook Images/cloudSmoker_unbuttoned.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Cook Images/cloudSmoker_unbuttoned.JPG -------------------------------------------------------------------------------- /Images/Cook Images/uncooked-brisket.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Cook Images/uncooked-brisket.JPG -------------------------------------------------------------------------------- /Images/ESP-07-with-pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/ESP-07-with-pinout.jpg -------------------------------------------------------------------------------- /Images/Keyes-KY-040-Rotary-Encoder-Module-Schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Keyes-KY-040-Rotary-Encoder-Module-Schematic.png -------------------------------------------------------------------------------- /Images/Maverick probe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Maverick probe.jpg -------------------------------------------------------------------------------- /Images/Maverick probes volt div output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Maverick probes volt div output.png -------------------------------------------------------------------------------- /Images/Maverick probes volt div sensitivity optimised.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Maverick probes volt div sensitivity optimised.png -------------------------------------------------------------------------------- /Images/Maverick probes volt div sensitivity unoptimised.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Maverick probes volt div sensitivity unoptimised.png -------------------------------------------------------------------------------- /Images/Maverick probes volt div sensitivity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Maverick probes volt div sensitivity.png -------------------------------------------------------------------------------- /Images/MeatProbe error.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/MeatProbe error.jpg -------------------------------------------------------------------------------- /Images/PitProbe Temp Error.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/PitProbe Temp Error.jpg -------------------------------------------------------------------------------- /Images/Power filtered thermister circuit.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Power filtered thermister circuit.JPG -------------------------------------------------------------------------------- /Images/RC-filter-ADC-cloudSmoker.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/RC-filter-ADC-cloudSmoker.jpg -------------------------------------------------------------------------------- /Images/RC-filter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/RC-filter.jpg -------------------------------------------------------------------------------- /Images/Semitek GT-2 thermistor res vs temp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Semitek GT-2 thermistor res vs temp.jpg -------------------------------------------------------------------------------- /Images/Thermistor voltage divider.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/Thermistor voltage divider.jpg -------------------------------------------------------------------------------- /Images/button-home.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/button-home.jpg -------------------------------------------------------------------------------- /Images/button-next.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/button-next.jpg -------------------------------------------------------------------------------- /Images/button-previous.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/button-previous.jpg -------------------------------------------------------------------------------- /Images/cloudSmoker brisket dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/cloudSmoker brisket dashboard.png -------------------------------------------------------------------------------- /Images/cloudSmoker brisket.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/cloudSmoker brisket.png -------------------------------------------------------------------------------- /Images/cloudSmoker-fritzing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/cloudSmoker-fritzing.jpg -------------------------------------------------------------------------------- /Images/cloudSmoker_prototype_schematic_kicad6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/cloudSmoker_prototype_schematic_kicad6.jpg -------------------------------------------------------------------------------- /Images/esp07 smd 0-ohm resistor to remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/esp07 smd 0-ohm resistor to remove.png -------------------------------------------------------------------------------- /Images/external_antenna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/external_antenna.png -------------------------------------------------------------------------------- /Images/grounded 732 probe.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/grounded 732 probe.jpg -------------------------------------------------------------------------------- /Images/lcd_1602.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/lcd_1602.jpg -------------------------------------------------------------------------------- /Images/lm358_opamp_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/lm358_opamp_pinout.jpg -------------------------------------------------------------------------------- /Images/lm358_opamp_smd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/lm358_opamp_smd.jpg -------------------------------------------------------------------------------- /Images/non-inverting opamp level shifter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/non-inverting opamp level shifter.jpg -------------------------------------------------------------------------------- /Images/temp probes with pullups and RC filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/Images/temp probes with pullups and RC filter.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/README.md -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/docs/index.html -------------------------------------------------------------------------------- /include/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/include/README -------------------------------------------------------------------------------- /lib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/lib/README -------------------------------------------------------------------------------- /lib/SteinhartHart/cwg_steinhartHart.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/lib/SteinhartHart/cwg_steinhartHart.cpp -------------------------------------------------------------------------------- /lib/SteinhartHart/cwg_steinhartHart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/lib/SteinhartHart/cwg_steinhartHart.h -------------------------------------------------------------------------------- /lib/cwg_MedianFilterLib2/cwg_MedianFilterLib2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/lib/cwg_MedianFilterLib2/cwg_MedianFilterLib2.h -------------------------------------------------------------------------------- /lib/cwg_ads1x15/cwg_ads1x15.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/lib/cwg_ads1x15/cwg_ads1x15.cpp -------------------------------------------------------------------------------- /lib/cwg_ads1x15/cwg_ads1x15.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/lib/cwg_ads1x15/cwg_ads1x15.h -------------------------------------------------------------------------------- /lib/cwg_wifi/cwg_wifi.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/lib/cwg_wifi/cwg_wifi.hpp -------------------------------------------------------------------------------- /lib/helper_functions/helper_functions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/lib/helper_functions/helper_functions.cpp -------------------------------------------------------------------------------- /lib/helper_functions/helper_functions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/lib/helper_functions/helper_functions.h -------------------------------------------------------------------------------- /lib/lcd/lcd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/lib/lcd/lcd.cpp -------------------------------------------------------------------------------- /lib/lcd/lcd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/lib/lcd/lcd.h -------------------------------------------------------------------------------- /lib/myConstants/myConstants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/lib/myConstants/myConstants.h -------------------------------------------------------------------------------- /lib/myConstants/secretsTemplate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/lib/myConstants/secretsTemplate.h -------------------------------------------------------------------------------- /lib/peripherals/peripherals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/lib/peripherals/peripherals.h -------------------------------------------------------------------------------- /lib/peripherals/periphials.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/lib/peripherals/periphials.cpp -------------------------------------------------------------------------------- /lib/periphials_delete_me/periphials.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/lib/periphials_delete_me/periphials.cpp -------------------------------------------------------------------------------- /lib/periphials_delete_me/periphials.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/lib/periphials_delete_me/periphials.h -------------------------------------------------------------------------------- /lib/press_type/press_type.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/lib/press_type/press_type.cpp -------------------------------------------------------------------------------- /lib/press_type/press_type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/lib/press_type/press_type.h -------------------------------------------------------------------------------- /lib/smokerStates/smokerStates.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/lib/smokerStates/smokerStates.cpp -------------------------------------------------------------------------------- /lib/smokerStates/smokerStates.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/lib/smokerStates/smokerStates.h -------------------------------------------------------------------------------- /lib/wrapEncoder/wrapEncoder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/lib/wrapEncoder/wrapEncoder.cpp -------------------------------------------------------------------------------- /lib/wrapEncoder/wrapEncoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/lib/wrapEncoder/wrapEncoder.h -------------------------------------------------------------------------------- /licence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/licence.md -------------------------------------------------------------------------------- /platformio.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/platformio.ini -------------------------------------------------------------------------------- /src/cloudSmoker_nodeMCU_main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/src/cloudSmoker_nodeMCU_main.cpp -------------------------------------------------------------------------------- /test/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cwgstreet/cloudSmoker/HEAD/test/README --------------------------------------------------------------------------------