The shipping fee depends on your address
Standard: 9-15 business days,fee is down to $3.99
Express: 4-7 business days,fee is down to $5.99
WE'RE READY TO BUILD A CUSTOM PRODUCT FOR YOU.
If you're looking for a custom product, we can help. Kindly contact us via email support@keszoox.com and send us the details for your need, then we'll let you know how we can deliver the right solution.We make into production usually Within 1 - 3 Bussiness Days.
Expect customization orders.ESP8266 D1 R2 WiFi 板采用支持 ESP8266 WiFi 的处理器,并将其安装在 Arduino Uno 板封装上。它提供了一种在熟悉的设置中使用 ESP8266 的方法,并且由于它具有典型的板载母头,因此不需要面包板即可进行互连。它还可以与具有兼容 I/O 引脚分布的一些 Uno 屏蔽配合使用。
该开发板最初由 WeMos 生产。该开发板是第二代 R2 兼容版本。还有一个早期的 R1 版本,它在某些 I/O 上使用不同的引脚排列。R2 版本的引脚排列与 NodeMCU 引脚排列更加兼容。如果使用示例,您可能需要根据您使用的版本重新分配一些引脚。其中一张图片显示了两个版本之间引脚映射的差异。
除了增加 WiFi 功能外,ESP8266 处理器相对于标准 Arduino 的 AVR 处理器的主要优势在于它拥有更大的 4MB 闪存,运行时钟速度为 80MHz,有时可以选择超频至 160MHz,处理速度非常快。
除了 D0 之外,所有数字 I/O 都支持 PWM 和中断。此外,它们可以配置为具有上拉或下拉电阻。缺点是,它只有 1 个模拟输入,这可能是最显著的限制。如果需要更多模拟 I/O,可以使用外部模拟多路复用器模块(如我们的 16 通道74HC4067、ADS1115 4 通道 16 位 ADC 或下面的MCP3008 - I / P 8 通道 A/D 转换器 IC)来克服这个问题。
请注意,在对电路板进行编程时,您需要使用字母和数字来引用 I/O。对于 Arduino,输出 D3 将被简单地称为“3”,但对于 D1 电路板,您需要将引脚称为“D3”。
一些引脚在板上是重复的,例如 D1、D2、D5、D6 和 D7。同名的引脚在板上物理连接在一起。此外,左下方的 I2C SDA/SCL 扩展引脚也连接到 D2 和 D1。这样一共有 9 个数字引脚(D0 – D8)加上 RX/TX。
该电路板可通过 USB 端口供电,或通过 DC 电源插孔使用外部 7-12V 电源供电。
The board operates at 3.3V, so keep that in mind when working with I/O. Per spec, the digital I/O is limited to 3.3V, but the ESP-8266 mfr has made statements that the digital pins are in fact 5V tolerant and there are many installations using the module directly connected to the logic lines of 5V peripherals.
A nice feature on this version of the board is that besides the standard female headers for bringing out I/O, each female header also has a row of holes next to it to which can be soldered male headers, a second row of female headers or even wires. These can be soldered to either the top or bottom side of the board. The board comes with a strip of male headers which are normally soldered to the top side of the board. If the male headers are soldered to the bottom of the board, the board can’t be mounted directly into a breadboard since the separate sections of headers on one side are not spaced apart on 0.1″ centers and the holes are offset somewhat side-to-side.
It can be programmed using the Arduino IDE via the USB port as shown below.
WeMos no longer makes these boards, so these are clone assemblies with good build quality
There are many instructions for installing and using ESP8266 based boards with the Arduino IDE, but here is a short-hand version.
Below is one of the sample programs ‘Samples/ESP8266/Blink’ that are available once you install the ESP8266 files. It just blinks the blue LED on the ESP8266 module but is a good way to ensure your basic programming setup is working and the board is at least partially functional.
/* ESP8266 Blink by Simon Peter Blink the blue LED on the module This example code is in the public domain Note that this sketch uses LED_BUILTIN to find the pin with the internal LED */ void setup() { pinMode(LED_BUILTIN, OUTPUT); // Initialize the LED_BUILTIN pin as an output } // 循环函数永远重复运行 void loop ( ) { digitalWrite ( LED_BUILTIN , LOW ) ; // 打开 LED(请注意,LOW 是电压电平 // 但实际上 LED 是亮的;这是因为 // 它在模块上是低电平有效) delay ( 1000 ) ; // 等待一秒钟 digitalWrite ( LED_BUILTIN , HIGH ) ; // 通过使电压变为高电平来关闭 LED delay ( 2000 ) ; // 等待两秒钟(以演示低电平有效 LED) }
笔记:
微控制器 | ESP8266 Tensilica 32 位 | |
串行至 USB 转换器 | CH340G | |
工作电压 | 3.3伏 | |
输入电压(推荐) | 7-12伏 | |
数字 I/O 引脚 | 11 | |
PWM I/O 引脚(与数字 I/O 共享) | 10 | |
模拟输入引脚 | 1 (10 位) | |
每个 I/O 引脚的直流电流 | 12 毫安(最大) | |
硬件串行端口 | 1 | |
闪存 | 4兆字节 | |
指令存储器 | 64千字节 | |
数据内存 | 96千字节 | |
时钟速度 | 80兆赫 | |
网络 | IEEE 802.11 b/g/n 无线网络 | |
内置 LED | 连接至数字引脚 13 | |
USB 连接器种类 | Micro-B 母 | |
电路板尺寸(PCB) | 69 x 53毫米(2.7 x 2.1英寸) | |
原产地 | 中国 | |
数据表 | ESP8266EX |
WE'RE READY TO BUILD A CUSTOM PRODUCT FOR YOU.
All orders are dispatched from our warehouse. The shipments are fully tracked—from our door to yours. Please allow 3-5 business days for your order to be processed in addition to the shipping times below.
Standard: 9-15 business days. Express: 4-7 business days.
Please note that shipping providers are extremely busy during this time, and some orders might experience a delay on top of usual delivery times. If your order is late, please allow 5-10 days more than indicated in standard shipping times before contacting our customer service. Thank you for your understanding.
All orders are 100% tracked. You’ll receive an email with a tracking number and a link to track your parcel once your order leaves our warehouse. Please allow 24-48 hours for the tracking link to start showing shipping information.
Receive our latest updates about our products & promotions.
Thanks for subscribing!
This email has been registered!