600字范文,内容丰富有趣,生活中的好帮手!
600字范文 > wemos D1 wifi ESP8266 开发板

wemos D1 wifi ESP8266 开发板

时间:2021-12-31 12:58:42

相关推荐

wemos D1 wifi ESP8266 开发板

参考教程:

arduino安装WeMos d1板支持 —- 电灯操作

/mustard/article/details/79238389

智能家居声控:Amazon Echo + NodeMCU(ESP8266 模拟 Wemo)控制 LED

/kakopappa/arduino-esp8266-alexa-multiple-wemo-switch

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

下载相应的代码:/kakopappa/arduino-esp8266-alexa-multiple-wemo-switch

在编辑器中打开 wemos.ino

修改 WiFi 设置

定义开关及其回调,在 officeLightsOn、officeLightsOff、kitchenLightsOn、kitchenLightsOff 中

烧录

与此的相似项目还有 Arduino Esp8266 Alexa Wemo switch emulator

/witnessmenow/esp8266-alexa-wemo-emulator

#Arduino Esp8266 Alexa Wemo switch emulatorThis 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 nameThe 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)

资料下载:/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 板

安装教程:/d1_zh/%E5%85%A5%E9%97%A8

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。