<?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: PCF8885 Touch Sensor addressing in Sensors</title>
    <link>https://community.nxp.com/t5/Sensors/PCF8885-Touch-Sensor-addressing/m-p/896340#M5655</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 7-bit slave address of the PCF8885 is either:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. 0x20 when A0 = Vss (logic 0). This address must be placed in the upper 7 bits of the first byte and the Read/Write bit is in the LSB. This translates to 0x40 for a write and 0x41 for a read.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. 0x21 when A0 = Vdd (logic 1). This translates to 0x42 for a write and 0x43 for a read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/79508iC3CDEF4EE6DD844D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="border: 1pt none windowtext; font-weight: inherit; font-size: 9pt; padding: 0in;"&gt;PS:&amp;nbsp;If&amp;nbsp;this answer helps to solve your question, please mark it as "Correct" or “Helpful”. Thank you.&lt;/EM&gt;&lt;/P&gt;&lt;DIV style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&lt;DIV class="" style="border: 0px; font-weight: inherit; margin: 20px 0px;"&gt;&lt;DIV style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Apr 2019 08:00:47 GMT</pubDate>
    <dc:creator>TomasVaverka</dc:creator>
    <dc:date>2019-04-16T08:00:47Z</dc:date>
    <item>
      <title>PCF8885 Touch Sensor addressing</title>
      <link>https://community.nxp.com/t5/Sensors/PCF8885-Touch-Sensor-addressing/m-p/896339#M5654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;G'day&lt;/P&gt;&lt;P&gt;I am using PCF8885 touch sensors and I am curious about the addressing structure. Ao is fine I understand that. However when I look at the PCF8885 and pull back the I2C address it tells me that it is 0x21 and indeed when I look at Application Sheet UM10505 and look at the circuit diagram (page 10 of 17) I see two PCF8885's. Also looking at the downloaded code for that example project I see that one is addressed at 0x21 while the other (Slider) is addressed at 0x42?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is this address change made. Is it through the config command? If a SoftReset is sent does it revert to its original address? Or do these addresses need to be set before the device is deployed into the circuit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2019 05:26:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/PCF8885-Touch-Sensor-addressing/m-p/896339#M5654</guid>
      <dc:creator>support2</dc:creator>
      <dc:date>2019-04-16T05:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: PCF8885 Touch Sensor addressing</title>
      <link>https://community.nxp.com/t5/Sensors/PCF8885-Touch-Sensor-addressing/m-p/896340#M5655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 7-bit slave address of the PCF8885 is either:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. 0x20 when A0 = Vss (logic 0). This address must be placed in the upper 7 bits of the first byte and the Read/Write bit is in the LSB. This translates to 0x40 for a write and 0x41 for a read.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. 0x21 when A0 = Vdd (logic 1). This translates to 0x42 for a write and 0x43 for a read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/79508iC3CDEF4EE6DD844D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Tomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="border: 1pt none windowtext; font-weight: inherit; font-size: 9pt; padding: 0in;"&gt;PS:&amp;nbsp;If&amp;nbsp;this answer helps to solve your question, please mark it as "Correct" or “Helpful”. Thank you.&lt;/EM&gt;&lt;/P&gt;&lt;DIV style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&lt;DIV class="" style="border: 0px; font-weight: inherit; margin: 20px 0px;"&gt;&lt;DIV style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2019 08:00:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Sensors/PCF8885-Touch-Sensor-addressing/m-p/896340#M5655</guid>
      <dc:creator>TomasVaverka</dc:creator>
      <dc:date>2019-04-16T08:00:47Z</dc:date>
    </item>
  </channel>
</rss>

