NOTE:
The following program uses an I2C interface. Before running the program, please make
sure the I2C driver module of Raspberry Pi has loaded normally.
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/22_ADXL345/adxl345.c)
Step 3: Compile
$ gcc adxl345.c -o adxl345 -lwiringPi
Step 4: Run
$ sudo ./adxl345
For Python users:
Step 2: Edit and save the code with vim or nano.
(Code path: /home/Adeept_Sensor_Kit_for_RPi_Python_Code/22_ADXL345.py)
Step 3: Run
$ sudo python 22_ADXL345.py
Now you should see the acceleration data displayed on the terminal.