30 lines
1.2 KiB
Markdown
Executable File
30 lines
1.2 KiB
Markdown
Executable File
# KAM Alarm
|
|
|
|
![Image of KAM alarms](docs/Images/Image1.jpg)
|
|
|
|
|
|
The KAM Alarm system was born out of a need for efficient communication between the sound room and kids ministry at our church. The goal was to enable seamless updates on service progression, attendance counts, and worker presence.
|
|
|
|
**Key Features**
|
|
|
|
- Wireless connectivity using ESP32 boards that store WiFi credentials persistently across resets
|
|
- Create an access point (AP) if no WiFi is available; connect to it with your phone or device
|
|
- Once connected to a network, login to set the remote IP address, which enables connection to another KAM Alarm devices
|
|
|
|
**How It Works**
|
|
|
|
1. Connect your device to the KAM Alarm's AP or existing WiFi network.
|
|
2. Log in and configure the remote IP address, linking the two devices.
|
|
3. Use the system to send updates on service progression, attendance counts, and worker presence between the sound room and kids ministry.
|
|
|
|
**Technical Details**
|
|
|
|
- Two ESP32 boards connect via WiFi to each other
|
|
- Sends GET requests to different URLs for data exchange
|
|
|
|
**Get Started**
|
|
|
|
Check out our [documentation](docs/documentation.md) for a detailed list of components used in this project.
|
|
|
|
Check out our [BOM](docs/BOM.md) for a list of the parts used and the total cost.
|