<?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>UDP example how I acces to buffer to see the data transmmited? and where I find Kconfig to modify?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/70721/udp-example-how-i-acces-to-buffer-to-see-the-data-transmmited-and-where-i-find-kconfig-to-modify</link><description>Hello 
 I want to access to the buffer to see what I am transmitting for then change the data to transmit to be able to verify, also I want to know where I can find de Kconfig to modify rate and CONFIG_UDP_DATA_UPLOAD_SIZE_BYTES 
 thanks</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 21 Jan 2021 21:12:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/70721/udp-example-how-i-acces-to-buffer-to-see-the-data-transmmited-and-where-i-find-kconfig-to-modify" /><item><title>RE: UDP example how I acces to buffer to see the data transmmited? and where I find Kconfig to modify?</title><link>https://devzone.nordicsemi.com/thread/290618?ContentTypeID=1</link><pubDate>Thu, 21 Jan 2021 21:12:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6dd2d202-bfe1-4ec2-a94f-29af18e43bef</guid><dc:creator>tracking</dc:creator><description>&lt;p&gt;Hi Didrik&lt;/p&gt;
&lt;p&gt;Thank you for your answer, I will see the links and sorry for the open a new ticket, I will keep in mind for next doubt&lt;/p&gt;
&lt;p&gt;Kind regards&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Julio&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UDP example how I acces to buffer to see the data transmmited? and where I find Kconfig to modify?</title><link>https://devzone.nordicsemi.com/thread/290491?ContentTypeID=1</link><pubDate>Thu, 21 Jan 2021 12:05:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb0ef937-ac6f-46a4-a3b8-41de9bcbd791</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We generally prefer that you add comments to you original ticket instead of opening new ones, if your questions are related to your original ticket.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""]I want to access to the buffer to see what I am transmitting for then change the data to transmit to be able to verify[/quote]
&lt;p&gt;&amp;nbsp;The buffer is defined here: &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/master/samples/nrf9160/udp/src/main.c#L23"&gt;https://github.com/nrfconnect/sdk-nrf/blob/master/samples/nrf9160/udp/src/main.c#L23&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""]I want to know where I can find de Kconfig to modify rate and CONFIG_UDP_DATA_UPLOAD_SIZE_BYTES[/quote]
&lt;p&gt;&amp;nbsp;The Kconfig symbol is defined here: &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/master/samples/nrf9160/udp/Kconfig#L9"&gt;https://github.com/nrfconnect/sdk-nrf/blob/master/samples/nrf9160/udp/Kconfig#L9&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;But if you want to set it to something else than the default value, you should set it in the prj.conf file, or in the &amp;#39;Project -&amp;gt; Configure nRF Connect SDK Project...&amp;#39; tool in SES.&lt;/p&gt;
&lt;p&gt;If you are setting it in prj.conf, you can add this line:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_UDP_DATA_UPLOAD_SIZE_BYTES=128&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;You can replace the number with the number of bytes you want to send.&lt;/p&gt;
&lt;p&gt;If you haven&amp;#39;t already seen it, I recommend that you take a look at our &lt;a href="https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial"&gt;NCS getting started tutorial&lt;/a&gt; and &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/index.html"&gt;NCS documentation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>