Canon EF User Manual

Browse online or download User Manual for Bridge cameras Canon EF. How to Move Canon EF Lenses

  • Download
  • Add to my manuals
  • Print

Summary of Contents

Page 1 - Canon EF Lenses

How to Move Canon EF Lenses Yosuke Bando

Page 2 - Preface

Tools & Parts Four AA batteries Wire Camera body (Rebel T3i is used here, but can be any Canon EOS camera) … and • Solder • Soldering iron • Drill

Page 3

Outline • Overview & preparation • Lens modification • Wiring • Software

Page 4

Lens Modification • Our sub-goal here is to wire the pins from outside so that we can send commands from an external board

Page 5 - The Lens in This Instruction

Remove the Screws 1/2 • Remove the two micro screws beside the pins

Page 6 - The Goal

Remove the Screws 2/2 • Remove the four screws on the back side of the lens

Page 7 - Lens Pin-out

FYI • Those four screws are tight • You might want to use pliers to unscrew them

Page 8 - Rough Schematic

Detach the Back Cover This cable is for image stabilization (anti-camera shake). You can remove it if it gets in your way.

Page 9

Insert Wires • Drill six holes in the lens housing under the pins • Pass six wires through the holes

Page 10 - Tools & Parts

Solder the Wires • Make sure to keep track of which wire goes to which pin • Make sure they are electrically connected using a circuit tester For ease

Page 11 - Outline

Reassemble • Squeeze the wires into the lens housing • Put the cover back with the screws No need to put back the two micro screws for fixing the pins

Page 12 - Lens Modification

Preface • This instruction is intended to be helpful to those who are interested in making modifications to camera lenses to explore/reproduce focus s

Page 13 - Remove the Screws 1/2

Tricks to Fit the Wires • Cut out portions of the cover and housing with nippers To make room for the wired/soldered pins A few wires can be laid thro

Page 14 - Remove the Screws 2/2

Tape the Pins • To make sure that the lens is electrically disconnected from the camera body

Page 15

Outline • Overview & preparation • Lens modification • Wiring • Software • Putting them together

Page 16 - Detach the Back Cover

Overall View of Wiring Modified lens Hot shoe Arduino Battery Power Commands Shutter release signal USB cable from a computer (code upload & power

Page 17 - Insert Wires

Hot Shoe Pin-out • Shutter release can be detected from flash trigger signal (FLA) at the hot shoe, which can be used for synchronizing lens control G

Page 18 - Solder the Wires

Attach Wires to the Hot Shoe • Cut out a square piece of plastic with two holes and insert in the hot shoe with wires • Or just directly solder wires

Page 19 - Reassemble

Arduino Pin Assignment Hot shoe pins: D-GND CLK VDD DCL Lens pins: GND FLA 8 13 11 10 9 GND

Page 20 - Tricks to Fit the Wires

Full Schematic VBAT P-GND D-GND CLK VDD DLC DCL Arduino 6V battery GND FLA 8 9 10 11 13 GND

Page 21 - Tape the Pins

Outline • Overview & preparation • Lens modification • Wiring • Software • Putting them together

Page 22

Arduino Code const int HotShoe_Pin = 8; const int HotShoe_Gnd = 9; const int LogicVDD_Pin = 10; const int Cam2Lens_Pin = 11; const int Clock_Pin = 13;

Page 23 - Overall View of Wiring

Outline • Overview & preparation • Lens modification • Wiring • Software • Putting them together

Page 24 - Hot Shoe Pin-out

Outline • Overview & preparation • Lens modification • Wiring • Software • Putting them together

Page 25 - Attach Wires to the Hot Shoe

Put Them Together • Attach the modified lens to the camera body • Connect the wires • Turn on the camera • Turn on the battery • Turn on the Arduino •

Page 26 - Arduino Pin Assignment

Make it Portable (optional) • The 6V battery can also be used for supplying power to the Arduino Power

Page 27 - Full Schematic

Schematic for Portable Setting VBAT P-GND D-GND CLK VDD DLC DCL 6V battery GND FLA Arduino 8 9 10 11 13 GND GND Vin

Page 28

Mount Everything The rubber cover can be ripped off and the parts can be screwed into the camera body

Page 29 - Arduino Code

Outline • Overview & preparation • Lens modification • Wiring • Software • Putting them together

Page 30

The Lens in This Instruction • Canon EF-S 18-55mm f/3.5-5.6 IS II – Comes with a Canon EOS Rebel camera kit • Any Canon EF lenses may be used

Page 31 - Put Them Together

The Goal • The lens has motors and control circuits inside, and operates according to commands from a camera body • All you need is to intercept such

Page 32 - Make it Portable (optional)

Lens Pin-out • Protocol: SPI (serial peripheral interface) – 8 data bits, 1 stop bit VBAT P-GND D-GND CLK VBAT: 6V power for lens motors P-GND: Grou

Page 33 - Arduino

Rough Schematic VBAT P-GND D-GND CLK VDD DLC DCL 6V battery • Battery supplies power to the lens motors • Arduino controls the lens digital logic • N

Page 34 - Mount Everything

Rough Schematic VBAT P-GND D-GND CLK VDD DLC DCL 6V battery • Battery supplies power to the lens motors • Arduino controls the lens digital logic • N

Comments to this Manuals

No comments