wiced-sense trace message

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

I had one BCM920737TAG board, and I downloaded "wiced_sense-BCM920737TAG_Q32 download" into my board.

Then, the board trace port output like this continuously, why?

"

wiced_sense_battery_measurements_average  = 2822

Battery: Level = 85

"

BTW, I have commented out all relative sensors like this:

// Whether to support the accelerometer

#define WICED_SENSE_SUPPORT_ACCEL           0

// Whether to support gyro or not.

#define WICED_SENSE_SUPPORT_GYRO            0

// Whether to support the humidity sensor

#define WICED_SENSE_SUPPORT_HUMIDITY        0

// Whether to support the magnetometer

#define WICED_SENSE_SUPPORT_MAGNETOMETER    0

// Whether to support the pressure sensor

#define WICED_SENSE_SUPPORT_PRESSURE        0

// Whether to support the temperature sensor

#define WICED_SENSE_SUPPORT_TEMPERATURE     0

0 Likes
1 Solution
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

I spoke to the developers and these are just traces of the battery level.

Compiling in/out the sensor related code has no effect on battery level measurements.

It sounds like this is a non-issue.

View solution in original post

0 Likes
1 Reply
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

I spoke to the developers and these are just traces of the battery level.

Compiling in/out the sensor related code has no effect on battery level measurements.

It sounds like this is a non-issue.

0 Likes