pslab-android
pslab-android copied to clipboard
Functionality of Accelerometer instrument to read and display built in and I2C connected sensors
Actual Behaviour
No Accelerometer instrument found. It's only in the Sensor instrument named as MPU6050 and only has a graph plot. Parent issue is #991
Expected Behaviour
Functionality of reading the built-in accelerometer sensor and an external I2C connected sensor and displaying real-time values in the created layout according to #992
- [x] Reading built in sensor
- [x] Displaying raw values, max and min for the three axes
- [x] Async Task to receive values from the sensor and direct them to relevant view in the view holder
- [x] Chart plot to all the three axes
- [ ] Reading I2C connected sensor via PSLab device
Steps to reproduce it
None
LogCat for the issue
None
Screenshots of the issue
None
Would you like to work on the issue?
Yes
@neel1998 this can be closed?
@ho-dor is I2C sensors working now?