Skip to content

datajohan-karlberg/ESP32-Bluetooth-selfie-pin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32-Bluetooth-selfie-pin

Take pictures on distance with your smartphone.

You can buy this kind of selfie remote button in Alibaba....

Pict 1
... but its more fun to make one by self.

How to use

You go to Bluetooth settings in phone and pair it. (it showup as "EPS-selfiepin") You will hear a melody when it connect / disconnect. Open camera app and push button on ESP. ESP will send "volyme up" button to the phone app. That is the button for take pictures in android phones. I have not test on iphone.

Here is schematic

It use ESP32 devkit V1 DOIT. If you use another ESP32 board, the pin number can be diffrent. It can be powerd by USBcable or 5 Volt by pin gnd/vin

Namnlos

This is the libryray it uses:

#include <BleKeyboard.h>
https://github.com/T-vK/ESP32-BLE-Keyboard
(I recomend to use version "ESP32-BLE-Keyboard v0.2.3" for now, it worked for me)

#include <EasyButton.h>
https://github.com/evert-arias/EasyButton

#include <melody_player.h>
#include <melody_factory.h>
https://github.com/fabianoriccardi/melody-player

Releases

No releases published

Packages

No packages published

Languages