<?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 Choosing a Microcontroller in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/Choosing-a-Microcontroller/m-p/152237#M597</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am starting a project for my university course - I hope to build a basic GPS and heart-rate monitor device for a runner. Simply to log GPS and heart-rate data, to then be uploaded to a computer program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With patchy experience using microcontrollers, I am looking for advice on which one to use. I need a MCU that i can interface to:&lt;/P&gt;&lt;P&gt;Heart-rate monitor receiver (Polar RMC01) - which gives 1ms 3V output each heart-beat detected from HRM,&lt;/P&gt;&lt;P&gt;GPS receiver unit (EM-406a)&amp;nbsp;- outputs NMEA 0183 data string, probably at 1Hz frequency,&lt;/P&gt;&lt;P&gt;SD-card module (uDRIVE-uSD-G1) - to store 2 sets of data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both GPSr and SD module use serial communication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have only used the Freescale HCS08, would this be suitable, or any other recommendations?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for any advice.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Nov 2009 07:07:26 GMT</pubDate>
    <dc:creator>Iain</dc:creator>
    <dc:date>2009-11-06T07:07:26Z</dc:date>
    <item>
      <title>Choosing a Microcontroller</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Choosing-a-Microcontroller/m-p/152237#M597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am starting a project for my university course - I hope to build a basic GPS and heart-rate monitor device for a runner. Simply to log GPS and heart-rate data, to then be uploaded to a computer program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With patchy experience using microcontrollers, I am looking for advice on which one to use. I need a MCU that i can interface to:&lt;/P&gt;&lt;P&gt;Heart-rate monitor receiver (Polar RMC01) - which gives 1ms 3V output each heart-beat detected from HRM,&lt;/P&gt;&lt;P&gt;GPS receiver unit (EM-406a)&amp;nbsp;- outputs NMEA 0183 data string, probably at 1Hz frequency,&lt;/P&gt;&lt;P&gt;SD-card module (uDRIVE-uSD-G1) - to store 2 sets of data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Both GPSr and SD module use serial communication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have only used the Freescale HCS08, would this be suitable, or any other recommendations?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for any advice.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 07:07:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Choosing-a-Microcontroller/m-p/152237#M597</guid>
      <dc:creator>Iain</dc:creator>
      <dc:date>2009-11-06T07:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing a Microcontroller</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Choosing-a-Microcontroller/m-p/152238#M598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;lain,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the brief summary you have given, I would assume you would have no problem using an HCS08 device for this, especially as it appears all you have to do is record/calculate the heartrate on an incoming GPIO (probably best to route to a KBIP capable pin) and then handle the 2 UART serial ports to do file open/close/read/write via UART and also GPS ASCII data on a second UART.&lt;BR /&gt;&lt;BR /&gt;As you will need 2 UART ports, that will limit your choice a little in that the lower pin count HCS08 usually have only one SCI (UART) port if any.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With that, it would appear that the QE family of processors would be a good choice as the QE16 and above all have 2 SCI ports, run at 3V and have good power saving features.&amp;nbsp; The DEMOQE board is a good evaluation board for getting started and also the CPU is on a daughtercard that you can remove from the evaluation board and perhaps put on your project (NOTE: if you do this, be forewarned that the daughtercard is not fully aligned on a 0.1" matrix so you may have to fudge your connectors to your breadboard or protoboard if you are not building your own PCB).&amp;nbsp; The QE16/QE32 also is available in a 28 pin SOIC, and SOIC breakout boards are readily available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;QE family web page is at: &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=S08QE&amp;amp;tid=m8Hp" rel="nofollow" target="_blank"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=S08QE&amp;amp;tid=m8Hp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck on your project &lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2009 15:23:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Choosing-a-Microcontroller/m-p/152238#M598</guid>
      <dc:creator>abartky</dc:creator>
      <dc:date>2009-11-06T15:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Choosing a Microcontroller</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Choosing-a-Microcontroller/m-p/152239#M599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After a bit more research and better understanding of what I need, it seems that the QE16/QE32 is the best choice for my project, so thanks for your help (and quick reply!)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2009 04:04:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Choosing-a-Microcontroller/m-p/152239#M599</guid>
      <dc:creator>Iain</dc:creator>
      <dc:date>2009-11-11T04:04:48Z</dc:date>
    </item>
  </channel>
</rss>

