Room Relay Prop applets installation and prop installation.
Components necessary to create, manage and control a Room Relay Prop:
- prop board, either
- Arduino Mega 2560 board
- STM32 Nucleo-144 board
- Raspberry Pi (3B/3B+/4) board
- settings applet
- GUI app to configure every pin that controls a relay on the prop
- control applet:
- GUI control panel app to control the prop relays remotely
- MQTT broker
- an MQTT broker must be present in you local network
First you have to choose what's better for your room Relay prop:
- an Arduino Mega 2560 (with Dragino Yún shield)
- an STM32 Nucleo-144 (F767ZI)
- a Raspberry Pi (3B/3B+/4)
Then configure and upload either:
- MegaRelayProp with
MegaRelayProp.ino
sketch to Arduino Mega 2560 - NucleoRelayProp with
NucleoRelayProp.ino
sketch to STM32 Nucleo-144 - PiPyRelayProp with PiPyRelayProp app to Raspberry Pi
Install the PyQt5 Relay prop control applet and its wiring GUI:
You can use any MQTT broker:
- mosquitto on Windows
- broker included in xcape.io Room software
- standalone installation from mosquitto.org
- moquitto on Raspberry
- any broker in your local network
If you choose Raspberry Pi for your prop, you can install mosquitto on this Raspberry.
Faure Systems (May 15th, 2020)