From 43a3880f6e063216952385048be278c87dae466d Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 26 Jan 2024 23:27:14 +0100 Subject: Add mqtt-to-dmx app for ATMega2560 (and possibly, later, others) --- src/app/mqtt-to-dmx/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/app/mqtt-to-dmx/Kconfig (limited to 'src/app/mqtt-to-dmx/Kconfig') 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. -- cgit v1.2.3