From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

MPU6050+Arduino+Labview

gracias amigo me salvaste la vida

Message 11 of 35
(3,832 Views)

Hi Nathan

I am using LSM6DS0 (Accelerometer+Gyroscope) in my project. I was wondering if you know any library for this sensor.(LIFA file)

0 Kudos
Message 12 of 35
(3,832 Views)

There does not exist a library for that sensor. If you can't find something

in the LIFA documents or discussions then it probably doesn't exist.

0 Kudos
Message 13 of 35
(3,832 Views)

Thanks for the reply,

Do you have any source documents so I can create my own .h & .cpp file for this sensor.

I would need to read data from accelerometer and gyroscope using Arduino Uno interfacing with LabVIEW.

Thanks.

0 Kudos
Message 14 of 35
(3,832 Views)

If you want to use LIFA and the sensor uses I2C then you wouldn't need to

create any C code and could do all basic functionality in LabVIEW. You can

take a look at the MPU-6050 code from the library that I created in the

documents section.

0 Kudos
Message 15 of 35
(3,832 Views)

Hey Nathan,

I was not able to find the document for the library of MPU-6050.

Could you please post it again here.

Thanks.

0 Kudos
Message 16 of 35
(3,832 Views)

https://decibel.ni.com/content/docs/DOC-34263

0 Kudos
Message 17 of 35
(3,832 Views)

Thanks Nathan

But, this is just the labview file, I did not find any sketch folder.

0 Kudos
Message 18 of 35
(3,832 Views)

Like I said, I doesn't require any C code. It works with LIFA

0 Kudos
Message 19 of 35
(3,832 Views)

I guess, I don't have the LIFA, so I would need to do c code for getting data from my Arduino.

0 Kudos
Message 20 of 35
(3,832 Views)