Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fbiego/ble_ir_esp32

Arduino firmware for universal IR remote, to be used with an android app
https://github.com/fbiego/ble_ir_esp32

android esp32 infrared ir irremote protocol remote-control

Last synced: 3 months ago
JSON representation

Arduino firmware for universal IR remote, to be used with an android app

Awesome Lists containing this project

README

        

# BLE_IR_ESP32

Use ESP32 as a Universal IR Remote

## Android app

[`BLE_IR_Android`](https://github.com/fbiego/BLE_IR_Android)

### How to use
- Upload the firmware to an ESP32 board (pin 4 is IR out)
- Install the android app
- Pair & Connect
- Load a remote layout. Sample [`zuku.txt`](https://github.com/fbiego/BLE_IR_ESP32/blob/master/remote/NEC/zuku.txt)

## Remote layout

Each line of the layout should define a name, protocol & code separated with commas `,`

`name,protocol,code`
`name,protocol,code`

- name: button name
- protocol: 1 - NEC, 2 - Sony
- code: (hex format) max 0xFFFFFFFF 8bytes

`Power,1,0xDB2410EF`
`,0,0x00` // button with no use