https://github.com/easytecrepository/raspberry-pi-fire-control
Simple Fire Control Panel with Buzzer, LED and two buttons
https://github.com/easytecrepository/raspberry-pi-fire-control
Last synced: 11 months ago
JSON representation
Simple Fire Control Panel with Buzzer, LED and two buttons
- Host: GitHub
- URL: https://github.com/easytecrepository/raspberry-pi-fire-control
- Owner: EasyTecRepository
- License: mit
- Created: 2023-10-22T12:50:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T15:54:32.000Z (about 2 years ago)
- Last Synced: 2025-01-23T21:51:20.373Z (about 1 year ago)
- Language: Python
- Size: 697 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raspberry-pi-fire-control 🔥🧯
This project is about a RaspberryPi 3 that is used as a fire alarm control panel.
## First
There is also an explanatory video for this project and a demonstration on YouTube. [Check it out](https://youtu.be/qD9vU8PJhmU?si=HSxL3lxSPtzYpJKj)
## The following components are required:
- 1x RaspberryPi (3b+) [other models will certainly work as well].
- 2x push button
- 1x buzzer
- 1x LED (red)
- 1x resistor 150 ohms
## What do I need to set?
Only the variables for the PIN assignment must be set correctly.
More information can be found in the following table:
| Variables | Description |
| ---------------------------- | --------------------------------------------------- |
|PIN_output_BUZ | Pin of the buzzer (plus) |
|PIN_output_LED | Pin of the LED (plus) |
|PIN_b_alarm | Pin of the alarm button |
|PIN_b_reset | Pin of the mute/reset button |
## How must it be connected
see connection diagram
