Use ESP32 as a Universal IR Remote
- 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
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