<?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>Connecting nRF52840 Dongle to EYSHCNZWZ Transceiver</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/67601/connecting-nrf52840-dongle-to-eyshcnzwz-transceiver</link><description>Hi All, 
 I&amp;#39;m a student starting a project on a low-power bluetooth accelerometer. I have selected the MC3672 accelerometer ( mcubemems.com/.../) , which will be soldered onto a circuit with the EYSHCNZWZ transceiver and I want them to communicate via</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 26 Oct 2020 16:22:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/67601/connecting-nrf52840-dongle-to-eyshcnzwz-transceiver" /><item><title>RE: Connecting nRF52840 Dongle to EYSHCNZWZ Transceiver</title><link>https://devzone.nordicsemi.com/thread/276954?ContentTypeID=1</link><pubDate>Mon, 26 Oct 2020 16:22:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3944d95e-2293-45ee-8f5b-c993f0eabb34</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;What you describe is definitely doable using the nRF52 devices, as long as you have the time to get all the pieces in place ;)&lt;/p&gt;
&lt;p&gt;In the nRF5 SDK we have some examples using the Nordic UART service (NUS), which allows you to send custom strings back and forth between two devices.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We have one example which sets up an nRF52840 device as a NUS to USB bridge (running the CDC ACM &amp;#39;virtual comport&amp;#39; USB class), meaning it can receive strings from another device running the NUS example and pass it over USB to a PC. This example should be a good starting point for the dongle.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Then on the sensor side you can run the ble_app_uart_c (NUS client) example, which can connect to the nRF52840 device and exchange data with it.&amp;nbsp;&lt;br /&gt;In theory then all you need to do on the sensor side is to write a driver to access your sensor, and pass the sensor data over the NUS service to the dongle.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As for the Mac application you can basically use any framework that allows you to connect to a serial port, allowing you to receive the data from the dongle. As a proof of concept you could simply use a standard terminal program.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When it comes to hardware I would strongly suggest starting your work using standard development kits (nRF52840DK for the dongle, and nRF52DK for the sensor side). Once you have a working prototype running on the devkits you can try to integrate it with the dongle and the&amp;nbsp;&lt;span&gt;EYSHCNZWZ&amp;nbsp;module.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The devkits come with built in debugging capabilities making them much more practical for development.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards&lt;br /&gt;Torbjørn&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>