Skip to main content

Drop in Motor Converts Car to EV

With the latest craze of electric vehicles, it might be tempting to take an old project car and convert it from gas to electric. On the surface, it sounds simple, but the reality is there are a number of pitfalls. It would be nice if you could find a drop in engine replacement that was ready to go. According to Swindon Powertrain, you’ll be able to soon.

Based on their existing powertrain that can convert a Mini to EV, the transverse powertrain weighs 70 kg and if it can fit in a Mini, it can probably fit in nearly anything. Specifically, it’s 60 cm wide and 44 cm deep — that means it could fit easily in a roughly two foot box. The height can be as little as 28 cm. The company talks about fitting it on a quad bike or even a loading platform. It can be thought of as sort of an electric “crate engine” — a common term for a ready to install powerplant that, as the name implies, arrives in a crate.

The powertrain with a single-speed transmission, cooling system, and inverter weighs in at 154 pounds and generates up to 110 horsepower.  We aren’t sure what the expected battery pack is, but presumably, it will be somewhat flexible.

It’ll be interesting to see how people will integrate these if and when they become available as planned in June of next year. Can you drive a differential? Can you use two or four, each driving a different wheel? Turns out we might just be car designers after all.

If you want to see what they did with a Mini, look at their E Classic which claims an 80 MPH top speed and a range of 125 miles. We’ve looked at conversions before. If a conversion is not your thing, you could try to go Open Source although that project doesn’t seem very active.



from Hackaday https://ift.tt/2Wq7K1e

Comments

Popular posts from this blog

Bill Gates steps down from Microsoft’s board to focus on philanthropy

In an announcement on Friday, Microsoft revealed that company co-founder Bill Gates has decided to step down from his role on its Board of Directors in order to focus on his philanthropic efforts at the Bill & Melinda Gates Foundation. This is Gate’s biggest change to his role at Microsoft since stepping down as company chairman in February 2014. According … Continue reading from SlashGear https://ift.tt/2We90Gu

World Economic Forum launches Global AI Council to address governance gaps

The World Economic Forum is creating a series of councils that create policy recommendations for use of things like AI, blockchain, and precision medicine. Read More from VentureBeat http://bit.ly/2EKBjD4

A Mini USB Keyboard That Isn’t A Keyboard

A useful add-on for any computer is a plug-in macro keyboard, a little peripheral that adds those extra useful buttons to automate tasks. [ Sayantan Pal] has made one, a handy board with nine programmable keys and a USB connector, but the surprise is that at its heart lies only the ubiquitous ATmega328 that you might find in an Arduino Uno. This isn’t a USB HID keyboard, instead it uses a USB-to-serial chip and appears to the host computer as a serial device. The keys themselves are simple momentary action switches, perhaps a deluxe version could use key switches from the likes of Cherry or similar. The clever part of this build comes on the host computer, which runs some Python code using the PyAutoGui library. This allows control of the keyboard and mouse, and provides an “in” for the script to link serial and input devices. Full configurability is assured through the Python code, and while that might preclude a non-technical user from gaining its full benefit it’s fair to say that ...