LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

NXP PCA9530 & NI USB 8451 Examples?

Does anyone have example Labview code addressing the NXP PCA9530 (2-bit I2C-bus LED dimmer) through the NI-USB-8451?

 

http://www.nxp.com/documents/data_sheet/PCA9530.pdf

 

Thanks!

0 Kudos
Message 1 of 3
(2,660 Views)

Hi Dhubbell,

 

I could not find any examples specifically for the NXP PCA9530 but here is a great white paper on using the 8451 with I2C communication.

http://www.ni.com/white-paper/5767/en

 

There are also LabVIEW examples you can find using Example Finder after you install the NI-845X drivers found here:

 

http://joule.ni.com/nidu/cds/view/p/id/2647/lang/en

 

DylanC

0 Kudos
Message 2 of 3
(2,646 Views)

Thanks DylanC.  I found my problem, the white paper on the Chip was referencing a 8 bit address and I was using a 7 bit address in my code.  It's working fine now.  I used a good old fashion "loop" to find the correct address! Smiley LOL

0 Kudos
Message 3 of 3
(2,644 Views)