<?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>Nrf52840 UART device compatibility</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55161/nrf52840-uart-device-compatibility</link><description>I have 3 devices that can communicate via UART: 1) nRF52840-DK (PCA10056) 2) FTDI (set to 5v logic) 3) BLE HM-19 
 I&amp;#39;m using the example in ./nRF5_SDK_16/nRF5SDK160098a08e2/examples/peripheral/serial_uartes 
 If I connect the FTDI to the NRF, I&amp;#39;m able</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 09 Dec 2019 13:44:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55161/nrf52840-uart-device-compatibility" /><item><title>RE: Nrf52840 UART device compatibility</title><link>https://devzone.nordicsemi.com/thread/224469?ContentTypeID=1</link><pubDate>Mon, 09 Dec 2019 13:44:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:517421e1-1b99-41a6-8f24-5118d9bd18d0</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Then it&amp;#39;s very hard for me to confirm that they are actually compatible with one another... And for you to know what voltages, baud rates, etc. it supports. It might be that they just don&amp;#39;t support each other, and without the correct datasheet, I don&amp;#39;t know how to support you any further.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf52840 UART device compatibility</title><link>https://devzone.nordicsemi.com/thread/224361?ContentTypeID=1</link><pubDate>Mon, 09 Dec 2019 09:59:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2d8e406-bafa-46ca-b23a-aa4a43b816d0</guid><dc:creator>ephimee</dc:creator><description>&lt;p&gt;I tried the example, but I don&amp;#39;t get any output in the output window?&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t have a datasheet for the HM-19&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf52840 UART device compatibility</title><link>https://devzone.nordicsemi.com/thread/224174?ContentTypeID=1</link><pubDate>Fri, 06 Dec 2019 12:48:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2b3bf14-2910-491f-85e7-5fab49082eda</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Philip&lt;/p&gt;
