- opens a text file
- filter out the extact acceleration data(X,Y,Z) that we need in String format
- convert the data to int
- plot a beautiful graph given the gathered data is beautiful
- Uses heart rate measurement UUID and updates the display number by 1 every second.
- Good to learn about characteristics and descriptors and general BLE stuff
- Pushes X axis acceleration data using heartrate measurement UUID
- Combines MPU6050 code with BLE server
- Uses custom characteristics to send X axis acceleration data to client
- Sends sensor body position and sensor location
- Ok to use directly with minor modifications
- MPU6050 code for accessing all the sensors
- Plots real time graph from MPU6050 data
//markdown test [MPU6050](./raprakashvi/BLE_ESP32/mpu6050_arduino]