Skip to content

Maker-Melissa/HDMI-Switch-Firmware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HDMI-Switch-Firmware

Firmware for my Smart House HDMI Switch. This hack allows for voice and phone control of the RocketFish HDMI Switch, which can be purchased off eBay pretty cheaply. It requires an openHAB setup with MQTT to work correctly. For voice control, an Alexa device is required. For a demonstration, check out the YouTube video at the bottom.

By Maker Melissa https://makermelissa.com/

Based on firmware originally published by MK-Smarthouse.com and republished with permission. For some more Smarthouse stuff and to find some great tutorials check out https://www.mksmarthouse.com/.

Required Libraries

To compile, you need the following Libraries

  • ArduinoJson
  • MQTT by Joel Gaehwiler
  • WiFiManager

Required Board

To install, add http://arduino.esp8266.com/stable/package_esp8266com_index.json to Additional Boards Manager URLs under Preferences.

  • ESP8266 Board

Updating Wirelessly (after you have it configured)

I like make the upload Verbose under Preferences, copy the file name ending with .ino.bin mentioned in the output right before it errors over to a non-temp directory. After the initial upload and after configuring to get on WiFi, go to http://[Name you gave Board]/firmware, type in the username and password you gave it. Select that file from you copied and upload it. I believe there are less messy ways to do this, but it doesn't require any extra software.

Related YouTube Videos

Part 1:

Voice and iPhone Controlled HDMI Switch!?! (Part 1)

Part 2:

Coming soon, the rebuild. Be sure to subscribe to the YouTube channel and click the bell icon to be notified when it comes out.

Schematic

HDMI Switch Circuit.png

About

Firmware for my Smart House HDMI Switch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages