EasyManua.ls Logo

ADEEPT Ultimate Sensor Kit for Raspberry Pi - Page 126

ADEEPT Ultimate Sensor Kit for Raspberry Pi
151 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
This experiment uses the MIC Module to detect the sound and display the data on the
terminal.
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/33_mic/mic.c)
Step 3: Compile
$ sudo gcc mic.c -o mic -lwiringPi
Step 4: Run
$ sudo ./mic
For Python users:
Step 2: Edit and save the code with vim or nano.
(code path: /home/Adeept_Sensor_Kit_for_RPi_Python_Code/33_mic.py)

Table of Contents