I don't know if anyone is reading this string yet, but I can share some info on my e-bike project.
I have a 36V front hub motor kit. I live 12 miles from work.
I bought 120 NiMH AA cells for my battery pack. (2600mHR cells by T-energy ~$1.20 each.)
you can find these cells at
www.all-battery.com.
They are arranged as 4 sets of 30 cells in series, housed in eight ~2' lengths of 1/2 Sched 40 PVC from menards.
I use B360B schottky diodes to tie the 4 sets together to make one 36V 10.4 AHr pack.
In the beginning I wasn't able to reverse engineer the charger and limit the charge current. As a result, I used resistors in series to limit the current. (messy) I also switched to 28 cells in a string (112 total batteries) because the pack voltage was too high for the charger. I now have the charger modified to 1A current limit (250mA in each string) and got rid of the resistors.
With the 28 cell configuration, due to cuttoff voltage, I was not able to deliver more than 5A to the controller
I also discovered R71 and change it so cuttof should be 29V, but haven't tested it.
I am now in phase 2. I'm making a 'smart pack' of 120 cells. I monitor each pair of cells (60 voltages) using 8 MSP430F2012 uP's. (each uP has 8 a/d inputs) If any cell goes to 0V, I can signal the controller to stop draining power by connecting the brake input to the 430's. (Ultimately I want to be able to switch out the string and run on the other 3 until they go as well.
If anyone is considering alternatives to Lead Acid, I'd consider NiMH cylindrical cells.
If you're willing to work with AA's (lowest cost) I paid ~$140 for 36V @ ~10AHrs. (This included 60 AAA's @ 1AHr as a bonus) and free shipping!
all-battery also offers D cells (10AHr) You could get 30 for ~$225, which isn't but probably the best deal you can get. This would simplify the design (only 2 MSP430's required!) but I don't know if there is a common PVC size that would fit the D cell.
I will keep posting on how well they hold up, but 500 cycles should be realistic, especially if my 430 protection design works.