Even if you used a breadboard, they would still ultimately be powered from the same pin. The question to answer is, how much current do they draw. As long as their summed current (plus that of any other stuff you may not have mentioned) is below the Arduino 5V pin current limit, you're ok, even if there were dozens of sensors. I forget what that limit is: it's somewhere in the 100s of mA I think but don't quote me.)
ericfragola:
I was wondering if there is anything wierd that might happen if I connect 6 IR Sensors to the single power and ground pins.(not using a breadboard)
Yes: it most likely just works - that is, for most common low-power sensors. It'll just work. Weird, no? Or was that a misspelling of wired?
I can't seem to find how much the sensors draw so will connect one to the 5V pin and test it independently.
Yes I did mean weird ; I was curious if there may be any odd signal interference as each sensor is coming from a main power supply.
Although I suppose since it's just the power, I shouldn't have anything to worry about.
Power supply is a 7.4V pack. Using the arduino micro so no barrel jack.
From what I read, the 5V pin can supply 800ma max. I will double check though
Should have no interference as long as the total power draw is not too much. 800 mA supply by that little regulator sounds like a too big number, do double check the data sheet.
ericfragola:
Power supply is a 7.4V pack. Using the arduino micro so no barrel jack.
From what I read, the 5V pin can supply 800ma max. I will double check though
No way the regulator of a Micro can supply 800mA with 7.4volt input.
Maybe 200mA max. I suspect the regulator will overheat and shut down at ~250mA.
All depending on battery voltage and ambient temps.
Leo..
Opted for the 3V version as the sensors draw less (23mA vs 43mA)
23mA x 6 sensors = ~138mA. Too close to the 150mA limit for my taste so I ordered the L4931 voltage regulator as it has a 250mA capacity and will swap them out along with adding some 10uF capacitors to the input and output. I checked with Adafruit to verify that the Trinket can handle a higher rated regulator.
So now the set up utilises a 3.3V trinket, a 250mA voltage regulator linked to six 3.3V sensors.
I'm just concerned about noise coming from the sensors all being tied to a common power and ground. When the circuit is running the IR sensors will always be active.
ericfragola:
Okay so the Uno has an 800ma limit in the regulator which is what I was reading.
You probably only read half of the story, or the sales drones "forgot" to print the other half.
Linear regulators convert "voltdrop times current" into heat, which is usually the first limiting factor.
The linear regulator of an Uno can probably sustain a volt drop of 1volt with 800mA current draw for a long time. With a volt drop of 4volt (9volt supply), the same "heat" would already be generated at 200mA.
Current limit of the L4931 depends on the package.
Do the calculations.
Leo..
ericfragola:
23mA x 6 sensors = ~138mA. Too close to the 150mA limit for my taste so I ordered the L4931 voltage regulator as it has a 250mA capacity and will swap them out along with adding some 10uF capacitors to the input and output.
What is your input voltage?
Without an extra heatsink, you can burn off up to 0.6W.
(from the Adafruit link).
600 mW, 138 mA, you can drop no more than 4.3V so your input should be no more than 7.6V without heatsink (and even so it'll be getting pretty hot at those limits, maybe even painfully so to the touch).
Whoops, forgot to post the new battery specs as well. Because the sensors draw a lot less at 3.3v VS 5v I changed everything to work on a 3.3V system which allowed the battery to be changed as well.
It's a single 3.7V 18650.