Skip to content

Instantly share code, notes, and snippets.

@brandonpapworth
Created June 3, 2020 13:57
Show Gist options
  • Save brandonpapworth/89b5fb9988a7d99b13f3b327962b4368 to your computer and use it in GitHub Desktop.
Save brandonpapworth/89b5fb9988a7d99b13f3b327962b4368 to your computer and use it in GitHub Desktop.
Project: Temp Management System for AC Unit

Implementation Notes

Activation

How to determine if it should be active/inactive

Interfacing

Unit is "on" or "off"

Current AC Unit Settings

How to determine what the current temperature setting is

  • Read Segmented Display Output
    • gabrielburnworth/SSD-Reader: Read a seven-segment display using OpenCV and the Raspberry Pi Camera
    • Use RPI Camera V2 for capturing it
    • TODO: determine how to mount the camera for it to consistently see the display

Controlling the AC Unit

How to change settings

  • Control unit as the remote control can
    • TODO: Get an IR emitter
    • TODO: Get an IR receiver or device to read the IR signals from the remote for calibration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment