kiso
kiso copied to clipboard
XDK Platform - Peripheral Verification
Issue by BoykoKazakov
Thursday Jul 11, 2019 at 08:19 GMT
Originally opened as https://github.com/Bosch-AE-SW/cddk-oss/issues/152
Verify peripherals on the MCU are working properly based on examples. Implicitly this verifies functionality of I2C
- [x] LED API => GPIO
- [ ] Button API => GPIO
- [ ] BMA280 API (Accelerometer) => I2C
- [ ] BMG160 (Gyroscope) => I2C
- [ ] BMI160 (Accelerometer+ Gyro) => I2C
- [ ] BME280 (Barometer+ Humidity) => I2C
- [ ] BMM150 (Compass) => I2C
- [ ] MAX44009 (Ambient Light) => I2C
- [ ] USB CDC => I2C (- [ ] Wifi --> prio b steering committee roadmap => SPI) (- [ ] BLE --> prio b steering committee roadmap => UART) (- [ ] SD-card --> prio b steering committee roadmap => SPI)
Comment by bierkandt-bosch
Wednesday Jul 31, 2019 at 07:13 GMT
- Boyko working on Gyroscope
- Andrey working Accelerometer
- Currently problems with I2C (root cause unclear) ** Arbitration issue sometime when using more than one sensor at a time
Comment by bierkandt-bosch
Tuesday Oct 15, 2019 at 08:24 GMT
Milestone closing:
- Currently on hold as focusing on ICD => move to backlog
Boyko is looking into this