The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
1k views

How do I measure the current power consumption?

Is it possible to measure (with software, like powertop) the current power consumption on my Raspberry Pi?
4
votes
3answers
557 views

How to detect whether there is voltage between two points via GPIO?

I'd like to detect whether an external device is switched on or off. I found two pins where there should be 5V between in the first case, but the voltage may vary a bit and I don't wont to break the ...