cancel
Showing results for 
Search instead for 
Did you mean: 

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

Tech world
Associate II
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

1 REPLY 1
benny
Associate II
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