Hello,
I try to ready data, using I2C,from my sensor LSM6DS3 but I can not ready them. I connected my Arduino micro 2 and 3 to SDA and SCL. I dont know why data doesn't change.
I also try to find I2C address but on 0x69 and 0x6B (for both of my sensors) it sill read the same values.
Can someone help me?
yes this one!
this is when I try to find i2C address:
so. only one sensor is present. LSM6DS3 on 0x6b not found.
where you get thermometer then?
show sketch
Well, i dont know. I just launched an example from sparkfun.
This is the exact sensor that i use.
https://images.app.goo.gl/6u2rMo4uQuMhfdio9
this is definitely not SparkFun module.you must write address while initialization like
LSM6DS3 myIMU( I2C_MODE, 0x69 );
Yes i already try this one. It doesn’t work.
I don’t understand, maybe a connexion / sodering issue?
if scaner see the address then well connected. try scaner without module
I tried too. It found nothing. Do you think It is because that the baud rate isn’t the same as the spark’ module?
no. i think this module is counterfeit.
there is no solution to connect this sensor? I need this one for my job.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.