wemos D1 wifi ESP8266 开发板

参考教程:

arduino安装WeMos d1板支持 —- 电灯操作
https://blog.csdn.net/mustard2017/article/details/79238389

智能家居声控:Amazon Echo + NodeMCU(ESP8266 模拟 Wemo)控制 LED
https://github.com/kakopappa/arduino-esp8266-alexa-multiple-wemo-switch

在完成基本的搭建之后,我们就可以使用 NodeMCU 模拟 Wemo了。步骤如下:

下载相应的代码:https://github.com/kakopappa/arduino-esp8266-alexa-multiple-wemo-switch
在编辑器中打开 wemos.ino
修改 WiFi 设置
定义开关及其回调,在 officeLightsOn、officeLightsOff、kitchenLightsOn、kitchenLightsOff 中
烧录
与此的相似项目还有 Arduino Esp8266 Alexa Wemo switch emulator
https://github.com/witnessmenow/esp8266-alexa-wemo-emulator

#Arduino Esp8266 Alexa Wemo switch emulator

This project is completly based on the forked repo, all the hard work was done by kakopappa. I just reworked their code to make it consumable as a Arduino library so it could be easily pulled into other projects.

This library enables your esp8266 to simulate a Belkin Wemo switch. It can be discovered as a device by your Amazon Echo/Dot on the Smart home section. It supports calling the emulated device a custom name e.g. "Alexa, turn off test lights", where test lights is the custom name

The library supports emulating up to 14 switches using 1 ESP8266 chip.

确认无误后,我们就可以进入下一步的内容:在 Amazon Alexa 应用中搜索,并配置好对应的程序。

D1 WiFi R3开发板基于ESP8266 ESP-12N F 兼容

产品特点:
1.基于ESP-8266EX

2.Arduino 兼容,使用 Arduino IDE进行编程

3.11XI/O引脚

4.1XADC引脚(输入0-3.3V)

5.支持OTA上线

6.板载5V 1A开关电源(最大输入24V)

资料下载:http://pan.baidu.com/s/1i56mPMl

使用说明:

Step1:根据引脚图和功能选择连接硬件电路

WeMos D1 WiFi UNO 开发板ESP8266 直接用 IDE
WeMos D1 WiFi A UNO 开发板ESP8266 直接用A IDE

基于ESP-8266EX
Arduino兼容,使用A IDE来编程
11 x I/O 引脚
1 x ADC 引脚(输入范围0-3.3V)
支持OTA无线上传
板载5V 1A开关电源(最高输入电压24V)
安装硬件包后,直接用A IDE 开发,跟A UNO 一样操作

的WiFi A 板

安装教程:http://www.wemos.cc/d1_zh/%E5%85%A5%E9%97%A8

你可能感兴趣的:(蓝牙WIFI无线通信)