Difference between revisions of "ESP8266 Serial WIFI Module"

From LinkSprite Playgound
Jump to: navigation, search
(Product Description)
(Description)
 
(19 intermediate revisions by the same user not shown)
Line 36: Line 36:
  
 
The following current consumption is based on 3.3V supply, and 25℃ ambient, using internal regulators. Measurements are done at antenna port without SAW filter. All the transmitter’s measurements are based on 90% duty cycle, continuous transmit mode.
 
The following current consumption is based on 3.3V supply, and 25℃ ambient, using internal regulators. Measurements are done at antenna port without SAW filter. All the transmitter’s measurements are based on 90% duty cycle, continuous transmit mode.
 +
 +
  
 
''2.RF Performance''
 
''2.RF Performance''
Line 42: Line 44:
  
 
'''Hardware:'''
 
'''Hardware:'''
[[File:[http://www.example.com link title]]]
+
 
 +
[[File:200px-IM140905002pic1.jpg|400px|thumb|center]]
 +
 
 
'''Schematic:'''
 
'''Schematic:'''
  
[[File:[http://www.example.com link title]]]
+
[[File:700px-ESP8266 Schematic.jpg|650px|thumb|center]]
 +
 
 
'''Application fields:'''
 
'''Application fields:'''
  
Line 62: Line 67:
 
'''AT Commands:'''
 
'''AT Commands:'''
  
Format
+
'''Format'''
 +
 
 +
*Baud rate at 57600, was actually 9600 as reported by Alan
 +
*x is the commands
 +
 
 +
{|class="wikitable"
 +
|-
 +
!'''set'''!!'''inquiriy'''!!'''test'''!!'''execute'''
 +
|-
 +
! scope="row" | AT+<x>=<…>||AT+<x>?||AT+<x>?||AT+<x> 
 +
|-
 +
! scope="row" |AT+CWMODE=<mode>||AT+CWMODE?||AT+CWMODE=?||-
 +
|-
 +
! scope="row" |Set the network mode||Check current mode||Return which modes supported||-
 +
|-
 +
}
  
    Baud rate at 57600, was actually 9600 as reported by Alan
 
    x is the commands
 
 
''Commands''
 
''Commands''
  
Line 72: Line 90:
 
==Download==
 
==Download==
  
*[http://wiki.iteadstudio.com/File:ESP8266_Specifications_English.pdf/Datasheet of RSP8266]
+
*[http://wiki.iteadstudio.com/File:ESP8266_Specifications_English.pdf/ Datasheet of RSP8266]
 
*https://nurdspace.nl/ESP8266
 
*https://nurdspace.nl/ESP8266
 
*http://www.electrodragon.com/w/Wi07c
 
*http://www.electrodragon.com/w/Wi07c
  
Example of Using it
+
''' Example of Using it'''
 
*http://www.instructables.com/id/Using-the-ESP8266-module/
 
*http://www.instructables.com/id/Using-the-ESP8266-module/
 
*The ESP8266 Becomes a Terrible Browser - http://hackaday.io/project/3072/instructions
 
*The ESP8266 Becomes a Terrible Browser - http://hackaday.io/project/3072/instructions
Line 84: Line 102:
 
*An ESP8266 Based Smartmeter - http://hackaday.com/2014/10/25/an-sdk-for-the-esp8266-wifi-chip/
 
*An ESP8266 Based Smartmeter - http://hackaday.com/2014/10/25/an-sdk-for-the-esp8266-wifi-chip/
  
Demos for ESP8266
+
'''Demos for ESP8266'''
 
*https://github.com/itead/ITEADLIB-ESP8266
 
*https://github.com/itead/ITEADLIB-ESP8266
 +
 +
== How to buy ==
 +
 +
Here to buy '''ESP8266 Serial WIFI Module''' on [http://store.cutedigi.com/esp8266-serial-wifi-module/ store]

Latest revision as of 05:33, 3 November 2015

Description

ESP8266 offers a complete and self-contained Wi-Fi networking solution, allowing it to either host the application or to offload all Wi-Fi networking functions from another application processor.

When ESP8266 hosts the application, and when it is the only application processor in the device, it is able to boot up directly from an external flash. It has integrated cache to improve the performance of the system in such applications, and to minimize the memory requirements.

Alternately, serving as a Wi-Fi adapter, wireless internet access can be added to any microcontroller-based design with simple connectivity through UART interface or the CPU AHB bridge interface.

ESP8266 on-board processing and storage capabilities allow it to be integrated with the sensors and other application specific devices through its GPIOs with minimal development up-front and minimal loading during runtime. With its high degree of on-chip integration, which includes the antenna switch balun, power management converters, it requires minimal external circuitry, and the entire solution, including front-end module, is designed to occupy minimal PCB area.

Sophisticated system-level features include fast sleep/wake context switching for energy-efficient VoIP, adaptive radio biasing for low-power operation, advance signal processing, and spur cancellation and radio co-existence features for common cellular, Bluetooth, DDR, LVDS, LCD interference mitigation.

Features:

  • 802.11 b/g/n protocol
  • Wi-Fi Direct (P2P), soft-AP
  • Integrated TCP/IP protocol stack
  • Integrated TR switch, balun, LNA, power amplifier and matching network
  • Integrated PLL, regulators, and power management units
  • +19.5dBm output power in 802.11b mode
  • Integrated temperature sensor
  • Supports antenna diversity
  • Power down leakage current of < 10uA
  • Integrated low power 32-bit CPU could be used as application processor
  • SDIO 2.0, SPI, UART
  • STBC, 1×1 MIMO, 2×1 MIMO
  • A-MPDU & A-MSDU aggregation & 0.4us guard interval
  • Wake up and transmit packets in < 2ms
  • Standby power consumption of < 1.0mW (DTIM3)
ESP8266 Serial WIFI Module

Electronic Characteristic

1. Current Consumption:

The following current consumption is based on 3.3V supply, and 25℃ ambient, using internal regulators. Measurements are done at antenna port without SAW filter. All the transmitter’s measurements are based on 90% duty cycle, continuous transmit mode.


2.RF Performance

The following are measured under room temperature conditions with 3.3V and 1.1V power supplies.

Hardware:

200px-IM140905002pic1.jpg

Schematic:

700px-ESP8266 Schematic.jpg

Application fields:

  • Smart power plugs
  • Home automation
  • Mesh network
  • Industrial wireless control
  • Baby monitors
  • IP Cameras
  • Sensor networks
  • Wearable electronics
  • Wi-Fi location-aware devices
  • Security ID tags
  • Wi-Fi position system beacons

AT Commands:

Format

  • Baud rate at 57600, was actually 9600 as reported by Alan
  • x is the commands
} Commands carefully there are must be no any spaces between the " and IP address or port

Download

Example of Using it

Demos for ESP8266

How to buy

Here to buy ESP8266 Serial WIFI Module on store

set inquiriy test execute
AT+<x>=<…> AT+<x>? AT+<x>? AT+<x>
AT+CWMODE=<mode> AT+CWMODE? AT+CWMODE=? -
Set the network mode Check current mode Return which modes supported -