ESP8266 Module with Alexa & Google Assitant

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
karthickefy
Posts: 74
Joined: Thu Nov 30, 2017 3:21 am
Has thanked: 4 times
Been thanked: 9 times
Contact:

ESP8266 Module with Alexa & Google Assitant

Post by karthickefy »

Hi Matrix Team,
Do you have any idea about to configure Alexa or Google Assistant with ESP12F / ESP8266 components? I would like to control the home appliances through Alexa/Google with ESP series Wifi module. It will be good if you add ESP12F / ESP8266 as target and can easily configure the Alexa voice control through FC. ESP12F module is quite cheap cost in market. Please advice.

Karthick.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: ESP8266 Module with Alexa & Google Assitant

Post by Benj »

Hi Karthick,

I'm currently investigating this for the ESP32 hardware but should also be possible via an ESP8266. We already have support for MQTT which is very powerful. For Alexa type stuff there is ITTT which we are also looking into.

karthickefy
Posts: 74
Joined: Thu Nov 30, 2017 3:21 am
Has thanked: 4 times
Been thanked: 9 times
Contact:

Re: ESP8266 Module with Alexa & Google Assitant

Post by karthickefy »

Hi Benj,
Thanks, Is there any working example Flowcode for MQTT with ESP8266?

Karthick.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: ESP8266 Module with Alexa & Google Assitant

Post by Benj »

Hello,

Here's a quick example for you to play with, let us know how you get on.
MQTT_ESP8266.fcfx
(14.27 KiB) Downloaded 160 times

You can connect to the Thingspeak MQTT servers or you can create your own MQTT server using something like Mosquitto on a raspberry pi.

https://randomnerdtutorials.com/how-to- ... pberry-pi/

Post Reply