<?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: New to FRDM-KE06Z, trying to work with light sensor project in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/New-to-FRDM-KE06Z-trying-to-work-with-light-sensor-project/m-p/643096#M38988</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll try have a look tomorrow and let you know - thank you!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Feb 2017 16:15:48 GMT</pubDate>
    <dc:creator>fraserlaw23</dc:creator>
    <dc:date>2017-02-19T16:15:48Z</dc:date>
    <item>
      <title>New to FRDM-KE06Z, trying to work with light sensor project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/New-to-FRDM-KE06Z-trying-to-work-with-light-sensor-project/m-p/643094#M38986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I'm new to developing microcontrollers and I have recently started using the FRDM-KE06Z. I'm trying to interface with a VL6180x for a university project but I cannot understand how to use I2C to interact with it. I have done a few tutorials on processor expert which I assume I should be using (Codewarrior IDE).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help or similar tutorials would be great.&lt;/P&gt;&lt;P&gt;Fraser&amp;nbsp;&lt;/P&gt;&lt;P&gt;(&amp;nbsp;&lt;A class="link-titled" href="http://www.st.com/content/ccc/resource/technical/document/datasheet/c4/11/28/86/e6/26/44/b3/DM00112632.pdf/files/DM00112632.pdf/jcr:content/translations/en.DM00112632.pdf" title="http://www.st.com/content/ccc/resource/technical/document/datasheet/c4/11/28/86/e6/26/44/b3/DM00112632.pdf/files/DM00112632.pdf/jcr:content/translations/en.DM00112632.pdf"&gt;http://www.st.com/content/ccc/resource/technical/document/datasheet/c4/11/28/86/e6/26/44/b3/DM00112632.pdf/files/DM00112…&lt;/A&gt;&amp;nbsp;&amp;nbsp;proximity time of flight sensor I'm using)&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2017 14:46:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/New-to-FRDM-KE06Z-trying-to-work-with-light-sensor-project/m-p/643094#M38986</guid>
      <dc:creator>fraserlaw23</dc:creator>
      <dc:date>2017-02-16T14:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: New to FRDM-KE06Z, trying to work with light sensor project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/New-to-FRDM-KE06Z-trying-to-work-with-light-sensor-project/m-p/643095#M38987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fraser Law,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you want to use the FRDM-KE06 work with your I2C light sensor, you need to know these points:&lt;/P&gt;&lt;P&gt;1. KE06 I2C code,&lt;/P&gt;&lt;P&gt;&amp;nbsp; You can refer to the sample code, please download it from this link:&lt;/P&gt;&lt;P&gt;&lt;A data-dtmassettype="Download" data-dtmname="FRDM-KEXX Driver Library Package " href="http://www.nxp.com/webapp/sps/download/license.jsp?colCode=KEXX_DRIVERS_V1.2.1_DEVD" target="_blank"&gt;FRDM-KEXX Driver Library Package&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can find the code in folder:KEXX_DRIVERS_V1.2.1_DEVD\kexx_drv_lib\build\iar\ke06&lt;/P&gt;&lt;P&gt;There has two master I2C code:I2C_MasterInt_demo and I2C_MasterPoll_demo.&lt;/P&gt;&lt;P&gt;I2C_MasterInt is the I2C interrupt code, I2C_MasterPoll is the polling code.&lt;/P&gt;&lt;P&gt;2. Know the I2C communication data which your sensor needed.&lt;/P&gt;&lt;P&gt;You can check your sensor datasheet, find the what I2C command, data it need, then use the KE06 as the I2C master to send these data, and get the according data from your sensor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can modify the code in the official KE drivers which I recommended you .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;If you still have question, please let me know!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2017 04:44:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/New-to-FRDM-KE06Z-trying-to-work-with-light-sensor-project/m-p/643095#M38987</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-02-17T04:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: New to FRDM-KE06Z, trying to work with light sensor project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/New-to-FRDM-KE06Z-trying-to-work-with-light-sensor-project/m-p/643096#M38988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll try have a look tomorrow and let you know - thank you!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Feb 2017 16:15:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/New-to-FRDM-KE06Z-trying-to-work-with-light-sensor-project/m-p/643096#M38988</guid>
      <dc:creator>fraserlaw23</dc:creator>
      <dc:date>2017-02-19T16:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: New to FRDM-KE06Z, trying to work with light sensor project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/New-to-FRDM-KE06Z-trying-to-work-with-light-sensor-project/m-p/643097#M38989</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;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FFRDM-KE06Z.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/FRDM-KE06Z.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This contains KE06 I2C support and also simulation so that it is easy to use, study and connect to other devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Feb 2017 23:07:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/New-to-FRDM-KE06Z-trying-to-work-with-light-sensor-project/m-p/643097#M38989</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2017-02-19T23:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: New to FRDM-KE06Z, trying to work with light sensor project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/New-to-FRDM-KE06Z-trying-to-work-with-light-sensor-project/m-p/643098#M38990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fraser Law,&lt;/P&gt;&lt;P&gt;&amp;nbsp;OK, any question after you check it, just let me know!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2017 02:24:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/New-to-FRDM-KE06Z-trying-to-work-with-light-sensor-project/m-p/643098#M38990</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-02-20T02:24:58Z</dc:date>
    </item>
  </channel>
</rss>

