diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-09-05 10:53:58 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-09-05 10:53:58 +0200 |
commit | 434f6b23ee9b37cd7ca1c30317492a42209dedc5 (patch) | |
tree | ddbffac35080a7d287d632f97c082eb4994b39a6 /posts | |
parent | 7e46fc25bf240554816d57f50e5391edcd0fc7ad (diff) |
homeauto update
Diffstat (limited to 'posts')
-rw-r--r-- | posts/homeauto.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/posts/homeauto.md b/posts/homeauto.md index ee5cd0c..33e2a6a 100644 --- a/posts/homeauto.md +++ b/posts/homeauto.md @@ -229,5 +229,13 @@ describes all the research that went into reverse-engineering the lamp. ## Toshiba air conditioning unit -IR remote emulation with LIRC +I created a small daughter board to connect to the raspberry pi's gpio pins, +that has an IR phototransistor and IR blaster. This is so I could record and +replay the IR messages from the remote more easily. + +I've spent a solid two days now trying to use my raspberry pi or arduino uno as +a janky logic analyzer, to capture the IR messages and get the message contents +manually, but I still haven't succeeded. I have however succeeded in frying the +IR LED by giving it +5v backwards without any protection, so that's something I +guess. I'll update this article when I get it working. |