11-26-2015 11:46 AM
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)
thank all of you.
Solved! Go to Solution.
11-26-2015 11:51 AM
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.
11-26-2015 12:18 PM
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?
11-26-2015 01:47 PM
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.