diff --git a/README.md b/README.md index 839c4bb..cf8846a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ![GravityMon Logo](src_docs/source/images/gravitymon_logo_s.png) -GravityMon is a replacement firmware for the iSpindle firmware. It's 100% compatible with the iSpindle hardware design so it does not require any hardware changes. +GravityMon is a replacement firmware for the iSpindle firmware. It's 100% compatible with the iSpindle hardware design so it does not require any hardware changes. From v1.2 you can also use GravityMon for the DIY Floaty Hardware with ESP32 Lite. Now also works with ESP32 d1 mini, ESP32 c3 mini, ESP32 S2 mini which both are pin compatible with ESP8266. @@ -28,4 +28,4 @@ If you want to support my work you can do that through these options Thanks to the following persons for supporting me and this project: -* David Conde \ No newline at end of file +* David Conde, @davidconde \ No newline at end of file diff --git a/src_docs/source/hardware.rst b/src_docs/source/hardware.rst index f6e98a8..b38a867 100644 --- a/src_docs/source/hardware.rst +++ b/src_docs/source/hardware.rst @@ -3,6 +3,11 @@ Hardware ######## +I'm not a hardware designer so I would recommend the following resources for more in depth information on this topic. + +* `Cherry Philip Hardware design, `_ +* `OpenSource Distilling, `_ + iSpindle based on esp8266 ========================= diff --git a/src_docs/source/images/schema_esp32.png b/src_docs/source/images/schema_esp32.png index 47bde9a..e3f6eec 100644 Binary files a/src_docs/source/images/schema_esp32.png and b/src_docs/source/images/schema_esp32.png differ diff --git a/src_docs/source/images/schema_esp8266.png b/src_docs/source/images/schema_esp8266.png index 9a3b65d..3853e0d 100644 Binary files a/src_docs/source/images/schema_esp8266.png and b/src_docs/source/images/schema_esp8266.png differ