4

I'm working on a multi channel sonoff device with ESP8266.

I want it to be able to support popular iot home control platforms such as Amazon Alexa, Google home... It must have a button and share temporary wifi AP for initial setup

Also, I want develop a custom mobile application for it.

So I'm looking for a good framework to support all these features.

I saw some project's on Github (Tasmota , ESPHome...) but I don't see a support for Alexa, Google or other home control platforms in their documentation

Tim_Stewart
  • 238
  • 3
  • 9

1 Answers1

4

Given the basic requirements, you might want to try out mongoose OS. It's fast to setup, support for Amazon Alexa, Google home etc. Lots of documentation available.

The only thing I'm not sure of "out of the box" is your act as an AP requirement for setup.

Mongoose OS is Open Source and dual-licensed: Mongoose OS Community Edition - Apache License Version 2.0. ~wikipedia

The official website for the "IoT Operating System - Mongoose OS" can be found here: https://mongoose-os.com/

Tim_Stewart
  • 238
  • 3
  • 9