<?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>Rapid IoTのトピックRe: Rapid IoT Schematics - MicroBus missing</title>
    <link>https://community.nxp.com/t5/Rapid-IoT/Rapid-IoT-Schematics-MicroBus-missing/m-p/898073#M549</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Definitely, great job Eric, appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Stanislav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Apr 2019 07:00:27 GMT</pubDate>
    <dc:creator>cerny</dc:creator>
    <dc:date>2019-04-18T07:00:27Z</dc:date>
    <item>
      <title>Rapid IoT Schematics - MicroBus missing</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/Rapid-IoT-Schematics-MicroBus-missing/m-p/898071#M547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;going to use mikro smoke click board with Maxim sensor, need to identify HW connection and base address of the sensor. Schematics of Rapid IoT kit shows only docking connector not Microbus ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any way, please help with proper I2C and base address for above mentioned click.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;Stanislav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2019 07:56:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/Rapid-IoT-Schematics-MicroBus-missing/m-p/898071#M547</guid>
      <dc:creator>cerny</dc:creator>
      <dc:date>2019-04-17T07:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Rapid IoT Schematics - MicroBus missing</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/Rapid-IoT-Schematics-MicroBus-missing/m-p/898072#M548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking into the Maxim datasheet you will find:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/75652i5C7E83F0A3D0D5EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Sometimes the address is coded on 7 bits as you might know (R/W last bit is not specified) so address declaration would be:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define SMOKE_ADDRESS&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x57&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(57 is AF with LSB skipped)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding schematics you can retrieve all information:&lt;/P&gt;&lt;P&gt;Rapid IoT schematic till back connector:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/webapp/Download?colCode=SCH-29943" title="https://www.nxp.com/webapp/Download?colCode=SCH-29943"&gt;https://www.nxp.com/webapp/Download?colCode=SCH-29943&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_5.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/75872i5AD647E255E1A90B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_5.png" alt="pastedImage_5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Schematic of the docking station from connector:&lt;/P&gt;&lt;P&gt;&lt;A href="http://cdn-docs.mikroe.com/images/a/a7/HEXIWEAR_DockingStation_v102_Sch.PDF"&gt;http://cdn-docs.mikroe.com/images/a/a7/HEXIWEAR_DockingStation_v102_Sch.PDF&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_6.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/77606iAE6E4DC381F2D652/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_6.png" alt="pastedImage_6.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;There is a naming mismathc there - as you can see on previous (RApid IoT) schematic, I2C0 from K64 is coming out. Not I2C1 as indicated in the labelling of hexiwear docking station.&lt;/P&gt;&lt;P&gt;This I2C bus is feeding all 3 MIKROE Click BUS slots:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_7.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/77435i3FB18A1E47503622/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_7.png" alt="pastedImage_7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The the MIKROE SMoke click:&lt;/P&gt;&lt;P&gt;&lt;A href="https://download.mikroe.com/documents/add-on-boards/click/smoke/smoke-click-schematic-v100.pdf"&gt;https://download.mikroe.com/documents/add-on-boards/click/smoke/smoke-click-schematic-v100.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(I2C going through the voltage leveller (down)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_8.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/77478i3CD137B5B7D09031/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_8.png" alt="pastedImage_8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here again mismatch on the I2C bus name. (SCL2 and SDA2 here are connected to K64 I2C0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this answers your questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2019 06:39:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/Rapid-IoT-Schematics-MicroBus-missing/m-p/898072#M548</guid>
      <dc:creator>Eric_Ma</dc:creator>
      <dc:date>2019-04-18T06:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Rapid IoT Schematics - MicroBus missing</title>
      <link>https://community.nxp.com/t5/Rapid-IoT/Rapid-IoT-Schematics-MicroBus-missing/m-p/898073#M549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Definitely, great job Eric, appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Stanislav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2019 07:00:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Rapid-IoT/Rapid-IoT-Schematics-MicroBus-missing/m-p/898073#M549</guid>
      <dc:creator>cerny</dc:creator>
      <dc:date>2019-04-18T07:00:27Z</dc:date>
    </item>
  </channel>
</rss>

