<?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>BLE not advertising when TWI pins are changed</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17195/ble-not-advertising-when-twi-pins-are-changed</link><description>Hi devs, 
 I am working in an nRF52 DK.
The attached example is not working when I change the SCL and SDA pins of TWI1 module. This is also not working if I disable TWI1 and enable TWI0!! The device doesn&amp;#39;t get detected in nRF uart app or nRF connect</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 26 Oct 2016 11:07:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17195/ble-not-advertising-when-twi-pins-are-changed" /><item><title>RE: BLE not advertising when TWI pins are changed</title><link>https://devzone.nordicsemi.com/thread/66057?ContentTypeID=1</link><pubDate>Wed, 26 Oct 2016 11:07:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b6e0737-a91b-4d3d-bdf8-57117d552c5c</guid><dc:creator>Vishnu Pradeep</dc:creator><description>&lt;p&gt;HI @Sri_guy , It is working.
It is not working when I make the SCL and SDA Pins to P0.6 and P0.7 respectively. I commented the Uart_config() code and the TWI is not working? Is there any way I can make those two pins SCL and SDA?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE not advertising when TWI pins are changed</title><link>https://devzone.nordicsemi.com/thread/66058?ContentTypeID=1</link><pubDate>Mon, 24 Oct 2016 07:52:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd6c026e-d5cc-48cb-bd07-41e4768115bc</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi @Sri_guy. The UART (terminal) issue should be fixed now. I just pushed an update to git. Of some reason the example used the wrong UART library. Note that you have to be in a connection to see accelerometer values on the terminal.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE not advertising when TWI pins are changed</title><link>https://devzone.nordicsemi.com/thread/66056?ContentTypeID=1</link><pubDate>Sun, 23 Oct 2016 02:09:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1915f8c4-33b1-4fa0-bac7-36938fa0dceb</guid><dc:creator>Sri_guy</dc:creator><description>&lt;p&gt;Hi Vishnu, I saw your post. Did you get your system to work? I am using the MPU 6050 for my project. I tried using the github examples. When I tried to use the &amp;#39;nrf5-ble-simple-mpu&amp;#39; and I believe it was advertising but I was not able to stream any data from either the terminal on my pc or from my phone either. I tried changing the pins to 28 and 29 but it did not seem to change anything.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE not advertising when TWI pins are changed</title><link>https://devzone.nordicsemi.com/thread/66055?ContentTypeID=1</link><pubDate>Thu, 20 Oct 2016 11:50:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7659e23-b990-42a2-a1a9-28ee85051f37</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;As you can see in the documentation I linked above, pin 7 and 8 is used by the UART connected to the Interface MCU. You should select some other pins, for instance 22-31.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE not advertising when TWI pins are changed</title><link>https://devzone.nordicsemi.com/thread/66054?ContentTypeID=1</link><pubDate>Thu, 20 Oct 2016 11:46:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4b31a6c-881b-4b9b-a2c4-2d3cc29572a3</guid><dc:creator>Vishnu Pradeep</dc:creator><description>&lt;p&gt;I tried to change to 7 &amp;amp; 8 instead of 3 &amp;amp; 4 respectively which I now found that is connected to UART service. Thanks for sending the connection details.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE not advertising when TWI pins are changed</title><link>https://devzone.nordicsemi.com/thread/66053?ContentTypeID=1</link><pubDate>Thu, 20 Oct 2016 11:07:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:214fb71d-f222-4e75-b7af-d5643e25b6d6</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Which pins did you try to change it to? Make sure that you use some pins not &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52/dita/nrf52/development/dev_kit_v1.1.0/hw_conn_interf.html?cp=2_0_0_1_3"&gt;connected to other devices or componentes&lt;/a&gt; on the nRF52-DK. I see that SCL and SDA pins in your nrf_drv_config.h file is set to 0 and 1 for TWI0 interface. These pins are connected to the 32 kHz crystal on the DK board.&lt;/p&gt;
&lt;p&gt;I tested changing the pins to 28 and 29, this seems to work just fine.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>