Files
core/README.md

24 lines
1.1 KiB
Markdown
Raw Normal View History

2016-11-11 10:09:39 +08:00
# irext (revision 0.0.1)
IRDA code lib for household electrical appliances
2016-11-12 17:35:04 +08:00
IREXT helps people who is working on a smart home remote controller for the IRDA household appliances.
2016-11-11 10:09:39 +08:00
2016-11-11 10:14:26 +08:00
#### Following features are supported:
2016-11-11 10:09:39 +08:00
- IRDA pulse wave encoding from xml source format
- IRDA pulse wave decoding from binary format
- Web console managing brands of household appliances
- Encoding to binary code file uploading via friendly web console
2016-11-11 10:16:20 +08:00
- Basic RAM requirement is minimized to 1536 bytes for embedded systems
2016-11-11 10:09:39 +08:00
- Currently support over 10,000 types of household appliances
2016-11-11 10:13:36 +08:00
- Currently support 13 categories of household appliances including AC, TV, Netbox, etc.
- Currently support most commonly used control functionalities, including POWER, VOL-, VOL+, TEMP-, TEMP+, TV Channel switch, etc.
- Various platforms supported including 51(without OS), RTOS, Android, PC and webside decoding
2016-11-11 10:09:39 +08:00
- Sample drivers and Android Apps
2016-11-11 10:14:26 +08:00
#### Following components are included:
2016-11-11 10:09:39 +08:00
- IRDA pulse wave encoder
- IRDA pulse wave decoder
- Management web console
- Remote code extension toolset
- Application samples