Replies: 2 comments 12 replies
-
Not a maintainer, but here are some of my opinions where I have them. This is coming from the leader of a high school robotics club which was trying to build OSR last school year (we were cost-limited, for example, and even $30 could be hard to find).
|
Beta Was this translation helpful? Give feedback.
-
You have to be careful with the RoboClaws because they expect the battery to remain in the circuit when the switch is turned off. The RoboClaws use regenerative braking to dump excess energy from the motors back into the battery. If the battery is disconnected when the motors are running, then the energy doesn't have anywhere to go and the RoboClaws can be damaged. That's the reason for the diode+fuse combination and the reason I went with two switches. Flipping the switch when the rover is cruising across the prairie isn't likely, but it's something that could happen a lot during testing. I use a DPDT on-off-on switch to move the battery back and forth between the charger connection and the board. The 'off' part of the switch isn't necessary but I kind of like it. The second switch operates the same way as the single switch in the baseline design. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
This is to report on my just-completed update of the power switch on my rover, and to open a discussion about maybe baselining a new power switch.
The current baseline power switch situation with the rover is not the greatest, because I continually need to pull the battery out when I need to recharge it. I wanted to put a new switch in that would allow me to flip between charging the battery, and powering the control board.
To that end, this is what I did.
Here's the current configuration for the power switch:
My updated configuration:
I used a DPDT switch (On-Off-On, also maybe referred to as DP3T, depends where you look), with three states:
Note that in the image below, the battery is connected to the orange box to the bottom left with a 1 and 2.
Here are images from my build
I'm using this battery and this charger, so the parts list below reflects that. It wouldn't be hard to change this for different battery connectors though.
Here's my parts list (~$30 on Amazon):
I'd like to get people's thoughts on this. Specific questions I have are:
Beta Was this translation helpful? Give feedback.
All reactions