<?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>Bluetooth connection between Arduino NANO 33 BLE Sense and NRF52840 DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/71761/bluetooth-connection-between-arduino-nano-33-ble-sense-and-nrf52840-dk</link><description>CENTRAL : nrf52840 DK -SDK 15.3 -SES 5.40 -s140 
 PERIPHERAL : Arduino NANO 33 BLE Sense 
 
 Hello, I&amp;#39;d like to deliver the Arduino&amp;#39;s sensor data to DK board via Bluetooth. 
 Is it possible to connect with the arduino BLE using the example ble_app_uart_c</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 18 Feb 2021 09:39:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/71761/bluetooth-connection-between-arduino-nano-33-ble-sense-and-nrf52840-dk" /><item><title>RE: Bluetooth connection between Arduino NANO 33 BLE Sense and NRF52840 DK</title><link>https://devzone.nordicsemi.com/thread/295028?ContentTypeID=1</link><pubDate>Thu, 18 Feb 2021 09:39:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b9b363f-6cf4-4ab2-8f84-d934311c3afa</guid><dc:creator>awneil</dc:creator><description>[quote userid="98449" url="~/f/nordic-q-a/71761/bluetooth-connection-between-arduino-nano-33-ble-sense-and-nrf52840-dk"]I&amp;#39;d like to deliver the Arduino&amp;#39;s sensor data to DK board via Bluetooth[/quote]
&lt;p&gt;The whole point about Standards like BLE is that it is entirely independent of what hardware is used.&lt;/p&gt;
&lt;p&gt;The communication is entirely defined by the GATT Characteristics and Services.&lt;/p&gt;
[quote userid="98449" url="~/f/nordic-q-a/71761/bluetooth-connection-between-arduino-nano-33-ble-sense-and-nrf52840-dk"]Is it possible to connect with the arduino BLE using the example ble_app_uart_c on the DK board?&lt;br /&gt;[/quote]
&lt;p&gt;You need to find out&amp;nbsp;&lt;span&gt;the GATT Characteristics and Services used by the Arduino - and use that.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If that &lt;em&gt;happens&lt;/em&gt; to be the proprietary Nordic UART Service (NUS)&amp;nbsp; then, of course, the NUS Central will work - and, if it&amp;#39;s not, then it won&amp;#39;t!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;em&gt;&lt;strong&gt;If&lt;/strong&gt; &lt;/em&gt;NUS &lt;em&gt;&lt;strong&gt;is&lt;/strong&gt; &lt;/em&gt;used, it is just a &amp;quot;stream&amp;quot; of arbitrary&amp;nbsp;data - so you will still need to consult the Arduino documentation to see how they&amp;#39;ve formatted/structured the sensor data over the NUS link.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;For Arduino support, you will need to go to the Arduino forums, and/or the board manufacturer.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>