<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ADS1115 Labview Interface for Arduino in LabVIEW Interface for Arduino Discussions</title>
    <link>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/4084479#M8317</link>
    <description>&lt;P&gt;this vi read 2 diferential inputs of ads1115&lt;/P&gt;</description>
    <pubDate>Sat, 19 Sep 2020 03:10:06 GMT</pubDate>
    <dc:creator>diazomar2004</dc:creator>
    <dc:date>2020-09-19T03:10:06Z</dc:date>
    <item>
      <title>ADS1115 Labview Interface for Arduino</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/3412875#M3865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to configure a 16-bit ADC (ADS1115) using Labview Interface for Arduino and I2C communication. I have read the datasheet several times and I can't understand what is wrong.&lt;/P&gt;&lt;P&gt;Next figure shows the circuit. I have used the Arduino libraries from Adafruit and they worked properly. Both, single shot and differential read 26979 bits (5058,56 mV). So, the problem is not here, I think.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ADS1115 + Arduino.jpg" class="jive-image-thumbnail jive-image" onclick="" src="http://forums.ni.com/legacyfs/online/191144_ADS1115 + Arduino.jpg" style="display: block; margin-left: auto; margin-right: auto;" width="450" /&gt;&lt;/P&gt;&lt;P&gt;This ADC has a configurable gain (PGA). In the previous picture, in order to simplify all the connections, 5V are connected to A0 because in Arduino libraries, the default gain is 2/3 (range 6,144V). Next two examples the gain will be different (2x with range of 2,048V on the first one and 1x with range of 4,096V on the second one). Taking this into account, I have changed the input voltage of 5V to 1,6V for the first case and 3,3V for the second one. Once again, both of them worked perfectly using Arduino libraries, but not using Labview. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In datasheet, page 11, there is an example. These are the steps:&lt;BR /&gt;- Set the configuration register: &lt;BR /&gt;1st byte (Address + low R/W bit): 10010000 (144)&lt;BR /&gt;2nd byte (Pointer register): 00000001 (1)&lt;BR /&gt;3rd byte (Config. Reg. MSB): 10000100 (132)&lt;/P&gt;&lt;P&gt;4th byte (Config. Reg. LSB): 10000011 (131)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;- Set the pointer register:&lt;BR /&gt;1st byte (Adress +low R/W bit): &lt;SPAN style="font-size: 13.3333330154419px;"&gt;10010000 (144)&lt;/SPAN&gt;&lt;BR /&gt;2nd byte (Pointer Register to Conversion Reg.): &lt;SPAN style="font-size: 13.3333330154419px;"&gt;00000000 (0)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- Read the conversion register:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;1st byte (Address + low R/W bit): 10010001 (145)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2nd byte (&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Conversion Reg. MSB response): read&lt;/SPAN&gt; this byte&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;3rd byte (Conversion Reg. LSB response): read this byte&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;This is the .vi:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;IMG alt="ADS1115 Example1.png" class="jive-image-thumbnail jive-image" onclick="" src="http://forums.ni.com/legacyfs/online/191145_ADS1115 Example1.png" style="display: block; margin-left: auto; margin-right: auto;" width="450" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I should expect to make a continuous conversion and read the 1,6V, but I don't...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;SPAN&gt;There is another example, quite similar. Here is the link: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://openlabtools.eng.cam.ac.uk/Resources/Datalog/RPi_ADS1115/" target="_blank"&gt;http://openlabtools.eng.cam.ac.uk/Resources/Datalog/RPi_ADS1115/&lt;/A&gt;&lt;BR /&gt;These are the steps: &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;- Set the configuration register: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;1st byte (Address + low R/W bit):&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; 10010000&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;2nd byte (Pointer register): 00000001 (1)&lt;BR /&gt;3rd byte (Config. Reg. MSB): &lt;SPAN style="font-size: 13.3333330154419px;"&gt;11000011 &lt;/SPAN&gt; (195)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;4th byte (Config. Reg. LSB): &lt;SPAN style="font-size: 13.3333330154419px;"&gt;00000011&lt;/SPAN&gt;(3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;(The configuration is a little bit different. This is a single shot example)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;- Read the configuration register:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;1st byte (Address + low R/W bit): 10010001 (145)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2nd byte (&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Config. Reg. MSB response): read&lt;/SPAN&gt; this byte &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;3rd byte (Config. Reg. LSB response): read this byte&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #171717; font-family: verdana, arial, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;(Read the config register, continuously loop this step until bit 15 of the config register is 1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;- Set the pointer register:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;1st byte (Adress +low R/W bit): &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;10010000 (144)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2nd byte (Pointer Register to Conversion Reg.): &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;00000000 (0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;- Read the conversion register:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;1st byte (Address + low R/W bit): 10010001 (145)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2nd byte (&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Conversion Reg. MSB response): read&lt;/SPAN&gt; this byte&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;3rd byte (Conversion Reg. LSB response): read this byte&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;This is the .vi:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;IMG alt="ADS1115 Example2.png" class="jive-image-thumbnail jive-image" onclick="" src="http://forums.ni.com/legacyfs/online/191146_ADS1115 Example2.png" style="display: block; margin-left: auto; margin-right: auto;" width="450" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I should expect to make a single shot conversion and read the 3,3V, but I don't... Actually, it seems I'm reading the configuration register default values 10000101 10000011 (133 131). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I don't know where could be the problem. Any help will be appreciated.....! &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sergi&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 10:14:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/3412875#M3865</guid>
      <dc:creator>sergiclariana</dc:creator>
      <dc:date>2015-07-10T10:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: ADS1115 Labview Interface for Arduino</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/3412876#M3866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The mistake that you are making is that you are writing the device address twice.&amp;nbsp; Once as the address and second as a data byte.&amp;nbsp; The I2C device address is sent specially by the Arduino code so you should not include that as one of the data bytes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because of confusion like this, I tend to prefer trying to port the Arduino library for the device into LabVIEW if such a library exists (and isn't overly complicated).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should also know that LIFA is old, outdated, and no longer officially supported.&amp;nbsp; You should instead use LINX which is LIFA's replace, is much faster, and is actively supported and being developed to add more functionality.&amp;nbsp; &lt;A href="http://www.labviewmakerhub.com/"&gt;LabVIEW MakerHub&lt;/A&gt; is the official home of LINX.&amp;nbsp; Also, given the code that you posted, LINX code will be nearly identical (Note that the "I2C Channel" will be 0 for all Arduinos).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.&amp;nbsp; LINX also includes support for many more micro controllers other than Arduino.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jul 2015 03:56:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/3412876#M3866</guid>
      <dc:creator>Nathan_B.</dc:creator>
      <dc:date>2015-07-11T03:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: ADS1115 Labview Interface for Arduino</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/3412877#M3867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thank you for your replay. It has a lot of sense what you said. Also, thanks for your recommendations. I know a little bit about LINX, but I'm running a bit out of time and I don't know if it would be so easy to download, use, etc. I totally agree with you about using Arduino libraries, but the problem is I'm programming the whole software using Labview, I must use Labview. It's not just a code for Arduino.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran the code with only one address and it worked perfectly!! &lt;IMG src="http://forums.ni.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sergi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 09:37:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/3412877#M3867</guid>
      <dc:creator>sergiclariana</dc:creator>
      <dc:date>2015-07-13T09:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: ADS1115 Labview Interface for Arduino</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/3412878#M3868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;http://www.transport-intelligent.net/technologies/systemes-cooperatifs/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2015-07-13 11:37 GMT+02:00 sergiclariana &amp;lt;web.community@ni.com&amp;gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;      &lt;A href="image: National Instruments"&gt;&lt;/A&gt;Community&lt;/P&gt;&lt;P&gt;&amp;lt;https://decibel.ni.com/content/index.jspa&amp;gt;   Re: ADS1115 Labview&lt;/P&gt;&lt;P&gt;Interface for Arduino  created by sergiclariana&lt;/P&gt;&lt;P&gt;&amp;lt;https://decibel.ni.com/content/people/sergiclariana&amp;gt; in *LabVIEW&lt;/P&gt;&lt;P&gt;Interface for Arduino* - View the full discussion&lt;/P&gt;&lt;P&gt;&amp;lt;https://decibel.ni.com/content/message/106963#106963&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 12:39:38 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/3412878#M3868</guid>
      <dc:creator>betterthanyou</dc:creator>
      <dc:date>2015-07-13T12:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: ADS1115 Labview Interface for Arduino</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/3703102#M8016</link>
      <description>&lt;P&gt;Hi Sergi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried removing the address (144 and 145) in the data array, yet timeout occurred at the I2C Read.vi. I made sure the hardware is not the problem using Arduino example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you share your revised example code?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 08:46:04 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/3703102#M8016</guid>
      <dc:creator>pichw</dc:creator>
      <dc:date>2017-10-16T08:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: ADS1115 Labview Interface for Arduino</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/3710551#M8025</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have the same problem that Linx + Arduino Uno + ADS1115 is not working.&lt;/P&gt;
