<?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>interface two I2C device with nrf51822</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11169/interface-two-i2c-device-with-nrf51822</link><description>hello can we interface multiple i2c device with nrf51822? how??</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 20 May 2016 14:26:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11169/interface-two-i2c-device-with-nrf51822" /><item><title>RE: interface two I2C device with nrf51822</title><link>https://devzone.nordicsemi.com/thread/41843?ContentTypeID=1</link><pubDate>Fri, 20 May 2016 14:26:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:129b1193-970d-4ae1-b982-e5884311243a</guid><dc:creator>Pavan kumar</dc:creator><description>&lt;p&gt;I understood how to use it Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: interface two I2C device with nrf51822</title><link>https://devzone.nordicsemi.com/thread/41842?ContentTypeID=1</link><pubDate>Wed, 18 May 2016 08:41:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a22a021-7e51-4ec7-b6ff-6ba89255a592</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;You can have two TWI instances as seen in the instance table in the &lt;a href="http://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.2.pdf"&gt;Product Specification&lt;/a&gt; page 37. With two TWI instances you can not have any SPI or SPIS instance as they use the same ID or address (see the same table).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: interface two I2C device with nrf51822</title><link>https://devzone.nordicsemi.com/thread/41841?ContentTypeID=1</link><pubDate>Tue, 17 May 2016 14:26:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5316a53c-13d1-42b7-a927-d123a5f10ac1</guid><dc:creator>Pavan kumar</dc:creator><description>&lt;p&gt;I understood how to use it but can you please tell me whether the nrf51 board will support for two i2c&amp;#39;s I mean two pair of SCL and SCK pins?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: interface two I2C device with nrf51822</title><link>https://devzone.nordicsemi.com/thread/41844?ContentTypeID=1</link><pubDate>Wed, 06 Jan 2016 15:32:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0bf27379-fcca-46e2-a254-377d1f10cf6d</guid><dc:creator>venkat1989</dc:creator><description>&lt;p&gt;Basically, I2C is a Software Addressable protocol. Address is of 2 types. 7-bit and 10-bit. You can connect 128 devices ( for 7-bit address) on the same bus. Based on address, respective slave will respond to the master (here our MCU).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: interface two I2C device with nrf51822</title><link>https://devzone.nordicsemi.com/thread/41840?ContentTypeID=1</link><pubDate>Wed, 06 Jan 2016 14:59:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28bc14e1-27f5-4c05-8f54-f63d27fdc631</guid><dc:creator>rushin</dc:creator><description>&lt;p&gt;thanks. i understand it&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: interface two I2C device with nrf51822</title><link>https://devzone.nordicsemi.com/thread/41839?ContentTypeID=1</link><pubDate>Wed, 06 Jan 2016 14:40:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50c8c969-c1d1-4ac5-8f50-bf8f216b3439</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;You can have multiple i2c (twi) slaves on the same bus. The address is used to communicate to the different devices (so the devices need to have different addresses). Connect them like &lt;a href="https://www.google.no/search?q=i2c+multiple+slaves&amp;amp;espv=2&amp;amp;biw=1920&amp;amp;bih=1075&amp;amp;source=lnms&amp;amp;tbm=isch&amp;amp;sa=X&amp;amp;ved=0ahUKEwifnPWStJXKAhXJZCwKHbQbBOwQ_AUIBigB#imgrc=L31j7Pj-aVbcOM%3A"&gt;this&lt;/a&gt; (no need for external pullup as internal is used in the driver).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>