summaryrefslogtreecommitdiff
path: root/src/app/mqtt-to-dmx/Kconfig
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-01-26 23:27:14 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2024-01-26 23:27:14 +0100
commit43a3880f6e063216952385048be278c87dae466d (patch)
tree37e9a59da769afcf7c926cd45db41cd44d18ce40 /src/app/mqtt-to-dmx/Kconfig
parent021e08eba3272e3e3f30b6175464e48792dff1d1 (diff)
Add mqtt-to-dmx app for ATMega2560 (and possibly, later, others)
Diffstat (limited to 'src/app/mqtt-to-dmx/Kconfig')
-rw-r--r--src/app/mqtt-to-dmx/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/app/mqtt-to-dmx/Kconfig b/src/app/mqtt-to-dmx/Kconfig
new file mode 100644
index 0000000..80a42a2
--- /dev/null
+++ b/src/app/mqtt-to-dmx/Kconfig
@@ -0,0 +1,11 @@
+# Copyright 2024 Birte Kristina Friesel
+#
+# SPDX-License-Identifier: CC0-1.0
+
+prompt "MQTT to DMX gateway via ESP8266-01"
+depends on !loop && !wakeup && meta_driver_dmx && (meta_driver_stdin1 || meta_driver_stdin2 || meta_driver_stdin3) && meta_driver_timer
+help
+ MQTT to DMX gateway based upon an ESP8266 MQTT to UART bridge and a MAX485.
+ Connect ESP8266 TX to UART1/2/3 RX and enable the corresponding stdin and stdout drivers, configured to 115200 Baud.
+ Connect UART1/2/3 TX to MAX485 DI and enable the corresponding DMX driver.
+ Do not use the same UART for stdin and DMX.