First of all, we would like to express our deeply honest greeting to all of you, who lay trust in our efforts and use our products! We are working hard day-by-day to keep software and hardware up-to-date and develop the products and ourselves. We are trying to deliver devices and services, which serve your lives and purposes better, than any past ones, taking our environment also in focus. Sustainable, long lifespan, reliable, flexible and easy to use - in a green shape!
The qReCon superior quality 4 channel relay module was created, because the mission critical endpoints need reliable and durable control over the connected devices. The qReCon features high-end austrian SCHRACK relays guaranteed for 250VAC@10A high lifespan, with galvanic isolation and top quality screw terminals for easy deployment and managability. On top of that, the Raspberry Pi HAT module form factor delivers easy, plug-and-play installation without efforts. Our solution is simple in design with robust build and very good support.
Comapitble devices:
There are two versions so far of the module: a simpler v1.0 and a more advanced v2.2
New features on v2.2:
- selectable polarity (ACTIVE HIGH / ACTIVE LOW)
- selectable pinset (2 sets)
The v2.2 has a DIP switch for selecting polarity and pinset.
Set 1 Set 2
Relay 1 Pin 40 Pin 37
Relay 2 Pin 38 Pin 35
Relay 3 Pin 36 Pin 33
Relay 4 Pin 29 Pin 31
- pin numbers are standard Raspberry Pi 2x20 GPIO header physical pins (nor BCM, neither wiringPi)
If you are using RaspiOS, you can clone the repository and start the compiled binaries, run the shell script or execute python3 interpreter. The binaries and the source codes for the c++ version are available for distribution. Feel free to post pull requests!
Libraries needed:
libgpiod-dev
You can compile the source files with following options and libraries:
/usr/bin/gcc -g -Wall relay_test.cpp -o relay_test -lgpiod
/home/pi/qReCon/relay_test


