LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

how to read the mpu6050 by labview? (Please give me a hand--)

Solved!
Go to solution

I don't know how to read the mpu6050 by labview.

I have looking on interneter for about 2weeks and still get nothing.

please give me a hand if anyone can do that~

I think mabe that can be done with LIFA I2C VIS.  but don't know how to use that.

and what's the means of I2C date bytes? Address? and bytes to read?

I just contected the     3.3v to VCC

                                   GND to GND

                                   SCL to  A3

                                   SDA to A4

and at last, here is the picture of my labview. ( I know that would looks like pretty stupid)

211640179188906219.jpg

thank all of you.

Message 1 of 4
(4,653 Views)

The Arduino Mega doesn't seem to work at anything higher than 9600 baudrate in my experience.  Using anything else would also require you to edit the firmware.

I wrote LIFA VI's for the MPU6050 and posted them in the Documents section of this community. However, LIFA is old and no longer supported.

Message 2 of 4
(3,884 Views)

thank you very much for your answer.

so is that means I should change my mega to another one?

and as the LIFA is no longer supported what should I use to control my arduino?

0 Kudos
Message 3 of 4
(3,884 Views)
Solution
Accepted by topic author Yunfeng159

If you use LIFA, just set the baudrate to 9600.

LINX is what replaced LIFA. You can see the announcement here:

https://decibel.ni.com/content/groups/labview-interface-for-arduino

I think there is a bug in the official release for the MPU6050 but somebody posted

a fix on the LINX forum.

0 Kudos
Message 4 of 4
(3,884 Views)