Artbox

Particle Smart Home Bridge

N/A Amazon Alexa Global Rank

This skill is for electronics hobbyist and professionals who enjoy playing with micro processors, arduinos, computers and electronics. This skill is designed to allow you to use a Particle IO photon controllers in your own home automation project.

You can program your Particle Photon for Amazon Alexa Home Automation skills to control devices using On/Off, Percent, Temperature, Color and Locks. How easy is it? This is the photon C++ code you need turn a light on and off:

/******************** START Test Code /
#include EchoPhotonBridge.h
EchoPhotonBridge epb;

int functionOnOff(int device, bool onOff, String rawParameters) {
digitalWrite(D7, (onOff) ? HIGH : LOW);
}

void setup() {
pinMode(D7, OUTPUT);
epb.addEchoDeviceV2OnOff(Photon Light, &functionOnOff);
}

void loop() { }
/
***** END Test Code ***************/

More Information: https://github.com/JeremyProffitt/EchoPhotonBridge/

Questions? Please post an issue on my github page.

This application was not created, sponsored, or endorsed by Particle Industries Inc.

Chat  on Amazon  on Amazon

Need a chatbot for your business?

Explore ManyChat chatbot templates for Messenger on the Botmakers marketplace

Vote for Particle Smart Home Bridge