In this experiment, we use the Laser Receiver module to detect whether there is laser ray
shining on the module. If yes, the output pin (S) of the module will output Low.
Experimental Procedures
Step 1: Build the circuit
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/10_LaserRecv/laserRecv.c)
Step 3: Compile
$ sudo gcc laserRecv.c -o laserRecv -lwiringPi
Step 4: Run
$ sudo ./laserRecv
For Python users:
Step 2: Edit and save the code with vim or nano.
(code path: /home/Adeept_Sensor_Kit_for_RPi_Python_Code/10_laserRecv.py)