Skip to content

This is an android application that transmits sensor data to the server after detecting a knock from the accelerometer sensor.

Notifications You must be signed in to change notification settings

gjlee0802/sensor-data-sender

Repository files navigation

Sensor data sender

This is an Android application that collects sensor data at the moment of hitting an object and transmits it to a server.

knocking
Frequency domain analysis is performed through FFT, and if the ratio of the sum of the high-frequency components and the sum of the low-frequency components exceeds the threshold, it is considered to have hit the object.
If you shake a smartphone in the air like hitting an object, it is not recognized as hitting an object. Only data from the moment it hits an object are collected. Shaking in the air has more low-frequency components, so the ratio does not exceed the threshold.
Before performing FFT, 32 data samples are subjected to zero padding to make 256 samples. The reason for this is to increase the frequency resolution.

This software is manufactured by gjlee0802@naver.com .

About

This is an android application that transmits sensor data to the server after detecting a knock from the accelerometer sensor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages