You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- Despite the qualification in the bounty this is the correct answer. Radios use power primarily when transmitting, and it won't be transmitting anything if it is not in use. There is no reason to believe that the "power can be cut", since this would involve additional circuitry with very little purpose -- if every such corner case feature were included with the Pi, it would be a $150 credit card size computer plagued with more components to fail (and half the other additional corner case features would probably increase the amount of power required).goldilocks– goldilocks2016-08-10 19:20:41 +00:00Commented Aug 10, 2016 at 19:20
- @goldilocks - how does one acquire statistics for the interface with the drivers blacklisted? The TX and RX statistics are part of the reason I know the interface is not powered down. I'd also be surprised if the circuitry was not in-place already. I'm guessing its a matter of apply and removing power at certain pins. What I'm not clear on: does the closed source driver allow the control we need?user50099– user500992016-08-15 22:33:06 +00:00Commented Aug 15, 2016 at 22:33
- 1The chip that provides wireless communication does have a low power mode. It has internal regulators that can be set (no sure how). Here is the section of the doc that may help? I assume this is what you are looking for in the drivers? The BCM43438 allows for an extremely low power-consumption mode by completely shutting down the CBUCK, CLDO, and LNLDO regulators. When in this state, LPLDO1 provides the BCM43438 with all required voltage, further reducing leakage currents. link to data sheet: cypress.com/file/298076/downloadCapeCoder– CapeCoder2016-08-16 20:15:31 +00:00Commented Aug 16, 2016 at 20:15
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. pi-3), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you