The only things connected to the Arduino Uno will be the IBT-2 43A (BTS7960) motor driver and possibly an IR optical sensor. Do you think this would be a problem?
The IBT-2 driver will be connected to the same battery, so I'm guessing that would not draw much from the Arduino Uno?
The reason caution is recommended is that when the power source is 12V... the regulator runs hotter. Since it runs hotter... and there is no heatsink... you need to de-rate the documented values for current capacity on the regulator.
The 1.5A capacity of the regulator is only valid if it stays cool. When using 12V, that 1.5A capacity might be closer to 600mA before it overheats and shutsdown.
pwillard:
The 1.5A capacity of the regulator is only valid if it stays cool. When using 12V, that 1.5A capacity might be closer to 600mA before it overheats and shutsdown.
Current limit of the 5volt regulator of an Uno is ~800mA, with <=7volt on the DC socket.
The Uno itself uses ~50mA of that.
That drops to ~150mA (~100mA available) at 12volt.
OP's motor driver doesn't use that much.
Read the datasheet of the optical sensor, or post a link.
Leo..
Thanks for the replies. I can see the potential issues with this now.
Leo, the optical sensor is the slotted LM393 module, here
I've read that the other way to do this is to use a DC-DC buck converter. Is there an off the shelf module that I could use with the uno - if that's a better route to go down?