Skip to content

MinatsuT/esp32_remote_shutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 Bluetooth Remote Shutter for a Smartphone Camera

Pre-requirements

Before compile this project, please install ESP-IDF and set $(IDF_PATH):

% export IDF_PATH=/your/esp-idf/path

How to compile

  1. Clone the BTstack.
% cd ~/esp
% git clone https://github.com/bluekitchen/btstack.git
  1. Clone this project into "btstack/port/esp32", and copy "components" and "sdkconfig" files from the template directory.
% cd btstack/port/esp32
% git clone https://github.com/MinatsuT/esp32_remote_shutter.git
% cp -r template/components esp32_remote_shutter
% cp template/sdkconfig esp32_remote_shutter
  1. Edit serial configurations according to your environment.
% cd esp32_remote_shutter
% make menuconfig
  1. Compile, flash and start monitoring.
% make flash monitor

How to use.

  • Scan BT devices from your smartphone and establish a connection to the "ESP32 Remote Shutter" device.
  • Start camera app on your smartphone.
  • Push "enter" from the above monitor, then shutter code (Volume Up) will be sent.

About

ESP32 Bluetooth Remote Shutter for a Smartphone Camera

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published