Skip to content

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

Notifications You must be signed in to change notification settings

fbiego/BLE_IR_ESP32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

BLE_IR_ESP32

Use ESP32 as a Universal IR Remote

Android app

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

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages