michaelruck / ESP32_phone_camera_remote_shutter

Triggers the shutter of a smartphone cam via bluetooth
GNU Lesser General Public License v3.0
43 stars 7 forks source link
arduino ble bluetooth camera esp32 iphone open-camera remote shutter smartphone

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:

Ressources:

Author: Michael Ruck, 9. June 2019

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