&lt;P&gt;Can anybody share a working code for labview?&lt;/P&gt;
&lt;P&gt;I wired ADDR with GND and want to use the full range of 6V.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2017 16:59:47 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/3710551#M8025</guid>
      <dc:creator>RicoGue</dc:creator>
      <dc:date>2017-10-31T16:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: ADS1115 Labview Interface for Arduino</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/3712627#M8028</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="i2c demo.jpg" style="width: 999px;"&gt;&lt;img src="https://ip1.i.lithium.com/092742800af0e3d489fbd32b58f440e6b0e9f44c/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f32313733363669353145374136424641364342433744422f696d6167652d73697a652f6c617267653f763d76322670783d393939" role="button" title="i2c demo.jpg" alt="i2c demo.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Well, it works now, I just forgot to put the I2C Open.vi after the Open Serial.vi...&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 07:41:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/3712627#M8028</guid>
      <dc:creator>pichw</dc:creator>
      <dc:date>2017-11-06T07:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: ADS1115 Labview Interface for Arduino</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/3720377#M8034</link>
      <description>&lt;P&gt;Dear, pichw. I'm working with the ADS1115 and&amp;nbsp;your code but I don't understand the data that I get. Could you help me with the interpretation of the data please? Thanks.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;pichw escribió:&lt;BR /&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="i2c demo.jpg" style="width: 999px;"&gt;&lt;img src="https://ip1.i.lithium.com/092742800af0e3d489fbd32b58f440e6b0e9f44c/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f32313733363669353145374136424641364342433744422f696d6167652d73697a652f6c617267653f763d76322670783d393939" role="button" title="i2c demo.jpg" alt="i2c demo.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Well, it works now, I just forgot to put the I2C Open.vi after the Open Serial.vi...&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 01:29:19 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/3720377#M8034</guid>
      <dc:creator>Fvs18</dc:creator>
      <dc:date>2017-11-22T01:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: ADS1115 Labview Interface for Arduino</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/3720553#M8035</link>
      <description>&lt;P&gt;Firstly, there are 2 bytes you need to read, MSB and LSB. Secondly, the unit of the reading you get is related to the full scale you set. ADS1115 is a 16bits ADC, and 1 bit is used for sign, therefore when the full scale is +/-4.096V the unit of the reading is 4096/2^15 = 0.125 mV.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="i2c demo_.jpg" style="width: 999px;"&gt;&lt;img src="https://ip1.i.lithium.com/c14fa05a0aed6a9d7aafb8153204e165d1eb1276/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f32313832373069383144383735443938354638343346372f696d6167652d73697a652f6c617267653f763d76322670783d393939" role="button" title="i2c demo_.jpg" alt="i2c demo_.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 08:18:06 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/3720553#M8035</guid>
      <dc:creator>pichw</dc:creator>
      <dc:date>2017-11-22T08:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: ADS1115 Labview Interface for Arduino</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/3790759#M8099</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;
