Project Aims

  • <$10,000 conversion
  • Top speed of +100kph
  • Range of +100km
  • Make a bike that is able to be registered
  • Make the bike look like the standard petrol version

Design Specification

  • Regenerative braking
  • 1990 Suzuki Across
  • 216VDC @ 15A (~3.2kw) VRLA battery pack (~90kg) for proof of concept
  • 3.3kw 3 phase induction motor

Tuesday, November 10, 2009

Progress update

We have now moved up to our property and have sorta settled in. We have setup a small 1kW off grid solar power system with a 1380Ah 12V battery bank. We are heading into summer so at the moment we are generating lots of surplus power. We have usually recharged the battery bank to 100% full before lunch time at the moment.



This is good because the surplus can be used to recharge the bike. Speaking of the bike I have not done too much work on it since the move, however I have been thinking and planning on it. I have got some work with a local induction motor manufacturing firm which is giving me a better insight into the working's of the induction motor. I have seen the regenerative braking effect and am pretty confident that this will be quite easy to add (the motor when driven slower that the motor rotational speed will cause it to turn into a generator that backfeeds DC voltage, perfect)

I was planning on using the Atmel AT90PWM3B processor for the inverter, however now Atmel have released there XMega series of processor, they look very cool. I don't need much incentive to play around with new stuff but these processors are jammed packed full of very nice features like 2million ADC samples per second (12 bit), advanced waveform generator (perfect for motor control), new event bus and DMA to namea few. Farnell have listed the 44pin ATxmega64A4 which I think would be perfect. It is a 3V part so I may have to tweek my current inverter design. They have the 100pin A1 part already in stock at the moment, but the pin spacing is a little too fine for a handmade board and I don't need all the IO. The current design uses the 28pin AT90PWM3B which only just had enough IO with no room for expansion.

Will hopefully now update the blog more often as I expect to be spending a bit of time each week on the bike.

Saturday, May 23, 2009

Even busier

Well, we completed the renovation on the house and sold it within 4 days of putting it on the market (we were thinking it would take a few months). So this has put the bike on the back-burner even more so for the short term. We will be moving mid year so once the move is complete and we're settled in then I hope to get back onto the bike.
The move will create some additional problems however with the bike, the place we are moving to has no mains power so recharging will have to be done with leftover power from an off-grid solar power system. Which could work out ok since I like to ride in the summer so that is when we should have left over power.

Friday, March 6, 2009

Busy year so far

This year has been very busy with work and house renovations, unfortunately it's taking time away from the bike project. I have updated the schematic and sourced a better suited IGBT for the drivers and added some on board capacitance after some good feedback(thanks Will). I am just setting up my subversion server and an ftp server here so that I can host the project files a bit easier.
I have setup a workbench and purchased some steel to make up the motor brackets. I am just saving some money for the batteries and components for the motor controller. I have made up a small low power encoder(this is a for another project) which will be able to detect motor direction and speed. It will have 2 encoder counts per revolution.
So the todo list ATM is:
- Purchase battery's and battery charger
- Make motor brackets
- Make battery cradle
- Extend chain by 2 links
- Make and test motor controller(lot of work here, build prototype and write software)

Wednesday, January 14, 2009

I have now completed the initial schematic for the 3-phase motor controller. I have to update some footprints and then it will be time to start on laying out the PCB. You can download stuff from here

Schematic PDF
gEDA project
gEDA symbols

The schematic is done on gEDA, the PCB will be done on PCB the PCB editor that is part of the gEDA package. The software will be written for avr-gcc. Both gEDA and the c complier are open source projects, and very good at what they do. Currently gEDA only works under Linux, but the compiler will work under windows with wan-avr(Just a side note I am designing and writing all the software for this project on a asus eee 901 with gentoo installed on it, a fantastic piece of hardware).

To get the gEDA project to run you need gEDA suite installed, uncompress the project and uncompress thje symbols. You need to make the gschem point to the schematic symbols directory. To do this you can simply uncompress the symbols tar into your linux home directory and everything should work. Otherwise you could just copy everything in the /lib/schematic directory into the /hardware/mc directory. Otherwise have a look in /hardware/commonrc and update/add the schematic directory to the component directories. One this is done change directory to the /hardware/mc directory and run make edit, this will open gschem. Have a look in /hardware/makefile for a list of other things you can use make to do.

Please if you do know anything about 3-phase motor control I would appreciate any feedback on the design, and I will post updates and corrections as I make them.

Tuesday, January 6, 2009

Motor controller and batteries

I have got caught up over the holiday doing stuff on the house, but I have been researching and drawing up the schematics for the motor controller on gEDA. The first draft of the schematic is about 80% complete and I have layed out the components, I just need to do some tweeking and adding in component details(resistor and cap specs etc). I hope to have to up within the week for comments/feedback.

I am now looking at getting 18 of the EVH15120. These are a comprimise between price and performance. Since they are designed for EV use they should last a while, they will fit into the frame of the bike, and there not too heavy. The upside is there easy to get and at least half the price of Lithium. The downside will be the weight and the charge time.

I have attached the LED blinkers to the bike and here is a pic.
And the back...
I have bought some workshop equipment that will help me with the fabrication of the batttery case/tray and motor mounting brackets etc. I have got most of the electronic components that I need to build the controller too.