Theft & Fire Alarm Monitoring System (1)

Embed Size (px)

Citation preview

  • 8/2/2019 Theft & Fire Alarm Monitoring System (1)

    1/18

    Page 1 of 18

    MRJ SYSTEM ENTERPRISE (JM0600119-X)MANUAL DATASHEET

    Theft & Fire Alarm Monitoring System

    Theft & Fire Alarm Monitoring System

    Version 1.0

  • 8/2/2019 Theft & Fire Alarm Monitoring System (1)

    2/18

    Page 2 of 18

    MRJ SYSTEM ENTERPRISE (JM0600119-X)MANUAL DATASHEET

    Theft & Fire Alarm Monitoring System

    System Overview

    *Warning

    [9,10] Range for Power Port between 8V-24V DC

    No Peripherals No Peripherals1 Programmer Header Pin 10 DC Jack for Sources Vin (max 24V)2 Toggle Switch 11 Buzzer Output/Output Port3 7805 Regulator 12 Passive Infrared Sensor (PIR) Connector4 Power Led indicator 13 Address Settings for Smoke Sensor5 Reset Button 14 PT2272 Wireless Decoder6 Preset for LCD backlight 15 315Mhz Wireless Receiver7 Programmable Button 16 PIC18F25208 LCD 16x2 Characters 17 LM1117T-3.3V Regulator9 Power Port (8v-24v DC) 18 GSM Module Connector

    1

    2

    3

    4

    5

    6

    78

    910

    1211 13

    14

    15

    16

    17

    18

  • 8/2/2019 Theft & Fire Alarm Monitoring System (1)

    3/18

    Page 3 of 18

    MRJ SYSTEM ENTERPRISE (JM0600119-X)MANUAL DATASHEET

    Theft & Fire Alarm Monitoring System

    Power and Programmer

    Adapter 12v

    Programmer for PIC Microcontroller

    To DC JACK Port

    To ProgrammerPort

  • 8/2/2019 Theft & Fire Alarm Monitoring System (1)

    4/18

    Page 4 of 18

    MRJ SYSTEM ENTERPRISE (JM0600119-X)MANUAL DATASHEET

    Theft & Fire Alarm Monitoring System

    Wireless Smoke Sensor

    Wireless Smoke Sensor Detector

    Address Configuration

    -This Address Configuration already defined as (A0,A1,A2,A3,A4,A5,A6,A7) = (1,0,1,1,1,0,0,1)

    -To activate the test button simply push and hold the button until the alarm sounds.

    -Make sure the battery already have installed before operating it.

    AddressConfigurable

    Address AlreadyDefined

    BatteryConnector

    Test Button

  • 8/2/2019 Theft & Fire Alarm Monitoring System (1)

    5/18

    Page 5 of 18

    MRJ SYSTEM ENTERPRISE (JM0600119-X)MANUAL DATASHEET

    Theft & Fire Alarm Monitoring System

    Synchronizing Wireless Smoke Sensor with the Main Board

    -Board Address Configuration must be same with the Wireless Smoke Sensor in order forthe board to receive the data from the wireless smoke sensor.

    -The Board Address already defined as (A0,A1,A2,A3,A4,A5,A6,A7) = (1,0,1,1,1,0,0,1)

    -WARNING the address can be changeable to receive data from others address by simplychange the jumpers from the address configuration as shown above.

    Board AddressConfiguration

  • 8/2/2019 Theft & Fire Alarm Monitoring System (1)

    6/18

    Page 6 of 18

    MRJ SYSTEM ENTERPRISE (JM0600119-X)MANUAL DATASHEET

    Theft & Fire Alarm Monitoring System

    Passive Infrared Sensor (PIR)

    Motion Detector

    Sensor Configuration

    PIR Connector (Must BeSame Polarity and Signal)Delay Timer

  • 8/2/2019 Theft & Fire Alarm Monitoring System (1)

    7/18

    Page 7 of 18

    MRJ SYSTEM ENTERPRISE (JM0600119-X)MANUAL DATASHEET

    Theft & Fire Alarm Monitoring System

    GSM Module

    GSM Module Placement

    GSM Antenna

    Placing Here

  • 8/2/2019 Theft & Fire Alarm Monitoring System (1)

    8/18

    Page 8 of 18

    MRJ SYSTEM ENTERPRISE (JM0600119-X)MANUAL DATASHEET

    Theft & Fire Alarm Monitoring System

    Full Schematic Circuit

  • 8/2/2019 Theft & Fire Alarm Monitoring System (1)

    9/18

    Page 9 of 18

    MRJ SYSTEM ENTERPRISE (JM0600119-X)MANUAL DATASHEET

    Theft & Fire Alarm Monitoring System

    Software

    1.Click icon MicroC Pro for PIC and windows of the software will be appear.

    2. To create new project, click project and select new project. Then new project wizard willappear

  • 8/2/2019 Theft & Fire Alarm Monitoring System (1)

    10/18

    Page 10 of 18

    MRJ SYSTEM ENTERPRISE (JM0600119-X)MANUAL DATASHEET

    Theft & Fire Alarm Monitoring System

    3. Click next and and select 18F2520 as a device name

    4. Click next and set 10.000000 MHz as Device Clock

  • 8/2/2019 Theft & Fire Alarm Monitoring System (1)

    11/18

    Page 11 of 18

    MRJ SYSTEM ENTERPRISE (JM0600119-X)MANUAL DATASHEET

    Theft & Fire Alarm Monitoring System

    5. Click Next and specify the location of the project and give name to your project, then saveyour project

    6. Click Next

  • 8/2/2019 Theft & Fire Alarm Monitoring System (1)

    12/18

    Page 12 of 18

    MRJ SYSTEM ENTERPRISE (JM0600119-X)MANUAL DATASHEET

    Theft & Fire Alarm Monitoring System

    9.Click Next

    10. Click Next

  • 8/2/2019 Theft & Fire Alarm Monitoring System (1)

    13/18

    Page 13 of 18

    MRJ SYSTEM ENTERPRISE (JM0600119-X)MANUAL DATASHEET

    Theft & Fire Alarm Monitoring System

    11. Tick the open edit project to set configuration bits. Make sure that column already click before click finish. Then Click Finish.

    12.Click Default and lastly Click Ok

  • 8/2/2019 Theft & Fire Alarm Monitoring System (1)

    14/18

    Page 14 of 18

    MRJ SYSTEM ENTERPRISE (JM0600119-X)MANUAL DATASHEET

    Theft & Fire Alarm Monitoring System

    13.Now you can start you coding

    14.You can copy coding of Solar Charger Monitoring System that we have provided.

  • 8/2/2019 Theft & Fire Alarm Monitoring System (1)

    15/18

    Page 15 of 18

    MRJ SYSTEM ENTERPRISE (JM0600119-X)MANUAL DATASHEET

    Theft & Fire Alarm Monitoring System

    15. Then Build the coding to convert Hex file. Click Build.

    16. Compile will done when Finished successfully appear at the bottom of the windows

  • 8/2/2019 Theft & Fire Alarm Monitoring System (1)

    16/18

    Page 16 of 18

    MRJ SYSTEM ENTERPRISE (JM0600119-X)MANUAL DATASHEET

    Theft & Fire Alarm Monitoring System

    17. Now, you need to burn your coding in Microcontroller

    18. Before that, make sure you have install PICkit 2 software

    19. Connect Programmer from PC to Circuit and ON circuit.

    20.Open PICkit2 Software.

    To PCTo Circuit

  • 8/2/2019 Theft & Fire Alarm Monitoring System (1)

    17/18

    Page 17 of 18

    MRJ SYSTEM ENTERPRISE (JM0600119-X)MANUAL DATASHEET

    Theft & Fire Alarm Monitoring System

    21. Click Auto Import Hex+ Write Device

    22. Select .Hex File in folder that you have saved before. Then Click Open.

  • 8/2/2019 Theft & Fire Alarm Monitoring System (1)

    18/18

    MRJ SYSTEM ENTERPRISE (JM0600119-X)MANUAL DATASHEET

    Theft & Fire Alarm Monitoring System

    23. Display Programming Successful shows that Burning your coding to Microcontroller is done.