Skip to content

michaelruck/ESP32_phone_camera_remote_shutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smartphone camera remote shutter trigger button

ESP32_phone_camera_remote_shutter

The only thing it does is described in the header. Although there are a view tweakable parameters in settings.h. Tested with Open Camera on Android 8.0. It possible works with IPhone either.

How does it work?

  1. If you haven't done yet, install Open Camera App on your Android device.
  2. On your smartphone, turn Bluetooth on.
  3. Switch on the ESP32 gadget.
  4. Wait for it and confirm the connection.
  5. It enumerates as HID keyboard device.
  6. If you push the button on your self made remote control, it sends a keystroke to your phone, hence the shutter triggers.

Wiring:

Due to its simplicity, there is no wiring diagram or schematic. Just have a look at this picture.

Hardware:

  • ESP32 mini, or any other ESP32.
  • Battery compartment 4.5V (3xAAA).
  • Tactile switch button.
  • Pull up resistor 10k to 50k will work.
  • Double sided adhesive tape.

Ressources:

Author: Michael Ruck, 9. June 2019

License: GNU Lesser General Public License version 3 (https://opensource.org/licenses/LGPL-3.0)