<?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>Modulating uart output</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/31212/modulating-uart-output</link><description>Hi 
 
 I would like to modulate the positive output of the UART using PWM 
 
 I know i can feed the UART and a PWM putput into a AND gate no problem, but im wondering if there is a wway to use PPI or something internally to do the same, for example if</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 09 Mar 2018 14:07:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/31212/modulating-uart-output" /><item><title>RE: Modulating uart output</title><link>https://devzone.nordicsemi.com/thread/123708?ContentTypeID=1</link><pubDate>Fri, 09 Mar 2018 14:07:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ce8227a-5dbe-4a7a-bd27-082810ce96d0</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;If you want an event for every bit, I would think a &amp;quot;hack&amp;quot; is needed: Split the outgoing UART signal so that one line go to a GPIO. GIPOTE can then be used to trigger on rising edge/falling edge or both. That may be a little closer to&amp;nbsp;what you want to do. Perhaps it is possible to combine it with some logic as well, if needed.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Modulating uart output</title><link>https://devzone.nordicsemi.com/thread/123601?ContentTypeID=1</link><pubDate>Fri, 09 Mar 2018 10:09:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f6c19210-2b12-4ec1-a94d-f52d3297044f</guid><dc:creator>billywalton</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;It looks to me that this event is geared towards the entire byte transmission, not the individual bits of the bytes.&amp;nbsp; I am looking for an event that fires after the transmission of every bit in the byte&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I think this is not possible?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Modulating uart output</title><link>https://devzone.nordicsemi.com/thread/123281?ContentTypeID=1</link><pubDate>Wed, 07 Mar 2018 14:52:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63e0009a-01f5-400f-8740-2e5ee812383e</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;Yes, it should be possible to make f.ex the TX UART sent event (EVENTS_TXDRDY) trigger a PWM task using PPI.&lt;/p&gt;
&lt;p&gt;I would recommend you to take a look at the PPI example in the SDK to get at starting point.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>