<?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>connection between nRF52 and android bluetooth</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/48964/connection-between-nrf52-and-android-bluetooth</link><description>I have an android smartphone of bluetooth version 4 and i am developing one application where i am using nRF52 (bluetooth version 5). Is it possible to write data from the custom app by using mobile&amp;#39;s bluetooth to the nRF52 device? I am using the custom</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 27 Jun 2019 07:43:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/48964/connection-between-nrf52-and-android-bluetooth" /><item><title>RE: connection between nRF52 and android bluetooth</title><link>https://devzone.nordicsemi.com/thread/195023?ContentTypeID=1</link><pubDate>Thu, 27 Jun 2019 07:43:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2206a26-4507-4932-b48b-173b695b3093</guid><dc:creator>Parita</dc:creator><description>&lt;p&gt;Thank you for your reply... i will go through it and check it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connection between nRF52 and android bluetooth</title><link>https://devzone.nordicsemi.com/thread/195021?ContentTypeID=1</link><pubDate>Thu, 27 Jun 2019 07:40:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:540a62ad-3e10-4b57-9324-da90334f7353</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Are you using the &lt;a href="https://github.com/NordicSemiconductor/Android-BLE-Library"&gt;Nordic Android BLE library&lt;/a&gt; underneath, or doing everything on top of the core API&amp;#39;s?&lt;/p&gt;
&lt;p&gt;I would strongly suggest using our libraries, as they&amp;nbsp;handle a lot of the busy work of setting up and accessing BLE devices in your application.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connection between nRF52 and android bluetooth</title><link>https://devzone.nordicsemi.com/thread/194834?ContentTypeID=1</link><pubDate>Wed, 26 Jun 2019 10:12:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d893a76-90b0-44a4-8bc7-e56703aaca81</guid><dc:creator>Parita</dc:creator><description>&lt;p&gt;I am initializing GATT service and before that i create a method which will discover the bluetooth devices/modules.&amp;nbsp; After searching i can connect with the chosen bluetooth device from the list of other bluetooth devices/modules. My android phone and the bluetooth module is connected with each other, but while sending/writing data to the bluetooth module&amp;nbsp;from android device, i am using BluetoothGattCallback. There i am getting&amp;nbsp;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a class="QueryLink link" title="android.bluetooth" href="https://www.codota.com/code/java/packages/android.bluetooth"&gt;android.bluetooth&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;a class="QueryLink link" title="BluetoothGattCharacteristic" href="https://www.codota.com/code/java/classes/android.bluetooth.BluetoothGattCharacteristic"&gt;BluetoothGattCharacteristic&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;b&gt;setValue() as null refernce. The data is getting from android device but while sending to nRF52 it is not sending there.&lt;/b&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connection between nRF52 and android bluetooth</title><link>https://devzone.nordicsemi.com/thread/194832?ContentTypeID=1</link><pubDate>Wed, 26 Jun 2019 09:50:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ed74c0f-57b2-4268-a57f-e9a01b0fc064</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;So what have you tried?&lt;/p&gt;
&lt;p&gt;What results were you &lt;em&gt;expecting&lt;/em&gt;?&lt;/p&gt;
&lt;p&gt;What&amp;nbsp;results are you actually &lt;em&gt;getting&lt;/em&gt;?&lt;/p&gt;
&lt;p&gt;What testing / investigation / debugging have &lt;em&gt;&lt;strong&gt;you&lt;/strong&gt; &lt;/em&gt;done to account for the difference(s) ?&lt;/p&gt;
&lt;p&gt;Have you seen these tutorials on BLE Services &amp;amp; Characteristics:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/ble-services-a-beginners-tutorial"&gt;https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/ble-services-a-beginners-tutorial&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/ble-characteristics-a-beginners-tutorial"&gt;https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/ble-characteristics-a-beginners-tutorial&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connection between nRF52 and android bluetooth</title><link>https://devzone.nordicsemi.com/thread/194826?ContentTypeID=1</link><pubDate>Wed, 26 Jun 2019 09:34:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7bd4ed36-2aa0-441a-b6af-0d3a0cbc8838</guid><dc:creator>Parita</dc:creator><description>&lt;p&gt;Actually i am developing an application where i want to write data in the nRF52&amp;nbsp;module using android app. I am using writeCharacteristic() method. But i cannot able to write data on the module.Can you please help me&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connection between nRF52 and android bluetooth</title><link>https://devzone.nordicsemi.com/thread/194816?ContentTypeID=1</link><pubDate>Wed, 26 Jun 2019 09:18:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d85d6c8d-3031-41de-8e9a-e22700da15c0</guid><dc:creator>awneil</dc:creator><description>[quote userid="2116" url="~/f/nordic-q-a/48964/connection-between-nrf52-and-android-bluetooth/194784"]Bluetooth 5 is backwards compatible with Bluetooth 4.0, so it should be possible for your nRF52 device running the BT 5 stack to connect to&amp;nbsp;your phone and exchange data over a proprietary service[/quote]
&lt;p&gt;Provided, of course, that your nRF code does not rely upon any BT 5 features!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: connection between nRF52 and android bluetooth</title><link>https://devzone.nordicsemi.com/thread/194784?ContentTypeID=1</link><pubDate>Wed, 26 Jun 2019 08:19:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e744d6d7-d199-4a81-95cd-8335557a9354</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Parita&lt;/p&gt;
&lt;p&gt;Bluetooth 5 is backwards compatible with Bluetooth 4.0, so it should be possible for your nRF52 device running the BT 5 stack to connect to&amp;nbsp;your phone and exchange data over a proprietary service.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Have you tried to base your application on the &lt;a href="https://github.com/NordicSemiconductor/Android-nRF-Blinky"&gt;Android-nRF-Blinky&lt;/a&gt;&amp;nbsp;example?&lt;/p&gt;
&lt;p&gt;It sets up the proprietary Blinky service, and allows the app to talk to an nRF52 device running the ble_app_blinky example from the nRF5 SDK.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>