07-12-2012 01:46 PM
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!
07-13-2012
01:03 PM
- last edited on
02-19-2026
09:54 AM
by
Content Cleaner
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.
There are also LabVIEW examples you can find using Example Finder after you install the NI-845X drivers found here:
https://www.ni.com/en/support/downloads/drivers/download.ni-845x-driver-software.html
DylanC
07-13-2012 01:58 PM
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! ![]()
02-19-2026 10:11 AM
Thanks Dylanc! After 14 years still nice to see some addtional suggestions!