Making a reflex camera controlable by an android application. It controls the focus and the shutter of the camera.
- Connect the module to the camera and put it on.
- Connect your phone to the bt module via BT
- name: PhotoTriggerBT
- pass: 1342
- Use the application to control the camera.
The code of the arduino is in the arduino folder
The BT module recieve string commands:
- F: activate the focus
- f: desactivate the focus
- S: activate the shutter
- s: desactivate the shutter
- P: take a photo with 1 sec for the focus
- P + integer: take a photo waitig for X sec for the focus
- R : reset all
- fs or sf: desactivate Focus and Shutter
- A + integer: set on the timelaps mode and take a photo every X sec.
This is my first android application. It use few button to send command to the BT module
It is possible to create a Iphone or a Desktop application to control the device.
This project is fully open.
Annubis45.