diff options
author | plampkin <83132062+plampkin@users.noreply.github.com> | 2021-04-24 14:36:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 14:36:58 -0500 |
commit | 871f3f9ebe774e12ba870eedd2409ee9af6a6189 (patch) | |
tree | e225b14cba263ce466e6f4ded30de7e2cbe8857d | |
parent | 6f205498b8c492406d7ab619033eeeba0256c86c (diff) |
Create README.md
-rw-r--r-- | digital-controller/README.md | 10 |
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. |