An open API service indexing awesome lists of open source software.

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

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.