I have heard that the 12 volt units have a starting speed/torque that is to high for the smaller kids and wanted to provide some information on the topic and three posible solutions.
A: Simple and safe: (1)
I beleive adding a ferrite ring (2) and wrapping the power wire around the toriod (3) will help but I am not sure what the charge time will be, to increase charge time (slowly ramp up speed) a resistor may be needed and for that I need to know the total current going to the motor under full load. Also when the motor power is released there will be a deceleration time that is the same asa the acceleration time.
B: Simpler but may cause heat
By adding a inrush current limiting device you will be addinga resistor (resists current flow) that starts to heat when the moter is powered but does not allow current to flow unit it has started to heat up, resistance falls as heating takes place allowing for more current to flow (Higher speed)
I would be concerned about a hot part on a plastic car with a dissabled child inside.
C: Complex sollution.
By using two off the shelf motor controllers (1) and a microcontroller (2) the speed can be fully adjustable, the motor controllers have heat sinks that may get hot and the motors would requre an encoder to have accurate simultanius operation (straight line)
I will look in my basement to see if I have a ferrite ring ( i think i do) and test some values, if method #1 works I can take photos f a sample and provide fabrication instructions.
i am currently looking foor my first build and ging through this site reading instructions.
Hi Kevin,
Yes, we have seen the same problem with 12v cars. Some kids just cannot tolerate the starting jerk and speed.
We just put a stand-alone motor controller on each motor. Something like this:
With this stand-alone controller, I have never found the heat sinks to get too hot, and you don’t need the Arduino. Also, there is no problem in adjusting them close enough to keep a straight line. The tolerance of all the cars we’ve used this on has been very wide (remember that many smaller cars only use one drive wheel and work fine).
If you want to preserve the reverse function (we usually do not) it’s only a matter of adding a double relay board between the controller and the motor.
I wouldn’t mess with ferrite cores and especially not with resistors. It sounds simple but actually is not.
Hello,
Just a reminder that all SUPERtrax (supertraxcars.com) cars come with soft-start. Because they are also remote controlled, GoBabygo! chapters that use SUPERtrax cars have told us that the internal wiring can greatly streamline the modification process. As always, Rolling Hills Trading offers special pricing for GoBabygo! chapters (call for this) and S.M.I.L.E. (smile-center.org) can help with funding if needed.
This one board replaces three: 2 motor controllers plus an Arduino. It is a bit pricey, but for us the convenience of a single-board solution that is fully configurable is worth it.
I have found a build event in NJ next month so I will go get my hands dirty and get the hang of things.
I was hoping a simple rl circuit would do the trick but the motor looks to have a 30 amp stall current so at 350 watts the resistors get very large (been there many times).
Hi Pete. You’re right, the advanced internal electronics, remote control, blue tooth capability, LED lights, and foam rubber tires do add to the cost. Rolling Hills Trading also has a fully stocked parts department and full-time service tech that can easily talk a modifier through any type of modifying issue. PTs, OTs, and GoBabygo! chapters that use SUPERtrax cars report that they spend less time and money on electronic modifications, and if something breaks in the process (or after the family has the car at home), they can easily get parts.
Also important to remember- GoBabygo! chapters receive special discounted pricing in addition to being able to access supplemental funding from SMILE. Please call if you have any questions- we love seeing how these little toy cars can change the outcome for kids.
So using a PWM controller only this provides a soft start with a total reduction in final speed, correct?
I went looking in to the arduino route I can create a daul channel (2x40Amp) PMW motor control with a acceleration/deceleration pot and a max speed pot for about $75.
Its great to see so many people chiming in on this topic, keep it coming.
Hi Kevin,
Our experience is that the degree of soft start varies by car and controller. Most of the combinations we have had occasion to use do add a nice soft start. The stand-alone controller is unpowered until motor current is applied, and has some large filter capacitors which help give the effect we want. Putting a RIoRand on a Batmobile gave a really nice smooth start. Same controller in a Maserati gave a faster start, but the problem we were trying to solve was that the Maserati built-in slow start was TOO slow and some children were not getting feedback when pushing the button. So this is one where we had to experiment. BTW (you seem like the kind of guy who would be interested in this) I did try modifying stand-alone controllers with RC circuits to increase the start delay. It worked, but also made them more susceptible to noise so I have never deployed that.
– Doug
Ok, I will continue to develop this as a option. I have a robot obstacle avoidance that uses two small pwm’s and an arduino so I can start there. I have also made robot arms from arduino using pots and each movment uses a ramp function to amooth out the overall motion.
As for RC I asume you mean remote controll and not an rc charge time constant, if you were using 2.4ghz and it was still to noisy that would take some thought. But of you were using an am or fm system it makes sence as the back emf , arc’s and switching aspects of a dc motor all contribute to the total amount of noise in this type of problem.
A bluetooth module and cell phone may be the way to go download. I can see it now: the “Go Baby Go Control” app today!
Going back to the simple and inexpensive version it may be possible to replace the potentiometer with the appropriate resistor/capacitor to provide a gradual ramp function from 0 volts to Xvolts. By using a combination that allows for the pwm setting desired (max speed) and the correct sized capacitor (signal level 6v) this should sweep the pwm from low to high and not require a 300 watt resistor as it would need to be if in line with the load (motors). I will need to buy one of the low cost adustable10amp versions and try it.
I did a project for the Portland, OR GBG chapter with a team, and we used Pulse Width Modulation (PWM) and an Arduino board to control the acceleration of the car. We did this by writing a code that would detect the button was on, and while that button was on, it would step of the PWM value by a linear increment in small intervals to achieve a linear acceleration to top speed for the kids. This also allows you to limit what the total top speed of the 12 V car is for the child, so that if the child is smaller or lighter, you can limit the top speed so that it is safe and fun.
If anyone is interested, I can post the arduino code that we used to achieve this acceleration and total speed limitation.
Ancient post for sure, but I cannot understand why nobody said “YES, PLEASE” because that’s what I’m saying. There seems to be a lot of intelligent work being done but not a lot of sharing. Please correct me if I am wrong, but I’d like to see what everyone had done so we don’t make the same mistakes over and over…
Sorry I haven’t responded to this yet, but absolutely! I have a “semi block diagram” that I used to make a build doc for our car, I will send that as it shows the rest of the car as well and how to build it. I’d be happy to send you the Arduino code as well, I just have to dig around and find it in my computer!
Here is the Arduino code we used for our project (it might be an older version though, I’ll keep looking to see if we have an updated version of the code.
The circuit modification diagram that the Arduino code goes with is too big to upload on the website, so I made a shareable link to my gmail drive. Let me know of this works for accessing the circuit modification diagram. Also, note that this design was for a 3 button system that allowed the child to control right and left as well as on/off functionality, so the circuit is a bit more complicated than a normal build.