For C language users:
Step 2: Edit and save the code with vim or nano.
(code path: /home/Adeept_Sensor_Kit_for_RPi_C_Code/16_PIR/pir.c)
Step 3: Compile
$ sudo gcc pir.c -o pir -lwiringPi
Step 4: Run
$ sudo ./pir
For Python users:
Step 2: Edit and save the code with vim or nano.
(code path: /home/Adeept_Sensor_Kit_for_RPi_Python_Code/16_PIR.py)
Step 3: Run
$ sudo python 16_PIR.py
When the PIR module detects human movement, " Someone invasion !!!" will be
displayed on the terminal.