Accéder au contenu principal

Adding infrared emitter to SONOFF RF BRIDGE

With the add of  SONOFF RF Bridge  to the OpenMQTTGateway compatibility list we were able to send and receive 433mhz by MQTT. 
The interesting thing with OpenMQTTGateway is the ability to have on one board several gateways (RF, IR, BLE and more to come ;-). 

The last versions of SONOFF RF BRIDGE as two IO free pins, why not using these pins to add a new gateway to this little cheap device and control more devices.



If we follow the interest of the different gateways you are more interested on RF and after comes IR infrared.

My choice came in this case to add an infrared emitter to the RF Bridge, with this gateway we are adding the capacity of controlling TV, DVD, hifi...

On the hardware side, I followed the same schematic for IR setup with ESP8266 with just a little add a protection resistor of 1K for the IR led.
The other resistor is connected between the transistor base and IO5 of the RF Bridge instead of D0.
The IR led is powered by the 3,3V of the Sonoff RF Bridge.

The schema:


Here is how it looks like on the breadboard:



On the software side I uploaded OpenMQTTGateway with the following config:
user_config.h
#ifdef ESP8266 // for nodemcu, weemos and esp8266
  //#define ZgatewayRF
  //#include "config_RF.h"
  //#define ZgatewayRF2
  #define ZgatewaySRFB
  #include "config_SRFB.h"
  #define ZgatewayIR
  #include "config_IR.h"
  //#define ZgatewayBT
  //#include "config_BT.h"
  //#define ZsensorINA226

config_IR.h
#ifdef ESP8266
  #define IR_RECEIVER_PIN 4
  #define IR_EMITTER_PIN 5

I tried to go down the volume of my TV with:
mosquitto_pub -t home/commands/IR_NEC -m 551534655

And you know what, it worked directly! Of course I'm also able to receive and send RF.

I integrated the components in the shelf and now I have a <12€ RF IR gateway !!!



Thanks SONOFF for the RF Bridge disposal.

If interested you can buy it from banggood here (affiliated link)





Commentaires

  1. Hi, do you think possible to add 868Mhz receiver/emitter on the sonoff RF bridge ?
    When I see 433Mhz examples it seems possible to have 868MHZ emitter and receiver with only two IO free pins ?
    I see that RFM69 is supported by OpenMQTTGateway but it require too much GPIO I think. Is there another 868mhz devices that could be connected to the two free pins of the sonoff ?

    Thank you for this great project !

    RépondreSupprimer
    Réponses
    1. Hello,

      Yes it should be possible to add an emitter and a receiver at 868mhz. And make it a 433mhz/868mhz dual frequencies device.

      Supprimer
    2. Do you have any advice about the module to use and the associated Zgatewayxx to activate in the User_config.h ?
      Or is it more complex than that ?

      Supprimer
    3. May be it would be easier to solder additional GPIO directly on the chip to get RFM69 working on it ?

      Supprimer

Enregistrer un commentaire

Posts les plus consultés de ce blog

433toMQTTto433 - Bidirectional ESP8266 NodeMCU gateway between RF 433Mhz signal and MQTT

The goal  is to act as a gateway between 433Mhz sensors and a MQTT broker or between the MQTT broker and 433Mhz actuators, It enables to: receive MQTT data from a topic and send RF 433Mhz signal corresponding to the received MQTT data  publish MQTT data to a different topic related to received 433Mhz signal  It can be an interesting part in an home automation system so as to interface sensors and actuators (wall sockets) with software like openhab . List of compatible sensors here The interest of putting this gateway to an ESP8266 and not on a raspberry pi is to be able to manage security actions at gateway level (power on a siren, cut power to certain devices) following RF data received by sensors without being dependent to the PI for security related actions. [EDIT] all infos are now centralized into  the github repository  take a look at it you will find up to date info about OpenMQTTGateway You need: Software: Mosquitto Arduino IDE latest version (tested ok with 1.6.10

Infrared IR, 433mhz and MQTT on ESP8266 bidirectional gateway OpenMQTTGateway

Following discussions on the home assistant forum people gave me the idea to add Infrared communication to the 433mhz gateway.  The goal is to act as a gateway between 433Mhz sensors, infrared remote controls and a MQTT broker or between the MQTT broker and 433Mhz actuators, infrared devices, It enables to: receive MQTT data from a topic and send RF 433Mhz signal corresponding to the received MQTT data  publish MQTT data to a different topic related to received 433Mhz signal  receive MQTT data from a topic and send infrared signal corresponding to the received MQTT data  publish MQTT data to a different topic related to received infrared signal  It can be an interesting part in an home automation system so as to interface sensors and actuators (wall sockets), your tv, home cinema, hifi ... with software like  openhab  or home assistant . List of compatible RF sensors here [EDIT] all infos are now centralized into the github repository  take a look at it you will find up to d

Get your BLE sensors data into Home Assistant in 5 minutes

You can now upload your board directly from the web browser!  So let's imagine you want to read data from a sensor like a Mi Flora, an LYWSD03MMC, a weight scale, or any other BLE sensor from this list  Plug an ESP32 dev board to your computer USB port Go to this website: https://docs.openmqttgateway.com/upload/web-install.html Select esp32dev-ble Click the install button Depending on your board you may have to press the BOOT button Choose the port that the ESP is connected to. Wait until the process is complete. Release the BOOT button That's it, OMG is now loaded into your ESP32 board without Arduino IDE, platformIO or a binary flasher. Here are the steps in images: Now comes the Home Assistant part: Add the MQTT integration and activate auto discovery Create a user and a password (Configuration->Users) without administrator right for the gateway Well, this is enough for Home Assistant. So let's now connect both: Check the Wifi Access points available with your smartph