Step Down Motor Controller using the Thunderborg
Forums:
Hi,
If I were to use two Thunderborgs, a Raspberry Pi, and a 14.8 V LiPo battery to power four 12 V DC motors, would it be possible to step down the 14.8 V output from the Thunderborg to 12 V to power the motors without the use of a buck converter. I've read that the Thunderborgs can be used to step down voltage but I'm not too sure how. Could someone point me in the right direction?
Thanks!
piborg
Tue, 02/25/2020 - 11:20
Permalink
Setting the ThunderBorg output voltage
Yes, it is simply a case of limiting the maximum power output from the ThunderBorg :)
Most of our example scripts already have the code to do this built-in. If so they will have a power settings section towards the top like this:
In this case all you need to do is set
voltageIn
to14.8
andvoltageOut
to12.0
and the script should do the rest.If you are writing your own code or an example does not have this, you can calculate the maximum power setting like this:
Now whenever the power is set using
SetMotor1
,SetMotor2
, orSetMotors
simply multiply the value you want by themaxPower
value. For example: