Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fbiego/ble_ir_esp32
- Owner: fbiego
- Created: 2021-06-02T08:23:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T13:54:01.000Z (over 3 years ago)
- Last Synced: 2024-01-28T01:53:18.823Z (about 1 year ago)
- Topics: android, esp32, infrared, ir, irremote, protocol, remote-control
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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