<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How to send data from NRF 52832 to HC 08 device?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23072/how-to-send-data-from-nrf-52832-to-hc-08-device</link><description>data sending from NRF52832 to HC 08 device</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 19 Nov 2018 23:59:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23072/how-to-send-data-from-nrf-52832-to-hc-08-device" /><item><title>RE: How to send data from NRF 52832 to HC 08 device?</title><link>https://devzone.nordicsemi.com/thread/158079?ContentTypeID=1</link><pubDate>Mon, 19 Nov 2018 23:59:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b40c4d45-5e91-48d0-987b-fd09db62a206</guid><dc:creator>colossal_chameleon</dc:creator><description>&lt;p&gt;I thought that might be the case. Thank you for your help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send data from NRF 52832 to HC 08 device?</title><link>https://devzone.nordicsemi.com/thread/158076?ContentTypeID=1</link><pubDate>Mon, 19 Nov 2018 23:10:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a5be3f8-172d-4556-9b36-1ce29baec8b4</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;That&amp;#39;s the Nordic UART Service (NUS).&lt;/p&gt;
&lt;p&gt;As the name suggests, it&amp;#39;s a Nordic &lt;em&gt;Proprietary&lt;/em&gt; service - so you&amp;#39;d have to implement it yourself at the HC-08 end...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;EDIT&lt;/p&gt;
&lt;p&gt;Alternatively, implement whatever proprietary service(s) the HC-08 has on the nRF end.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The point here being that there is &lt;span style="text-decoration:underline;"&gt;&lt;em&gt;&lt;strong&gt;no&lt;/strong&gt;&lt;/em&gt;&lt;/span&gt; standard &amp;quot;UART-over-BLE&amp;quot; service defined by the Bluetooth SIG - so everyone does their own proprietary thing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send data from NRF 52832 to HC 08 device?</title><link>https://devzone.nordicsemi.com/thread/158074?ContentTypeID=1</link><pubDate>Mon, 19 Nov 2018 23:00:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c80c1b8-53c2-4054-8d09-fc2fa4549a2e</guid><dc:creator>colossal_chameleon</dc:creator><description>&lt;p&gt;Did you end up figuring this out? I&amp;#39;m trying to do the same thing. I&amp;nbsp;was able to establish a&amp;nbsp;connection between the devices, using &amp;quot;examples/ble_central/ble_app_uart_c/&amp;quot;, but&amp;nbsp;haven&amp;#39;t figured out how to send data from nrf52832 to HC-08.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send data from NRF 52832 to HC 08 device?</title><link>https://devzone.nordicsemi.com/thread/90798?ContentTypeID=1</link><pubDate>Fri, 30 Jun 2017 09:39:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80039179-17e2-4b52-a1e5-b3a54e20e40c</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;If you want to communicate with the that chip/module over uart, I would recommend you to take a look at our UART example in the SDK, in the peripheral folder.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send data from NRF 52832 to HC 08 device?</title><link>https://devzone.nordicsemi.com/thread/90797?ContentTypeID=1</link><pubDate>Wed, 28 Jun 2017 03:10:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e56375c0-81b3-4ed2-8b00-a5271972d6cb</guid><dc:creator>IC</dc:creator><description>&lt;p&gt;Specification of HC-08 Bluetooth Module&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Bluetooth protocol: Bluetooth Specification V4.0 BLE
Open environment and iphone 4 s can achieve 80 meters extreme distance communication.
Based on TI CC2540 chipset
Bluetooth class 2
Industrial level SPP Bluetooth module
Integrated chip antenna
Industrial temperature range from -40 to +85
Support for on-board applications
Operating frequency: 2.4 GHz  ISM band
Modulation method: GFSK (Gaussian Frequency Shift Keying)
Acuity: -84 DBM or less BER at 0.1%
Transfer rate: Asynchronous: 6 KBPS Synchronous: KBPS
Security features: Authentication and encryption
Support services: Central and Peripheral UUID FFE0, FFE1
Power consumption: automatic sleep mode, the standby current 400 ~ 1.5 mA, transfer 8.5 mA.
Power supply: + 3.3 VDC 50 MA
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I want to send data through UART&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send data from NRF 52832 to HC 08 device?</title><link>https://devzone.nordicsemi.com/thread/90796?ContentTypeID=1</link><pubDate>Tue, 27 Jun 2017 16:55:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02b05796-cf9c-4d64-b35e-3c115af862e6</guid><dc:creator>Bert</dc:creator><description>&lt;p&gt;Hi @IC, There&amp;#39;s a couple different ways you can do this. Can you post the specs of your HC08 chip? I would assume it has some form of serial interface to work with, unless of course you mean over BLE. In either case, a datasheet would help answer your question.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>