aboutsummaryrefslogtreecommitdiff
path: root/digital-controller/README.md
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2021-04-24 16:55:25 -0500
committerGitHub <noreply@github.com>2021-04-24 16:55:25 -0500
commite9975e2b16f095f2a92946e76af5343b98e76ccc (patch)
treee225b14cba263ce466e6f4ded30de7e2cbe8857d /digital-controller/README.md
parentc42f09af60f1a984078a9806eb48afce5fe85b2c (diff)
parent871f3f9ebe774e12ba870eedd2409ee9af6a6189 (diff)
Merge pull request #4 from plampkin/terminology
Updated terminology, add additional descriptions, updated graphics
Diffstat (limited to 'digital-controller/README.md')
-rw-r--r--digital-controller/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/digital-controller/README.md b/digital-controller/README.md
new file mode 100644
index 0000000..796b347
--- /dev/null
+++ b/digital-controller/README.md
@@ -0,0 +1,10 @@
+# Digital Controller
+
+The digital driver board can be controlled using a "digital control unit."
+Potential digital control units include Arduino microcontrollers or Rasberry Pi devices.
+These control units can "supervise" the light intensity and fan speed of WPP devices fitted with digital driver boards.
+
+Custom control unit firmware is required to enable supervision of digital driver boards.
+Open-source firmware for controlling an digital driver board with an Ardunio microcontroller is provided.
+
+Instructions on using this firmware with an Arduino microcontroller is provided in the fabrication and operation instructions.