https://github.com/kosso/esp32-iphonecameraremote
A very simple app which sends the volume up key when the boot button is pressed (when paired).
https://github.com/kosso/esp32-iphonecameraremote
Last synced: 2 months ago
JSON representation
A very simple app which sends the volume up key when the boot button is pressed (when paired).
- Host: GitHub
- URL: https://github.com/kosso/esp32-iphonecameraremote
- Owner: kosso
- Created: 2020-10-17T21:56:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-17T23:03:18.000Z (over 4 years ago)
- Last Synced: 2025-02-14T01:18:52.792Z (4 months ago)
- Language: C++
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP32-iPhoneCameraRemote
------
A very simple ESP32 demo application which sends the Volume up key when the boot button is pressed (when paired to an iOS device).
The volume keys can be used on an iPhone to take a photo in the Camera app.
Uses PlatformIO in VSCode. But easy enough to use the same code in an Arduino IDE project.
### HowTo
- See: `BleKeyboard` initialisation in `main.cpp` for naming options.
- Open Bluetooth settings on the the iPhone and pair with the device.
- Open Camera app.
- Say cheese.
- Click the ESP32 Boot button.-----
Tested on an iPhoneXR on iOS14.
Uses the excellent ESP32-BLE-Keyboard library from @T-vk
https://github.com/T-vK/ESP32-BLE-Keyboard
See here for other key definitions: https://github.com/T-vK/ESP32-BLE-Keyboard#api-docs
----
@kosso 2020