From 15ce4ff839159f52152e653440c923170c88ef54 Mon Sep 17 00:00:00 2001 From: Ray Jones Date: Sun, 3 Feb 2019 05:36:11 +0000 Subject: [PATCH 1/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3f07cf..8e994ce 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Bluetooth & WiFi interface for Chinese Diesel Heaters Requirements -------------------------- * Requires "blue wire" compatible heater unit -* Blue wire interface circuitry +* Blue wire interface circuitry - please refer to the hardware design schematics in the wiki for guidance. It is important to take note that the blue wire is 5V logic, an ESP32 is 3.3V. Level translation is important! * ESP32 dev module * HC-05 Bluetooth module - preferably exposing the key pin, not power control) * DS18B20 one wire temperature sensor From c96e2ff210e77f54fe5f5fb25d3b43d8fd43ddaf Mon Sep 17 00:00:00 2001 From: Ray Jones Date: Sun, 3 Feb 2019 05:45:31 +0000 Subject: [PATCH 2/5] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e994ce..a308bb8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ Bluetooth & WiFi interface for Chinese Diesel Heaters Requirements -------------------------- * Requires "blue wire" compatible heater unit -* Blue wire interface circuitry - please refer to the hardware design schematics in the wiki for guidance. It is important to take note that the blue wire is 5V logic, an ESP32 is 3.3V. Level translation is important! +* Blue wire interface circuitry - please refer to the hardware design schematics in the wiki for guidance. + It is important to take note that the blue wire is 5V logic, an ESP32 is 3.3V. + Level translation is important! * ESP32 dev module * HC-05 Bluetooth module - preferably exposing the key pin, not power control) * DS18B20 one wire temperature sensor From 2938eb0b53985f7cebceb51fc552500d75e42b9f Mon Sep 17 00:00:00 2001 From: Ray Jones Date: Mon, 4 Feb 2019 04:01:21 +0000 Subject: [PATCH 3/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a308bb8..bea73ef 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Working so far: To be implemented -------------------------- +* Temperature readout in Celcius or Farenheit * MQTT pub/sub * "fuel gauge" - Integrate pump frequency, assuming a repeatable dose of fuel per pump cycle... * Expand hardware compatability with different MCU setups. IE Arduino Due/Mega/Pro ESP8266 & ESP32 From b1e957e25c214ef2876be19da426dc72a9d3597c Mon Sep 17 00:00:00 2001 From: Ray Jones Date: Mon, 4 Feb 2019 07:25:41 +0000 Subject: [PATCH 4/5] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bea73ef..8f68395 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Working so far: * WiFi Connection to existing network or Standalone Access Point Mode (Passwd: thereisnospoon) * Wifi control * DebugPort data sent via Telnet if/when available on the network. -* Two 7 day timers - including repeat every day functionality +* Two timers - including selectable day and repeat functionality * Battery backed Real Time Clock - DS3231 * Prototype "Green PCB" in production, using naked ESP32 and HC-05 modules @@ -42,6 +42,7 @@ To be implemented * Temperature readout in Celcius or Farenheit * MQTT pub/sub * "fuel gauge" - Integrate pump frequency, assuming a repeatable dose of fuel per pump cycle... +* Proper 7 day timer with each day settable for at least 2 times (eg morning/evening) * Expand hardware compatability with different MCU setups. IE Arduino Due/Mega/Pro ESP8266 & ESP32 * Documentation * Regular Hot Burn cycle (DPF mode!) From af5d6d9b8307ae20e52ea9cf2533b68e4b9794b5 Mon Sep 17 00:00:00 2001 From: Ray Jones Date: Wed, 6 Feb 2019 19:57:22 +0000 Subject: [PATCH 5/5] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f68395..4b90485 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,11 @@ Working so far: * Two timers - including selectable day and repeat functionality * Battery backed Real Time Clock - DS3231 * Prototype "Green PCB" in production, using naked ESP32 and HC-05 modules +* Temperature readout in Celcius or Farenheit To be implemented -------------------------- -* Temperature readout in Celcius or Farenheit +* Add 2 external digital inputs, 2 digital outputs, analogue input 433MHz Rx stream, 433MHz Tx stream connections. This would allow external timer units for example, or analogue temeprature demand (which is still only 1 degree resolution). * MQTT pub/sub * "fuel gauge" - Integrate pump frequency, assuming a repeatable dose of fuel per pump cycle... * Proper 7 day timer with each day settable for at least 2 times (eg morning/evening)