Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 2.22 KB

INSTALL.md

File metadata and controls

57 lines (40 loc) · 2.22 KB

Install

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

Arduino, Nucleo or Raspberry ?

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:

PyRelayControl

Install the PyQt5 Relay prop control applet and its wiring GUI:

MQTT broker

You can use any MQTT broker:

If you choose Raspberry Pi for your prop, you can install mosquitto on this Raspberry.

Author

Faure Systems (May 15th, 2020)

  • company: FAURE SYSTEMS SAS
  • mail: dev at faure dot systems
  • github: xcape-io
  • web: xcape.io