From c01c99697d28f1a93a9fde17e6dd9ddabe09375f Mon Sep 17 00:00:00 2001 From: Ray Jones Date: Sun, 25 Nov 2018 21:43:01 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 72a5f00..75d390a 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,21 @@ Bluetooth interface for Chinese Diesel Heaters Working so far: * Power On/Off * Temperature + & - +* Fuel mixture tuning +* Temperature sensing (DS18B20) * Heat exchanger body temperature as reported by heater unit +* Interface to external SH1106 based OLED for a full featured controller +* 5 button keypad interface * Smart error detection, observes unusual heater state progression (ignition fail) -* list to be expanded * Bluetooth Connectivity * Bluetooth Control App for Android (Alpha Testing) * WiFi Connection to existing network or Standalone Access Point Mode (Passwd: thereisnospoon) +* list to be expanded To be implemented -------------------------- * Wifi control * DebugPort data to be sent via Telnet if/when available on the network. * MQTT pub/sub -* Temperature sensing (DS18B20) -* Interface to external screen such as oled or nextion for a full featured controller * Expand hardware compatability with different MCU setups. IE Arduino Due/Mega/Pro ESP8266 & ESP32 * Documentation