<?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>Thingy:52 Power Concept</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29922/thingy-52-power-concept</link><description>Hi, the configuration for the 9-axis sensor used in Thingy is interesting where a switch is used to cut the power line from the sensor. From the description:
 The motion sensor is interfaced through the I2C bus (0x68). To reduce power consumption when</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 02 Feb 2018 13:07:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29922/thingy-52-power-concept" /><item><title>RE: Thingy:52 Power Concept</title><link>https://devzone.nordicsemi.com/thread/119540?ContentTypeID=1</link><pubDate>Fri, 02 Feb 2018 13:07:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b66be564-508f-4a14-b0cc-c8c533a09290</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Unless you have other devices connected to the same SPI bus, I don&amp;#39;t see any reason to use a switch. If you disable the nRF52&amp;#39;s SPI when you power down the MPU, you shouldn&amp;#39;t need to worry about current consumption either.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy:52 Power Concept</title><link>https://devzone.nordicsemi.com/thread/119471?ContentTypeID=1</link><pubDate>Fri, 02 Feb 2018 07:19:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:916844f1-66fe-4a14-a78e-8d5d67e848f2</guid><dc:creator>ZAC</dc:creator><description>&lt;p&gt;Good (and nice new webpage for devzone!). Do you think that this implementation would bring any benefit in case of an SPI implementation or one can live in that case with a switch for cutting-OFF VDD_MPU only?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy:52 Power Concept</title><link>https://devzone.nordicsemi.com/thread/119005?ContentTypeID=1</link><pubDate>Fri, 26 Jan 2018 13:49:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:789a49c2-65af-4ca1-b4eb-fe67aed0a773</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;I talked to the guy who designed the Thingy.&lt;/p&gt;
&lt;p&gt;The double throw switch is there because there are multiple slaves on the same I2C bus. If you turn off one of them it is likely that it will mess with the bus. The reason why a NX3DV2567 double-throw switch is used instead of a possibly smaller single throw is simply because the NX3DV2567 was the cheapest option at the time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy:52 Power Concept</title><link>https://devzone.nordicsemi.com/thread/119004?ContentTypeID=1</link><pubDate>Fri, 26 Jan 2018 11:37:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1322c4f-7ab8-4e6e-9335-abc71ff1815d</guid><dc:creator>ZAC</dc:creator><description>&lt;p&gt;I think, if the VDD_MPU pin alone is cut (i.e. a single-pole switch is used), the SDA and SCL will still be connected to VDD through the R22 and R23. So the background why 4-pole switch must have to do with leakage current and therefore energy saving?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy:52 Power Concept</title><link>https://devzone.nordicsemi.com/thread/119003?ContentTypeID=1</link><pubDate>Fri, 26 Jan 2018 11:32:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04aa1dce-9ac0-4ea8-94bf-ef5f29e98459</guid><dc:creator>ZAC</dc:creator><description>&lt;p&gt;Thanks for the reply. I have added pics for that. Indeed pulls-ups are there.
So should I assume it is not for power saving? Did not find anything about pull-down to GND in the MPU&amp;#39;s datasheet:
&lt;em&gt;The MPU-9250 always operates as a slave device when communicating to the system processor, which thus acts as the master. SDA and SCL lines typically need pull-up resistors to VDD. The maximum bus speed is 400 kHz.&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Thingy:52 Power Concept</title><link>https://devzone.nordicsemi.com/thread/119002?ContentTypeID=1</link><pubDate>Fri, 26 Jan 2018 11:01:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78fb877c-847f-41ce-89a6-9a7952392368</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I couldn&amp;#39;t find anything about what kind of state the I2C pins are in when the MPU is powered down. This is probably a question for Invensense. If they are high impedance though, the pull up resistors on the bus should pull the lines high and it shouldn&amp;#39;t matter. If the MPU of some reason pulls the line down to GND you will have a current flowing through the pull ups. There seems to be some 4.7kOhm pull ups on the bus and the TWI drivers probably also enables the internal 13kOhm pull up resistors.&lt;/p&gt;
&lt;p&gt;Electrical spec for the nRF52&amp;#39;s SPI can be found &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/spim.html?cp=2_1_0_30_6#unique_190727990"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hope this helps. Not sure if I quite understood your situation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>