LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

I2C Communication

Hello,

 

I would like to communiucate with an external adc (ads1113) via i2c, but I have no idea how this works!

Can someone help me?? Smiley Frustrated

0 Kudos
Message 1 of 3
(5,871 Views)

Hello Nea,

 

it would be easier to answer your question, if you could provide use some more information. Which task to you want to accomplish? Which software do you want to use? Which hardware?

 

Regards, Stephan

0 Kudos
Message 2 of 3
(5,851 Views)

Hi there. I recently had the same problem, didn't know how to communicate with an I2C sensor.

Basically, you have to have a master and slave in the system. Then you have to initiate a clock and data. However, I found a beautifully simple solution.

 

http://www.digikey.co.uk/product-detail/en/OM6272,598/568-3512-ND/1129870

 

It's a little development board using an NXP chip. You plug it into a serial port and by sending it characters with a simple terminal program you give Hex numbers to it and can read or write registers over the I2C bus. It's then a simple step to program the serial comm in Labview.

 

Hope this helps.

Andy

 

 

0 Kudos
Message 3 of 3
(5,643 Views)