[
https://issues.apache.org/jira/browse/MYNEWT-739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vipul Rahane updated MYNEWT-739:
--------------------------------
Description:
This ticket will take care of any improvements we want for the app:
1. Built code from the tip to include Sensors. Connected Adafruit BNO055 via
I2C interface to nRF52dk. Modified Syscfg to "nrf52_sensor
syscfg=BNO055_I2CBUS=0:I2C_0=1" for the BNO055 sensor.
Using sensors_test, issued 'sensor list' command which yielded "sensor dev =
color0, type = 0x8000 " as result.
Noticed that in syscfg the "TCS34725_PRESENT" was also set to '1' by default
and 'sensor list' automatically shows only that sensor.
sensor list should show all the sensors that are configured.
In the app tcs34725_config() was failing which was causing the sensor list to
not get populated.
2. Remove config, gpio toggle stats, gpio toggle logs from the app.
was:
Built code from the tip to include Sensors. Connected Adafruit BNO055 via I2C
interface to nRF52dk. Modified Syscfg to "nrf52_sensor
syscfg=BNO055_I2CBUS=0:I2C_0=1" for the BNO055 sensor.
Using sensors_test, issued 'sensor list' command which yielded "sensor dev =
color0, type = 0x8000 " as result.
Noticed that in syscfg the "TCS34725_PRESENT" was also set to '1' by default
and 'sensor list' automatically shows only that sensor.
sensor list should show all the sensors that are configured.
> Sensor list shows only default sensor
> --------------------------------------
>
> Key: MYNEWT-739
> URL: https://issues.apache.org/jira/browse/MYNEWT-739
> Project: Mynewt
> Issue Type: Improvement
> Components: drivers
> Environment: nRF52dk with Adafruit BNO055 sensor and Minicom
> Reporter: Sheela
> Assignee: Vipul Rahane
> Fix For: v1_1_0_rel
>
>
> This ticket will take care of any improvements we want for the app:
> 1. Built code from the tip to include Sensors. Connected Adafruit BNO055 via
> I2C interface to nRF52dk. Modified Syscfg to "nrf52_sensor
> syscfg=BNO055_I2CBUS=0:I2C_0=1" for the BNO055 sensor.
> Using sensors_test, issued 'sensor list' command which yielded "sensor dev =
> color0, type = 0x8000 " as result.
> Noticed that in syscfg the "TCS34725_PRESENT" was also set to '1' by default
> and 'sensor list' automatically shows only that sensor.
> sensor list should show all the sensors that are configured.
> In the app tcs34725_config() was failing which was causing the sensor list to
> not get populated.
> 2. Remove config, gpio toggle stats, gpio toggle logs from the app.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)