Introduction: Home Security System

About: I am a student at my high school innovating new ideas and will be spreading throughout the world.

Make your own home security system Using Raspberry pi.

Step 1: Collect You Matierials

  1. Raspberry pi (Any Model)

I am using Raspberry pi zero because of the compact size

2. Raspberry pi Cam

3. Motion eyes OS

Step 2: Burning the Os

motionEyeOS is a Linux distribution that turns a single-board computer into a video surveillance system. The OS is based on BuildRoot and uses motion as a backend and motionEye for the frontend.

If you have raspberry pi zero you can choose 'motioneyeos-raspberrypi-20190911.img.xz'

if you have any further version like 2,3 or 4 then click the links below it.

Click here for download page.

Once you downloaded the file extract it and then download & install Balena etcher.

  1. Open Balena etcher then click select image.
  2. Insert the sd card in a sd card reader or any adapter and select the target drive.
  3. Then hit flash.

Step 3: Configuring the OS

Now you have to setup headless operation for Motion eyes os. Once you flashed it.

Download & Install Notepad++

Open notepad++ and paste the following code :-

country=in

update_config=1

ctrl_interface=/var/run/wpa_supplicant

network={

scan_ssid=1

ssid="My ssid"

psk="My Password"

}

once you paste it go to edit - EQL conversion and then select UNIX

now save the code as 'wpa_supplicant.conf' in your sd card dierctory.

Now you os will connect to wi-fi automatically work...

Step 4: Switching on Pi

Insert the sd in raspberry pi's sd card slot and then power it. Now Download & Install Advanced ip scanner.

Then scan IP address. You can see an IP address starting with meye.

Note: You have to connect with the same wifi address in which your raspberry pi is connected with.

That is your raspberry pi IP address. Now put the IP address in your web browser and you will see a login page.

At the first boot, use the following credentials:

Username: admin

Password: [No password, leave blank]

Step 5: That's All !!

You have made your home security system. You can have a pace on the options and setting without any guide because self-learning is the best way I recommend.

Now just hit this link for more project

Raspberry Pi Contest 2020

Participated in the
Raspberry Pi Contest 2020