&lt;p&gt;That might be the case, but it is strange that the communication works with the FTDI if there are any software issues on the nRF side. You can try using the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Fuart_example.html&amp;amp;cp=6_1_4_6_50"&gt;regular UART example &lt;/a&gt;&lt;br /&gt;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Fuart_example.html&amp;amp;cp=6_1_4_6_50"&gt;\&amp;lt;SDK-FOLDER&amp;gt;\examples\peripheral\uart&lt;/a&gt; to communicate between the HM-19 and the nRF as well, as that is a very straight forward example that should make it work. Remember to set the baud rate to 9600 if that&amp;#39;s what you want though, as the SDK examples are set to 115200 by default.&lt;/p&gt;
&lt;p&gt;Are you able to provide the datasheet for your HM-19 so I can take a look at it? I haven&amp;#39;t been able to find the datasheet for the correct one I think.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf52840 UART device compatibility</title><link>https://devzone.nordicsemi.com/thread/224083?ContentTypeID=1</link><pubDate>Fri, 06 Dec 2019 08:39:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1624f981-8d71-4f3f-aec0-e7c9cec1c358</guid><dc:creator>ephimee</dc:creator><description>&lt;p&gt;I don&amp;#39;t have a logic analyzer.&lt;/p&gt;
&lt;p&gt;On the DSD TECH HM-19 it&amp;#39;s written 3.6 .. 6V which means it should work with 3.6V but also 5V.&lt;/p&gt;
&lt;p&gt;I also just tried to connect the DSD TECH HM-19 to a Arduino Uno, and that is also working fine.&lt;br /&gt;The Arduino Uno is 5V logic.&lt;/p&gt;
&lt;p&gt;I also have a Wemos D1 Mini with a ESP8266, which is running on 3.3v.&lt;br /&gt;I tried connecting this as well and it&amp;#39;s working fine with the DSD TECH HM-19.&lt;/p&gt;
&lt;p&gt;Then I also tried connecting the FTDI to the DSD TECH HM-19, but this time I set the jumper to 3.3v. And also that is working fine.&lt;/p&gt;
&lt;p&gt;So I think maybe the problem is in the software settings on the NRF?&lt;br /&gt;I&amp;#39;m pretty new to Nordic, so I could&amp;#39;ve easily overlooked things?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf52840 UART device compatibility</title><link>https://devzone.nordicsemi.com/thread/224063?ContentTypeID=1</link><pubDate>Fri, 06 Dec 2019 07:32:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:603eba13-94a9-41f9-96e0-cf4f4d877221</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Philip&lt;/p&gt;
&lt;p&gt;If the HM-19 is set to 3.6V it should be sufficient to set the DK in normal operating mode, powering it from J2 and having the power select switch set to VDD. Please check if you have any luck here, or else I&amp;#39;m not quite sure on what to look at next. I still suggest trying with a logic analyzer to see what&amp;#39;s going on on the TX/RX lines themselves. Are there any differences in how the FTDI and HM-19 transmit and receive?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf52840 UART device compatibility</title><link>https://devzone.nordicsemi.com/thread/223788?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2019 08:27:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75575c38-d952-45c1-a6c5-5cf912d06465</guid><dc:creator>ephimee</dc:creator><description>&lt;p&gt;No, I was using J2 USB originally.&lt;/p&gt;
&lt;p&gt;I just tried using the J3 and set the switch to USB power source. So basically I&amp;#39;m now using both J2 and J3 USB ports.&lt;br /&gt;The result is the same. FTDI works fine with the DK, but the DK is unable to communicate with the DSD TECH HM-19.&lt;/p&gt;
&lt;p&gt;I haven&amp;#39;t tried LLC yet. Which pin on the DK is 3.6V I can use?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf52840 UART device compatibility</title><link>https://devzone.nordicsemi.com/thread/223779?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2019 08:01:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab891e99-ee22-4d06-a7cd-8c233d600cf0</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Philip&lt;/p&gt;
&lt;p&gt;Sorry, I didn&amp;#39;t realize you were using the DK. You&amp;#39;re powering the board using the 5V pin and not the USB connector, right? Now, this pin does allow an input of 5V, but it will not power the nRF with 5V, but rather 3.3V (VDD mode). This might cause some conflicts when communicating with boards that run on higher voltages, so I suggest you power the board in VDDH mode instead to see if that solves the issue. You can power the DK in VDDH mode by either using the USB connector (J3) and setting the power source switch to USB source, or by through the Li-Po battery connectors (J6 or P27) and setting the power source switch to Li-Po.&lt;/p&gt;
&lt;p&gt;Alternatively, you can try powering the HM-19 board with 3.6V instead to avoid voltage level conflicts between it and the nRF52840 in VDD mode. Did you have any luck using a logic analyzer to see exactly what happens on the TX/RX lines?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf52840 UART device compatibility</title><link>https://devzone.nordicsemi.com/thread/223642?ContentTypeID=1</link><pubDate>Wed, 04 Dec 2019 14:23:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2517ef42-4e3b-4dd4-9d5d-9d4971f7449e</guid><dc:creator>ephimee</dc:creator><description>&lt;p&gt;I&amp;#39;m using the nRF52840-DK with the PCA10056, so I was referring to this PCB.&lt;/p&gt;
&lt;p&gt;There&amp;#39;s nothing else to share, I already provided all the details above.&lt;/p&gt;
&lt;p&gt;There&amp;#39;s a switch on the board to swap between Li-Po, VDD and USB. But only VDD is working.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf52840 UART device compatibility</title><link>https://devzone.nordicsemi.com/thread/223638?ContentTypeID=1</link><pubDate>Wed, 04 Dec 2019 14:15:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cdb27e6a-841a-4a87-8a74-b3f48d8e1627</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Philip&lt;/p&gt;
&lt;p&gt;Would you mind sharing the schematics of your nRF PCB so I could take a look at your setup? I can set the case to private mode if you don&amp;#39;t want to share the schematics with the community. In private mode, your case will be treated confidentially, and only yourself and Nordic engineers will be able to see it.&lt;/p&gt;
&lt;p&gt;You can read up on normal (VDD) and high (VDDH) voltage mode in the &lt;a href="https://infocenter.nordicsemi.com/pdf/nRF52840_PS_v1.1.pdf"&gt;product specification&lt;/a&gt;. Specifically section 5.3.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf52840 UART device compatibility</title><link>https://devzone.nordicsemi.com/thread/223517?ContentTypeID=1</link><pubDate>Wed, 04 Dec 2019 09:35:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56c6e195-5280-4228-b943-48d3bfd3a244</guid><dc:creator>ephimee</dc:creator><description>&lt;p&gt;I&amp;#39;m using the DSD TECH HM-19, which is rated 3.6 .. 6v.&lt;/p&gt;
&lt;p&gt;I think it has a built in LLC.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not familiar with VDDH? 5V is written on the P13 header on the NRF PCB so I assumed that the I/O is also 5V?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nrf52840 UART device compatibility</title><link>https://devzone.nordicsemi.com/thread/223513?ContentTypeID=1</link><pubDate>Wed, 04 Dec 2019 09:26:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2333166f-3d06-4a6d-82d7-8adf00ad4080</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Philip&lt;/p&gt;
&lt;p&gt;I wasn&amp;#39;t able to find any official voltage parameters for the HM-19 module, but &lt;a href="https://www.aliexpress.com/item/32829630049.html"&gt;these product specifications&lt;/a&gt; indicate that the maximum input voltage to the HM-19 modules is 3.7V. Could the issue be that you&amp;#39;re supplying the module with too high of a voltage, and that is what&amp;#39;s causing issues? Also, is the nRF52840 set to VDDH mode, so that it supports 5V as well?&lt;/p&gt;
&lt;p&gt;You can use a logic analyzer to check what happens on the TX and RX lines to see if there is any activity at all.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>