Skip to content

erdikusdemir/optoma-mqtt-remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optoma HD39 darbee mqtt based remote controller

The code is written by using mqtt pubsub and esp8266 ir remote libraries.

The code emulates key strokes of remote controller (optoma hd39 darbee projector).
Connect your IRled to pin D2(GPIO04) and gnd (short leg of LED) to Wemos D1 pro. Put your SSID, password and MQTT server information and upload it.

Image of the remote controller:

Recorded ir codes for remote controller:

protocol: NEC
bits: 32

0x4cb340bf power on  
0x4cb3748b power off  
0x4CB36C93 user 1  
0x4CB3A659 user 2  
0x4CB36699 user 3  
0x4CB3827D brightness  
0x4CB342BD contrast  
0x4CB3A05F display mode  
0x4CB3E01F keystone  
0x4CB326D9 aspect ratio  
0x4CB3916E 3D mode  
0x4CB34AB5 mute  
0x4cb322dd brightness mode  
0x4CB3C639 sleep timer  
0x4CB38877 volume up  
0x4cb308f7 left  
0x4cb3f00f return  
0x4cb348b7 right  
0x4CB328D7 volume down  
0x4cb3708f menu  
0x4cb36897 hdmi 1  
0x4cb30cf3 hdmi 2  
0x4CB3D827 vga 1  
0x4CB37887 vga 2  
0x4CB338C7 Video  
0x4CB3E817 YPbPr  

default mqtt receive topic is "projector/in"
5 mqtt message is arranged
0 - power off
1 - power on
2 - bright/eco mode
3 - hdmi1
4 - hdmi2

Releases

No releases published

Packages

No packages published