Posts with «go-kart» label

Alternator Becomes Motor for This Electric Go-kart

Growing up in the 70s and 80s, a go-kart was a quick ticket to coolness, second maybe to a mini-bike. In both cases, a welded steel tube frame and a cast-off lawnmower engine were all that stood between you and neighborhood glory. Looks like a couple of engineering students caught the retro juvenile delinquent bug and built this electric go-kart for their final project.

While the frame for [Adrian Georgescu] and [Masoud Johnson]’s build was a second-hand find, the powertrain is all custom. They targeted a power output of 3 kW but found no affordable motors in that range. So, in true hacker fashion, they rolled their own motor from a used Subaru alternator. The three-phase motor controller came from an electric scooter, three LiPo packs provide the juice, and a pair of Arduinos takes care of throttle control, speed sensing, and sending data to the virtual dashboard on an Android phone. Some lights and a snappy red and black paint job finished off the build. While the video below shows that the acceleration isn’t exactly neck-snapping in the Tesla style, the e-kart can build up to a good speed – 53 km/h. Not too shabby, and no deafening engine right behind your head.

If you’ve got the e-kart bug, best check out some of our previous posts, like this kart built from off-the-shelf components, or this four-wheel-drive mini-kart. Any way you build it, you’ll rule the cul-de-sac.


Filed under: transportation hacks

Electric Go-Cart Has Arduino Brains

Oh how times have changed. Back in the 30′s the VW Beetle was designed to be cheap, simple and easy for the typical owner to maintain themselves. Nowadays, every aspect of modern cars are controlled by some sort of computer. At least our go-carts are spared from this non-tinkerable electronic nightmare…. well, that’s not completely true anymore. History is repeating itself as [InverseCube] has built an electronic go-cart fully controlled by an Arduino. Did I forget to mention that [InverseCube] is only 15 years old?

The project starts of with an old gas-powered go-cart frame. Once the gas engine was removed and the frame cleaned up and painted, a Hobbywing Xerun 150A brushless electronic speed controller (ESC) and a Savox BSM5065 450Kv motor were mounted in the frame which are responsible for moving the ‘cart down the road. A quantity of three 5-cell lithium polymer batteries wired in parallel provide about 20 volts to the motor which results in a top speed around 30mph. Zipping around at a moderate 15mph will yield about 30 minutes of driving before needing to be recharged. There is a potentiometer mounted to the steering wheel for controlling the go-cart’s speed. The value of the potentiometer is read by an Arduino which in turn sends the appropriate PWM signal to the ESC.

In addition to the throttle control, the Arduino is also responsible for other operational aspects of the vehicle. There are a bunch of LED lights that serve as headlights, tail lights, turn signals, brake lights and even one for a backup light. You may be wondering why an Arduino should be used to control something as simple as brake or headlights. [InverseCube] has programmed in some logic in the code that keeps the break lights on if the ESC brake function is enabled, if the throttle is below neutral or if the ESC enable switch is off. The headlights have 3 brightnesses, all controlled via PWM signal provided by the microcontroller.

There is also an LCD display mounted to the center of the steering wheel. This too is controlled by the Arduino and displays the throttle value, status of the lights and the voltage of the battery.

 

via reddit

 


Filed under: Arduino Hacks, transportation hacks

The age of the invisible steering wheel

A Nintendo Wii-remote along with bluetooth communication and an arduino gives us this magical cart with a wireless steering wheel.

These cool people are staunch DIY-ers and would love to see the community build more such vehicles.

The cart has two motors which use a chain to drive each of the rear wheels. A pair of H-bridge controllers let the Arduino interface with them. It’s also has a Bluetooth module that makes it a snap to pull accelerometer data from the Wii remote. The front end looks like it uses rack and pinion steering, but you won’t find a pinion or a steering column. Instead, a linear actuator is mounted parallel to the rack, moving it back and forth at the command of the Arduino.

The only downside I spot is the Battery life. I am sure that would be worked out too! Till then – Kudos to the inventors! I smell futuristic looking vehicle controls here.

Via:[Hackaday, NewsFactor]

Arduino Blog 13 May 22:12