Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.47 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.47 KB

logo

Remote lens control with mini servo and OSC

About The Project

This project solves a problem of remote controling non-motorized lens. Three camera lens rings: focus, aperture and zoom rings are moved by mini stepper motors. The motors are controlled by a teensy controler with ethernet module. OSC protocol is used for communication with the controller over ethernet cat5. The controler receives motor position and sends back feedback OSC messages: uptime and current stepper position. Various existing applications can be used for remote control i.e Isadora, TouchOSC, Qlab, MaxMSP etc.

Hardware

Construction

prototype

All comopnents are soldered on custom designed PCB. There are few SMD capacitors, MAX811 reset IC, teensy 4.0 and DRV 8823 boards.

Built With

  • Drakon - visual language for flowcahrts
  • Atom - An amazing text editor
  • PlatformIO - An ecosystem for embedded development

License

This project is licensed under MIT license

Project status

  • Prototype V1.0 finished and working.
  • Firmware under development.