===== Uber Home Automation w/ Arduino & Pi ===== This is the title of an RFM69 gateway using an Arduino and an ethernet shield with an RFM69 radio attached. Data comes in on the RFM69 of an Arduino and is sent to the I2C. A second Arduino takes the I2C data broadcasts it on ethernet as an MQTT message. My plan is to replace the first Arduino with a Moteino and replace the second Arduino with an ESP8266 Huzzah. * {{:2016:ha:uber_home_automation_w-_arduino_pi_-_all_2016-07-13_9-16-46_am_.htm|Instructable detailing the project}} * {{:2016:ha:gateway_rfm.zip|Sketch Receives RFM wireless data and forwards it to I2C}} * {{:2016:ha:gateway_i2c_ethernet.zip|Sketch takes I2C data and sends out ethernet as MQTT}}