2018-04-22 11:37 PM
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
2018-07-11 12:54 PM
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