Skip to main content
Tech world
Associate
April 23, 2018
Question

Unable to read the all sensors values at once L475E-IOT01

  • April 23, 2018
  • 1 reply
  • 691 views
Posted on April 23, 2018 at 08:37

Hi everyone,

I am using STM32L475 B-L475E-IOT01 kit. My problem is that it does not give me sensors values at once. I want to get the temperature, humidity, pressure, accelerometer and gyro at once. But it only gives me 4 sensor values at once. For example, I have to comment out my one of the sensor code then it gives me the sensor values otherwise when I load my code into the kit with 5 sensors code then the user LED is not blinking. There is no error in the code. I run the code for every sensor individually to get the values and it gives me the values.  Please help me with this problem.

thank you

This topic has been closed for replies.

1 reply

benny
Associate III
July 11, 2018
Posted on July 11, 2018 at 21:54

Hi,

You should attach your code or even better (for me) an AC6 standalone project. It's hard to imagine what you mean by

'at once'

, because I2C reads sensor by sensor and not 'at once'.

Kind regards

Nyix