&lt;P&gt;I am facing a problem with interfacing &lt;STRONG&gt;ADS1115&lt;/STRONG&gt; with &lt;STRONG&gt;LINX&lt;/STRONG&gt;. I am able to communicate the ADS with INX but cannot figure out how to read exact analog data. I also want to read the differential voltage of &lt;STRONG&gt;A0-A1&lt;/STRONG&gt; and &lt;STRONG&gt;A2-A3&lt;/STRONG&gt; and want to &lt;STRONG&gt;change the PGA values&lt;/STRONG&gt;. I&amp;nbsp;am also concerned about the sign of the data like -2.5 mV. But I am getting some crazy data. How to configure the registers and write codes for the same. I am attaching the codes in VI. Please reply as soon as possible.&lt;/P&gt;
&lt;P&gt;Thanks in advance...&lt;/P&gt;</description>
      <pubDate>Wed, 09 May 2018 02:01:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/3790759#M8099</guid>
      <dc:creator>avishek55</dc:creator>
      <dc:date>2018-05-09T02:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: ADS1115 Labview Interface for Arduino</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/3982112#M8251</link>
      <description>&lt;P&gt;pls kindly help upload the VI&lt;/P&gt;</description>
      <pubDate>Sun, 27 Oct 2019 13:49:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/3982112#M8251</guid>
      <dc:creator>collinsetinosa</dc:creator>
      <dc:date>2019-10-27T13:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: ADS1115 Labview Interface for Arduino</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/3994357#M8256</link>
      <description>&lt;P&gt;Please. Fullу working VI.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 10:24:02 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/3994357#M8256</guid>
      <dc:creator>EduardM</dc:creator>
      <dc:date>2019-11-26T10:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: ADS1115 Labview Interface for Arduino</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/4035198#M8292</link>
      <description>&lt;P&gt;this the all configuration off them&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 10:31:43 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/4035198#M8292</guid>
      <dc:creator>diazomar2004</dc:creator>
      <dc:date>2020-09-11T10:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: ADS1115 Labview Interface for Arduino</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/4081306#M8309</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;how can I use your VI to read 2 differential inputs?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 11:34:10 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/4081306#M8309</guid>
      <dc:creator>nimirope</dc:creator>
      <dc:date>2020-09-08T11:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: ADS1115 Labview Interface for Arduino</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/4081341#M8310</link>
      <description>&lt;P&gt;here is the VI that &amp;nbsp;you can use&lt;/P&gt;
