80 lines
1.4 KiB
Markdown
Raw Normal View History

2024-11-06 08:54:31 -05:00
# FabLock Kallax
2025-02-20 17:00:39 +00:00
[FabLock](https://gitlab.com/fabinfra/fabhardware/fablock) custom firmware (written in C) for [Ants Make 16 Channel ESP32 Relay Driver 5V DC Module (AM-022)](https://templates.blakadder.com/ants-make_AM-022.html)
2024-11-06 08:54:31 -05:00
2025-02-20 17:00:39 +00:00
Note: this module is also compatible with Tasmota firmware, but as statet, we use a our custom software.
# Supports up to 5 FabLocks!
We can use one AM-022 for up to five FabLocks. One channel will be free. To build up a large-scale Ikea Kallax shelf with 20 slots you will need to repeat this 4 times!
# Installation
This part is not well documented yet. Please contribute!
The project is made with CMake. You will need a build [toolchain](https://docs.espressif.com/projects/esp-idf/en/v3.3/get-started-cmake/index.html) to deploy it on the ESP32 properly.
# Connections for 16-Relais Board
2024-11-06 08:54:31 -05:00
```
2024-11-08 11:06:38 -05:00
1 NC GND_LED_1
1 COM GND
1 NO GND_LOCK_1
2024-11-06 08:54:31 -05:00
2024-11-08 11:06:38 -05:00
2 NC GND_LED_2
2 COM GND
2 NO GND_LOCK_2
2024-11-06 08:54:31 -05:00
2024-11-08 11:06:38 -05:00
3 NC GND_LED_3
3 COM GND
3 NO GND_LOCK_3
2024-11-06 08:54:31 -05:00
2024-11-08 11:06:38 -05:00
4 NC GND_LED_4
4 COM GND
4 NO GND_LOCK_4
2024-11-06 08:54:31 -05:00
2024-11-08 11:06:38 -05:00
5 NC GND_LED_5
5 COM GND
5 NO GND_LOCK_5
2024-11-06 08:54:31 -05:00
6 NC
6 COM
6 NO
7 NC
2024-11-08 11:06:38 -05:00
7 COM 12V
7 NO LED_1
2024-11-06 08:54:31 -05:00
8 NC
2024-11-08 11:06:38 -05:00
8 COM 12V
8 NO LED_2
2024-11-06 08:54:31 -05:00
9 NC
2024-11-08 11:06:38 -05:00
9 COM 12V
9 NO LED_3
2024-11-06 08:54:31 -05:00
10 NC
2024-11-08 11:06:38 -05:00
10 COM 12V
10 NO LED_4
2024-11-06 08:54:31 -05:00
11 NC
2024-11-08 11:06:38 -05:00
11 COM 12V
11 NO LED_5
2024-11-06 08:54:31 -05:00
12 NC
2024-11-08 11:06:38 -05:00
12 COM 12V
12 NO LOCK_1
2024-11-06 08:54:31 -05:00
13 NC
2024-11-08 11:06:38 -05:00
13 COM 12V
13 NO LOCK_2
2024-11-06 08:54:31 -05:00
14 NC
2024-11-08 11:06:38 -05:00
14 COM 12V
14 NO LOCK_3
2024-11-06 08:54:31 -05:00
15 NC
2024-11-08 11:06:38 -05:00
15 COM 12V
15 NO LOCK_4
2024-11-06 08:54:31 -05:00
16 NC
2024-11-08 11:06:38 -05:00
16 COM 12V
16 NO LOCK_5
2025-02-20 17:00:39 +00:00
```