Skip to content

MicroPython module for receiving IR remote control signals (NEC format) on a ESP32

Notifications You must be signed in to change notification settings

Loveforkeeps/PyIRRemote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

PyIRRemote

MicroPython module for receiving and sending IR remote control signals (NEC format) on a ESP32

Using

receiver:

from IRReceiver import IRReceiver

receiver = IRReceiver(33)
receiver.callback = print
receiver.daemon()

sender:

from IRReceiver import IRSender

sender = IRSender(27)
sender.sender('c3f9070005000200000400a0e2')

About

MicroPython module for receiving IR remote control signals (NEC format) on a ESP32

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages