Albert Alert-(burglar Alert System) BUILT ON BOLT

2.4K1012

Intro: Albert Alert-(burglar Alert System) BUILT ON BOLT

DESCRIPTION:

This project is made on BOLT( IOT Platform) which is a Burglar Alert System that can be installed in our home premises.Now if you are away from your home you can use this system to detect any presence of human in your home and it starts buzzing alarm,flashing on led over it and sends an alert notification to you as email. You can always turn off the buzzer if the human detected is someone you know!.

STEP 1: MATERIALS USED

Materials used are easily available:

  1. BOLT(IOT PLATFORM)
  2. PROXIMITY SENSOR
  3. PIEZO BUZZER
  4. LED
  5. JUMPER WIRES
  6. USB WIRE(FOR CONNECTING TO YOUR LAPTOP)

(You can also use breadboard for better connectivity arrangements,though not required)

STEP 2: CONNECTING BOLT UNIT TO MOBILE HOTSPOT

There are many ways to do this. The following method is how i approached.

1. Connect your Bolt's Micro SD card to your computer. In the setting file (called as BS), set the ssid to your mobile hotspot name and also set the password field to your hotspots password.

2. Re insert the micro sd card in the bolt unit.

3. Switch on your mobile hotspot enabling mobile data. Wait for the bolt unit to connect to your hotspot. It is indicated by a constant blue led.

you can also connect your device with your bolt hotspot.

STEP 3: REGISTERING YOURSELF ON BOLT CLOUD

follow the topic 1.6, 1.7 ,1.8 in the below given link.This will allow you to upload your files and store them in your cloud. so you can work on multiple projects keeping your data all safe.

bolt cloud link

STEP 4: Setting Up You Project

1. CONNECTING PROXIMITY SENSOR

The output pin of proximity sensor should be connected with 4th GPIO pin and hence VCC of proximity sensor with VCC of bolt and GND(ground) of proximity sensor with GND pin of bolt.

2.CONNECTING PIEZO BUZZER

Connect the shorter pin(-ve) to the GND of bolt device and longer(+ve) pin to 3rd GPIO pin of bolt device

3.CONNECTING LED

Connect the shorter pin(-ve) to the GND of bolt device and longer(+ve) pin to 0th GPIO pin of bolt device

for the connection to be made easier, use jumper wires and breadboard.

STEP 5: CODING PART

The code source file is attached here. You can modify according to your need. for example if you want to set the time interval for the led to flash more frequently you can do it, and also add more css style to it.

SENDING EMAIL NOTIFICATION

Since maker channel is no longer available in IFTTT, many were wandering on how to send notification,hence,

For this purpose i have used EmailJS . Log into the website , add email service where you will need to give email service name and service id.

then go to the email template part, give your template id ,template name, email to which mail will be sent, and your alert message.(if you wish you can fill up other details)

now go to the instructions, copy the script in the tag of your code(follow the instruction)

now its all set. i have attached the source file for your reference. Upload files on your bolt cloud.

place your hand to set buzzer on and led flashing on. If You remove your hand, led no longer flashes but buzzer keeps on buzzing until you turn it off.

Check your email for the alert message

THANK YOU!

9 Comments

where do i get the proximity sensor, everywhere i searched it is the sensor with interface arduino . what should i do

how do i do it without uploading the code and instead configure the hardware and code of the product sir?

when i am running the code it is showing an error

JavaScript error: Uncaught ReferenceError: setKey is not defined on line 3

please help me in this

Sir what do i do for hardware part?
the required materials have been listed. go through the processes as descibed to complete your hardware part
Sir explain me about email js file

email js gives us field in javascript form to write email apps(send emails)

to use this go to https://www.emailjs.com/ and log into it.

then in the email service, give your any service name and service id.

go to email template and create template:-give ur template name,id,email id,content.

now in your dashboard, go to instructions and follow them. you will need to copy paste the script in your head tag

Cool project. I have never worked with BOLT. But I am going to have to try it out. It looks like a good system.

thank you very much! yes you should..have fun! :)