12-17-2014 05:58 PM
Hi
I would like to use the Arduino and Labview to communicate on the I2C bus. Are there tutorials, or sample vi code, I can use to learn with.
Thank You for any help.
12-17-2014 07:32 PM
There are a bunch of examples (I2C based sensors) in the "Documents" section of the LIFA Community page. The majority of the ones I posted are I2C devices. There isn't really any tutorials in regards to using I2C via LIFA. I learned by reading the code (both the LabVIEW code and the firmware code).
I highly recommend that you not use LIFA but instead use LINX. LIFA is effectively deprecated and LINX has officially replaced it. The I2C functions in LabVIEW for LINX are identical when used with an Arduino.
12-18-2014 10:11 AM
Thank you for your help on this. This should get me started