Before this projet, I did create a lot of individual systems to interconnect IOT and Domotic devices to math to all my needs like

  • Domotic Web Serveur -> All IOT devices
  • GPRS SMS -> RF controlled Gates and Door
  • Alexa -> Connected Lights and Switches
  • RF Transmitter -> RF Switches, gates, lights
  • Rest API -> RF receivers
  • ....

At the end, the global control and communication requires at least 4 bridges dedicated to specific protocol conversion.

I've decided to merge all of the into a one unique smart hub able to

-> Receive messages from

  • Alexa : using Philips Hue and Wemos protocols
  • RF message : PT2262 / EV1527 protocol
  • Rest API switch and light control
  • GPRS SMS orders

-> Convert and forward to

  • Philips Hue, Wemos, Redmi Light
  • RF switches : PT2262 / EV1527 protocol
  • Rest API custom URL
  • GPRS SMS messages

Other features are possible to develop using this board

  • Audio communication connecting Mic and Speaker to the SIM800 Module
  • Display SMS message on screen
  • trigger alert by SMS, email or external event
  • Include automation from connected sensor

Please pay attention that thoses features are possible to develop but ARE NOT provided in the example. A 100% complete product will be proposed later.

But, according to you need you can totally adapt the usage of the module according to your needs.

It is provided in an small form factor including the most current communication interfaces. 

The module does not require additional system to be programmed or to run .. just a power supply. 

The included USB to Serial interface also controls the programming signals. 

The board is 100% compatible with Arduino IDE and libraries.