Close

The Remote Control

A project log for Reverse Engineering Grant ASHP Remote Protocol

Reverse engineering the protocol used by our Grant ASHP remote.

mjc506mjc506 03/27/2020 at 22:260 Comments

The remote control is connected to the external unit, from which it receives power and data, by twin core cable. It can display the following data:

Not too bad! (but more variables to decode...)

DC voltage on the cable is ~12V, and the manual indicates that there is no specific polarity required for the remote.

Internally, the remote includes an R8C/L3AC MCU (which has many IO ports, A/D and D/A converters, and an LCD driver), a T6B70BFG (Toshiba, communications IC), a 5V regulator, and a full bridge rectifier IC.

The T6B70BFG reads/imposes a 250kHz 'sine-ish' wave over the DC supply:

Sigrok Analogue 'input' to the T6B70BFG

Sigrok digital 'output' from the T6B70BFG

Having my circuit read the analogue side would be less invasive, but may be more difficult.

Discussions