
Introduction
One of the most common man made disaster is by fire. The project focuses on implementation in petrol pumps, and other fire zone and fire restricted areas. Today, we’ll look at an unusual Pico project that provides a quick alarm response to the people in the particular zone when a fire source or flame is detected. The Advantage on real time applications is, it provides quick response before a smoke spread due to fire Whenever a fire/flame is detected it sends quick response to the peoples in the zone.
Components
Hardware
- Jumper wires
- Wiznet Pico board
- LED Bulb
- 330k Resistor
- 16*2 LCD Display
- Buzzer
- I2C Module
Software
- Yolov5 Object detection
- Arduino IDE
- Google Colaboratory
- PyCharm – Python IDE
Circuit diagram

LED: Consist of 2 pins, positive pin which is connected to 330K resistor and GP13. and negative pin is connected to GND (ground).BUZZER: Consist of 2 pins in which positive pin is connected to GP14. Negative pin is connected to GND. 16*2 LCD Display with I2C Module: Consist of 4 pins. VCC, GND, SDA, SCL. VCC connected to 5V. SDA pin connected to GP4. SCL pin connected to GP5. GND can be connected to any GND of pico board.
AI diagram

COMMENTS