This shows you the differences between two versions of the page.
|
pm:prj2026:bianca.popa1106:miruna.vlad [2026/05/07 18:22] miruna.vlad [Modules Description and Interaction] |
pm:prj2026:bianca.popa1106:miruna.vlad [2026/05/12 15:16] (current) miruna.vlad [Module Interaction] |
||
|---|---|---|---|
| Line 17: | Line 17: | ||
| ====Block Diagram==== | ====Block Diagram==== | ||
| - | {{captura_de_ecran_2026-05-07_114427.png?700}} | + | {{pm:prj2026:bianca.popa1106:block_diagram.png?700}} |
| ====Module Interaction==== | ====Module Interaction==== | ||
| Line 29: | Line 29: | ||
| **The ATmega328P Microcontroller** processes the information received from both sensors and executes the decision-making logic implemented in software. If suspicious activity is detected, such as movement during low-light conditions, the microcontroller activates the alarm subsystem. | **The ATmega328P Microcontroller** processes the information received from both sensors and executes the decision-making logic implemented in software. If suspicious activity is detected, such as movement during low-light conditions, the microcontroller activates the alarm subsystem. | ||
| - | **The Buzzer Module** is used for generating sound alerts and is controlled through PWM signals generated by the microcontroller. At the same time, the **LED Indicators** provide visual feedback regarding the current state of the system, such as standby mode, alarm activation or Bluetooth connection status. | + | **The Buzzer Module** is used for generating sound alerts and is controlled through PWM signals generated by the microcontroller. At the same time, the **LED Indicators** provide visual feedback regarding the current state of the system, such as motion detection. |
| **The Bluetooth Module (HC-05)** enables wireless communication between the embedded system and a smartphone. Through UART communication, the user can monitor alerts, retrieve event logs using commands such as GETLOG and interact remotely with the system. | **The Bluetooth Module (HC-05)** enables wireless communication between the embedded system and a smartphone. Through UART communication, the user can monitor alerts, retrieve event logs using commands such as GETLOG and interact remotely with the system. | ||
| Line 45: | Line 45: | ||
| * Bluetooth module | * Bluetooth module | ||
| * Power supply module | * Power supply module | ||
| + | * Push buttons | ||