TinyCircuits Forum

TinyCircuits Products => TinyDuino Processors & TinyShields => Topic started by: braza on February 24, 2016, 04:08:19 PM

Title: How do I get 5V?
Post by: braza on February 24, 2016, 04:08:19 PM
Hi! It seems that somewhat similar was asked, but the discussions were too deep for my pure programmer mind. I have no sense of circuits, sorry :(
So I have an SD card that logs data from accelerometer and IR sensor. If powered from USB everything works fine. If powered from accumulator or battery, IR sensor stops working. I've measured voltage between 5V and Gnd - it was like 2.1V.
Is it expected?
What steps should I take next?
Thanks!
Title: Re: How do I get 5V?
Post by: Ben Rose on February 25, 2016, 12:49:19 PM
Ah- Think of the 5V as an input, it's being supplied by the USB while plugged in. When there's no 5V source attached, you'll see some sort of voltage, but it's not useful as a source, and definitely won't be 5V if the other source is a battery below 5V.

The right spot to power an IR sensor from is VCC(main/processor voltage), but you'll definitely need a sensor that works at your battery voltage.
Title: Re: How do I get 5V?
Post by: braza on February 26, 2016, 02:40:03 PM
Ah- Think of the 5V as an input, it's being supplied by the USB while plugged in. When there's no 5V source attached, you'll see some sort of voltage, but it's not useful as a source, and definitely won't be 5V if the other source is a battery below 5V.

The right spot to power an IR sensor from is VCC(main/processor voltage), but you'll definitely need a sensor that works at your battery voltage.
Thank you, good stranger :)