iperov said:
can anyone please tell me, what I need to buy and to do to get electric rear shifter?
If you don't want to spend close to $1000 for one of the commercial versions, then essentially you need the following:
1) A way securely attach a high-torque servo the the derailleur. The spring in the derailleur should be removed, and the servo horn will connect one portion of the parallelogram to the other, usually from the spot where the shifter wire comes in to the spot that the wire is bolted onto (more on this below).
2) A microcontroller based controller board that can control the servo positions using a PWM. You will have pre-set servo positions for each of the gears. Of note, it will take a little more "umph" to get the chain to move from the smaller sprockets up to the larger ones than going in reverse, and the controller should compensate for this.
Here is a great synopsis on Servo control using JAL on PIC microcontrollers that I relied on for my build:
http://justanotherlanguage.org/content/jallib/tutorials/tutorial_servo_rc_master
3) A power source. 4.8V RC receiver batteries work great, 6.0 volts would work as well if your uC can take that voltage. If the servo is turned off in between shifts, will last a LONG time.
http://hobbyking.com/hobbyking/store/__25029__Turnigy_LSD_4_8V_2300mAh_Ni_MH_Flat_Receiver_Pack.html
4) Push buttons to control the shifting. Here is a nice, cheap option:
https://www.performancebike.com/bikes/Product_10052_10551_1063043_-1___400128
and here is a much more expensive TT bar option: http://www.digikey.com/product-detail/en/MTG72AD2
The microcontroller is not too difficult at all, and as my code progresses, will have tuning options and values stored in the EEPROM. Later I will post my source code for anyone who wants to leave Arduino land for the CHEAP avenue of PIC mictrocontrollers.
Mounting the servo with minimal modifications to an expensive derailleur is something I would like to come up with a good solution for. I think that mounting the servo close to the limit screws on the derailleur is a great idea. Something along these lines has been discussed:
I think the Servocity prefabbed solitions could be the key to not having to machine your own parts.