Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1001 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 1001 Bytes

Reverse engineering the ZH/JT-03 AC Infrared remote control and implementing it in an Arduino

TODO List

  • Create a proper README
  • Create a proper documentation of the protocol
  • Implement CheckSum 2s Complement
  • Implement set temperature method
  • Implement On/Off
  • Implement Sleep Mode
  • Implement Turbo mode
  • Implement Fan speed
  • Implement Swing
  • Implement Air flow
  • Implement different modes
  • Implement 16-31 Temperature options
  • Create a better estimation of the High and Low value used by the IR protocol -- This requeries reading multiple commands and making an average of them

References