<?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: Multi sensor data in one BLE service in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/Multi-sensor-data-in-one-BLE-service/m-p/1246739#M10908</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You can create multiple profile. Use different to send differnet data. Refer this link.&lt;A href="https://community.nxp.com/t5/Wireless-Connectivity-Knowledge/How-to-create-a-Custom-Profile-Server/ta-p/1106592" target="_self"&gt; Custom profile&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Or send the different data sequentially using one service. The program uses timer to send the data. So first time ,you send the temperature. Second time, you send the other data.&lt;/P&gt;
&lt;P&gt;Or you can combine these data. For example, you can define a 32 bit variable. The high 16 bit uses for temperature, and the low 16 bit use for &lt;SPAN&gt;humidity. Then send this 32 bit variable. You will get two different data.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
    <pubDate>Wed, 17 Mar 2021 01:37:17 GMT</pubDate>
    <dc:creator>nxf56274</dc:creator>
    <dc:date>2021-03-17T01:37:17Z</dc:date>
    <item>
      <title>Multi sensor data in one BLE service</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Multi-sensor-data-in-one-BLE-service/m-p/1246388#M10897</link>
      <description>How could i send multi sensor data in one BLE service for example temp, pressure, humidity ....??? MCU - MKW38</description>
      <pubDate>Tue, 16 Mar 2021 11:13:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Multi-sensor-data-in-one-BLE-service/m-p/1246388#M10897</guid>
      <dc:creator>Jangra</dc:creator>
      <dc:date>2021-03-16T11:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Multi sensor data in one BLE service</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Multi-sensor-data-in-one-BLE-service/m-p/1246739#M10908</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;You can create multiple profile. Use different to send differnet data. Refer this link.&lt;A href="https://community.nxp.com/t5/Wireless-Connectivity-Knowledge/How-to-create-a-Custom-Profile-Server/ta-p/1106592" target="_self"&gt; Custom profile&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Or send the different data sequentially using one service. The program uses timer to send the data. So first time ,you send the temperature. Second time, you send the other data.&lt;/P&gt;
&lt;P&gt;Or you can combine these data. For example, you can define a 32 bit variable. The high 16 bit uses for temperature, and the low 16 bit use for &lt;SPAN&gt;humidity. Then send this 32 bit variable. You will get two different data.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 01:37:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Multi-sensor-data-in-one-BLE-service/m-p/1246739#M10908</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-03-17T01:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multi sensor data in one BLE service</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Multi-sensor-data-in-one-BLE-service/m-p/1246814#M10909</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have used&amp;nbsp; one service with multi characteristics for multi sensor data, so is it good way to do like this ???&lt;/P&gt;</description>
      <pubDate>Wed, 17 Mar 2021 03:43:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Multi-sensor-data-in-one-BLE-service/m-p/1246814#M10909</guid>
      <dc:creator>Jangra</dc:creator>
      <dc:date>2021-03-17T03:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Multi sensor data in one BLE service</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Multi-sensor-data-in-one-BLE-service/m-p/1247695#M10919</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Sure. multiple&amp;nbsp;&lt;SPAN&gt;characteristics. I forget mentioning it.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 days after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 01:42:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Multi-sensor-data-in-one-BLE-service/m-p/1247695#M10919</guid>
      <dc:creator>nxf56274</dc:creator>
      <dc:date>2021-03-18T01:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Multi sensor data in one BLE service</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Multi-sensor-data-in-one-BLE-service/m-p/1247764#M10920</link>
      <description>&lt;P&gt;Thank you .&lt;/P&gt;</description>
      <pubDate>Thu, 18 Mar 2021 03:37:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Multi-sensor-data-in-one-BLE-service/m-p/1247764#M10920</guid>
      <dc:creator>Jangra</dc:creator>
      <dc:date>2021-03-18T03:37:10Z</dc:date>
    </item>
  </channel>
</rss>

