c - How to get product information from remote controller ir(infrared) data? -


i have remote controller of aircon , have succeed in extracting ir data of power button. ir data following:

0x26 0x00 0xf8 0x00 0x00 0x01 0x13 0x89 0x12 0x11
0x12 0x34 0x13 0x33 0x13 0x10 0x13 0x33 0x13 0x11
0x11 0x34 0x14 0x11 0x11 0x35 0x12 0x10 0x13 0x10
0x13 0x11 0x11 0x35 0x13 0x33 0x13 0x34 0x13 0x10
..... on , on.
want make c program of getting product information of remote controller ir data of power button. , want other buttons' ir datas also.

more specifically, want make program find out information of product , infrared code of other buttons power button's ir datacode only.

if possible, how can it? thanks.

you may search irmp ir multi protocol decoder. micro controllers has command line tool can take decoded ir strings (you may record more , reformat them) , shows details detected protocol (and data (ids , keycode)).

however - information product not retreived. never searched if there database in web collects such data.

edit: english version of mikrocontroller.net article available:


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -