https://github.com/fbiego/ble_ir_android
Remote app for DIY ESP32 IR remote
https://github.com/fbiego/ble_ir_android
android ble infrared remote-control universal
Last synced: 2 months ago
JSON representation
Remote app for DIY ESP32 IR remote
- Host: GitHub
- URL: https://github.com/fbiego/ble_ir_android
- Owner: fbiego
- Created: 2021-06-02T08:21:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-16T11:04:00.000Z (almost 4 years ago)
- Last Synced: 2024-01-28T01:53:48.324Z (over 1 year ago)
- Topics: android, ble, infrared, remote-control, universal
- Language: Kotlin
- Homepage:
- Size: 3.23 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BLE_IR_Android
Remote app for DIY ESP32 IR remote## Layout
A layout (txt file) that defines the buttons and codes should be loaded to the app
See here [`Button Layout`](https://github.com/fbiego/BLE_IR_ESP32#remote-layout)
## ESP32
[`BLE_IR_ESP32`](https://github.com/fbiego/BLE_IR_ESP32)
## Dependencies
This project has a dependency on the [`Android-BLE-Library repository`](https://github.com/fbiego/Android-BLE-Library) that should be cloned along side this project's folder.