&lt;P&gt;remember this is the all configuration. You only need to send the bits&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;note i edit the mesage&lt;/P&gt;
&lt;P&gt;please not use this VI its have a problem with the bolean convertion please use a VI thats i post later&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 03:37:12 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/4081341#M8310</guid>
      <dc:creator>diazomar2004</dc:creator>
      <dc:date>2020-09-11T03:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: ADS1115 Labview Interface for Arduino</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/4081346#M8311</link>
      <description>&lt;P&gt;always remember that when you use a arduino to read or write sometime you have to install a time delay in your VI because &amp;nbsp;if you send a &amp;nbsp;comand to read the arduino need time to process the comand and if you send a new read comand the arduino dont have time to finish the firts comand normali i use a 5mS time delay&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I detect it when I try to read two analog input of arduino. I only recive noise but when i instal a time delay I fix the problem&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 14:11:45 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/4081346#M8311</guid>
      <dc:creator>diazomar2004</dc:creator>
      <dc:date>2020-09-08T14:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: ADS1115 Labview Interface for Arduino</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/4082221#M8312</link>
      <description>&lt;P&gt;this vi is functional i chek it last VI i upload is wrong theris a problem with the bolean convertion&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 03:33:19 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/4082221#M8312</guid>
      <dc:creator>diazomar2004</dc:creator>
      <dc:date>2020-09-11T03:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: ADS1115 Labview Interface for Arduino</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/4082781#M8314</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for your help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried your VI with the LINX toolkit but I always get this error:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error.PNG" style="width: 400px;"&gt;&lt;img src="https://ip1.i.lithium.com/bb1e370ebc2b18f09e709ef5ec9ca1a5d147e04d/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f32373332303369354439414232433437464146463644312f696d6167652d73697a652f6d656469756d3f763d76322670783d343030" role="button" title="error.PNG" alt="error.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 06:41:29 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/4082781#M8314</guid>
      <dc:creator>nimirope</dc:creator>
      <dc:date>2020-09-14T06:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: ADS1115 Labview Interface for Arduino</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/4082881#M8315</link>
      <description>&lt;P&gt;tonight y will check your VI but i see that you use I2C address =48 and the ADS works with only this address&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;address pin conected to &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;address selected&lt;/P&gt;
&lt;P&gt;gnd &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;72&lt;/P&gt;
&lt;P&gt;vdd &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;73&lt;/P&gt;
&lt;P&gt;sda &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;74&lt;/P&gt;
&lt;P&gt;scl &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;75&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;remenber you only can select this 4 address&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try to conect the address pint to gnd and use the addres 71 instead 48&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i will ched your vi tonight&lt;/P&gt;
&lt;P&gt;omar&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 11:50:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/4082881#M8315</guid>
      <dc:creator>diazomar2004</dc:creator>
      <dc:date>2020-09-14T11:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: ADS1115 Labview Interface for Arduino</title>
      <link>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/4082885#M8316</link>
      <description>&lt;P&gt;thats &amp;nbsp;right i check you VI with the address 72 and its works remember to use the address 72 you have to connect the address pin to GND&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i use a arduino mega buts is the same&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i edit the answer &amp;nbsp;i use 72 in decimal thats the same 48 in exadecimal&lt;/P&gt;
&lt;P&gt;&amp;nbsp;72 decimal is the same x48&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can fix the problem using 72 in decimal or use 48 in exa(x48)&lt;/P&gt;
&lt;P&gt;omar&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 12:14:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW-Interface-for-Arduino/ADS1115-Labview-Interface-for-Arduino/m-p/4082885#M8316</guid>
      <dc:creator>diazomar2004</dc:creator>
      <dc:date>2020-09-14T12:14:21Z</dc:date>
    </item>
  </channel>
</rss>

