A security system that controls an alarm that sends messages via bluetooth and LCD.
- PIR
- HC-05
- Display LCD
(In this project you need a protoboard to connect the modules)
-
Connect the PIR sensor to the MSP430
- OUT - P2.2
- GND - GND
- VCC - 5V
-
Connect the HC-05 bluetooth module to the MSP430.
- RX - P3.3
- TX - P3.4
- VCC - 5V
- GND - GND
-
Connect the LCD display to the MSP430.
- SDA - P3.0
- SCL - P3.1
- VCC - 5V
- GND - GND
-
Upload the code to the MSP430.
- When user press P2.1 pin, the PIR will be armed.
- When PIR detect motion, bluetooth and lcd will notify.
- to stop the alarm just press P1.1.