2940641 RFSOLUTIONS | Alldatasheet

Document overview

  • Manufacturer or author: Provided By alldatasheet.com(free datasheet download site)
  • PDF pages: 18

Technical content

REV:1.0 2016.3.15 ESP-07S User Manual

This device complies with Part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) This device may not cause harmful interference. (2) This device must accept any interference received, including interference that may cause undesired operation. Any changes or modifications not expressly approved by the party responsible for compliance could void the user’s authority to operate the equipment. Please notice that if the FCC identification number is not visible when the module is installed inside an- other device, then the outside of the device into which the module is installed must also display a label referring to the enclosed module. This exterior label can use wording such as the following: “Contains FCC ID: 2AHMR-ESP07S” any similar wording that expresses the same meaning may be used. This equipment complies with FCC radiation exposure limits set forth for an uncontrolled environment. This equipment should be installed and operated with a minimum distance of 20cmbetween the radiator & your body. This transmitter must not be co-located or operating in conjunction with any other antenna or transmitter. The module is limited to OEM installation ONLY. The OEM integrator is responsible for ensuring that the end-user has no manual instruction to remove or install module. The module is limited to installation in mobile application; A separate approval is required for all other operating configurations, including portable configurations with respect to Part 2.1093 and difference antenna configurations. There is requirement that the grantee provide guidance to the host manufacturer for compliance with Part 15B requirements. ESP-07S User Manual Important European compliance information for module datasheets This RF Solutions radio module meets the essential requirements of the European Radio Equipment Directive 2014/53/EU and has been tested to European Harmonised Standards and CE marked where space allows. A copy of the EU Declaration of Conformity can be located on the RF Solutions Website, www.rfsolutions.co.uk/certification-i59. When using the module in an end product, continued compliance can only be assured by incorporating the module in accordance with RF Solutions specific installation instructions and in accordance with the published information on the RF Solutions product data sheet. The antenna gain specification must be adhered to at all times. Article 3.1a and 3.1b of the EU Radio Equipment Directive 2014/53/EU should be assessed in the final product. Failure to follow this guidance may result in a non-compliant product being place on the European Market, for which RF Solutions cannot accept any responsibility. Further guidance may be obtained from RF Solutions Technical Support. Charges may apply to customer specific product evaluation.

  1. Preambles ESP-07S WiFi module is developed by AI-Thinker Co.,Ltd, core processor ESP8266 in smaller sizes of the module encapsulates Tensilica L106 integrates industry-leading ultra low power 32-bit MCU micro, with the 16-bit short mode, clock speed support 80 MHz, 160 MHz, supports the RTOS, integrated Wi -Fi MAC/BB/RF/PA/LNA, on-board antennas. The module supports standard IEEE802.11 b/g/n agreement, complete TCP/IP protocol stack. Users can use the add modules to an existing device networking, or building a separate network controller. ESP8266 is high integration wireless SOCs, designed for space and power constrained mobile platform designers. It provides unsurpassed ability to embed Wi-Fi capabilities within other systems, or to function as a standalone application, with the lowest cost, and minimal space requirement. Figure 1 ESP8266EX Functional Block Diagram ESP8266EX offers a complete and self-contained Wi-Fi networking solution; it can be used to host the application or to offload Wi-Fi networking functions from another application processor. When ESP8266EX hosts the application, it boots up directly from an external flash. In has integrated cache to improve the performance of the system in such applications. Alternately, serving as a Wi-Fi adapter, wireless internet access can be added to any micro Controller based design with simple connectivity (SPI/SDIO or I2C/UART interface). ESP8266EX is among the most integrated WiFi chip in the industry; it integrates the antenna switches, RF balun, power amplifier, low noise receive amplifier, filters, power management modules, it requires minimal external circuitry, and the entire solution, including front-end module, is designed to occupy minimal PCB area. ESP8266EX also integrates an enhanced version of Tensilica’s L106 Diamond series 32-bit processor, with on-chip SRAM, besides the Wi-Fi functionalities. ESP8266EX is often integrated with external sensors and other application specific devices through its GPIOs; codes for such applications are provided in examples in the SDK.

1.1. Features

  • 802.11 b/g/n
  • Integrated low power 32-bit MCU
  • Integrated 10-bit ADC
  • Integrated TCP/IP protocol stack
  • Integrated TR switch, balun, LNA, power amplifier and matching network
  • Integrated PLL, regulators, and power management units
  • Supports antenna diversity
  • Wi-Fi 2.4 GHz, support WPA/WPA2
  • Support STA/AP/STA+AP operation modes
  • Support Smart Link Function for both Android and iOS devices
  • SDIO 2.0, (H) SPI, UART, I2C, I2S, IRDA, PWM, GPIO
  • STBC, 1x1 MIMO, 2x1 MIMO
  • A-MPDU & A-MSDU aggregation and 0.4s guard interval
  • Deep sleep power <10uA, Power down leakage current < 5uA
  • Wake up and transmit packets in < 2ms
  • Standby power consumption of < 1.0mW (DTIM3)
  • +20dBm output power in 802.11b mode
  • Operating temperature range -40C ~ 85C

1.2. Parameters Table 1 below describes the major parameters. Table 1 Parameters

Table 2 ESP-07S pin description 2. Pin Descriptions There are altogether 16 pin counts, the definitions of which are described in Table 2 below.

2.1. Interfaces Table 3 Descriptions of Interfaces

2.2. Pin Mode Table 4 Pin Mode 2.3. Antenna interface ESP-07S Modules through the IPEX interface to connect to external antenna. The antenna must be in line with the 802.11g/802.11b IEEE standard, and the antenna parameters are shown in the following table: Table 5 Antenna parameters

  1. Absolute Maximum Ratings Table 6 Absolute Maximum Ratings

4.1 Recommended Operating Conditions

Table 7 Recommended Operating Conditions 4.2. AT commend T esting 1.Hardware connection As shown in Figure 7, ESP-07S via a USB to TTL Tool connected to the computer, software tool through the serial port on the computer can be AT instruction test Figure 7 ESP-07S connect with computer

4.3.AT commend Espressif AT instruction set functions and methods of use AT commands set is divided into: Basic AT commands, WiFi related AT commands, TCP / IP AT 4.3.1.AT Command Description Table 8 Each Command set contains four types of AT commands. Notes: 1. Not all AT Command has four commands. 2. [] = default value, not required or may not appear 3. String values require double quotation marks, for example: AT+CWSAP="ESP756290","21030826",1,4 4. Baudrate = 115200 5. AT Commands has to be capitalized, and end with "/r/n" 4.3.2.Basic AT Command Set The ESP8266 wireless WiFi modules can be driven via the serial interface using the standard AT commands. Here is a list of some basic AT commands that can be used.

AT – Test AT startup The type of this command is "executed". It's used to test the setup function of your wireless WiFi module.

AT+RST – Restart module The type of this command is "executed". It’s used to restart the module. AT+GMR – View version info This AT command is used to check the version of AT commands and SDK that you are using, the type of which is "executed". AT+GSLP – Enter deep-sleep mode This command is used to invoke the deep-sleep mode of the module, the type of which is "set". A minor adjustment has to be made before the module enter this deep sleep mode, i.e., connect XPD_DCDC with EXT_RSTB via 0R.

ATE – AT commands echo This command ATE is an AT trigger command echo. It means that entered commands can be echoed back to the sender when ATE command is used. Two parameters are possible. The command returns "OK" in normal cases and "ERROR" when a parameter other than 0 or 1 was specified. AT+RESTORE – Factory reset This command is used to reset all parameters saved in flash (according to appendix), restore the factory default settings of the module. The chip will be restarted when this command is executed. Detailed instruction test, please refer to the Esp8266 AT Instruction Set, can be downloaded to shun official website.

Disclaimer: Whilst the information in this document is believed to be correct at the time of issue, RF Solutions Ltd does not accept any liability whatsoever for its accuracy, adequacy or completeness. No express or implied warranty or representation is given relating to the information contained in this document. RF Solutions Ltd reserves the right to make changes and improvements to the product(s) described herein without notice. Buyers and other users should determine for themselves the suitability of any such infor- mation or products for their own particular requirements or specification(s). RF Solutions Ltd shall not be liable for any loss or damage caused as a result of user’s own determination of how to deploy or use R F Solutions Ltd’s products. Use of RF Solutions Ltd products or components in life support and/or safety applications is not author- ised except with express written approval. No licences are created, implicitly or otherwise, under any of RF Solutions Ltd’s intellectual property rights. Liability for loss or damage resulting or caused by reliance on the information contained herein or from the use of the product (including liability resulting from negligence or where RF Solutions Ltd was aware of the possibility of such loss or damage arising) is excluded. This will not operate to limit or restrict RF Solutions Ltd’s liability for death or personal injury resulting from its negligence. RF Solutions Ltd. Recycling Notice Meets the following EC Directives: DO NOT Discard with normal waste, please recycle. ROHS Directive 2011/65/EU and amendment 2015/863/EU Specifies certain limits for hazardous substances. WEEE Directive 2012/19/EU Waste electrical & electronic equipment. This product must be disposed of through a licensed WEEE collection point. RF Soluti ons Ltd., fulfils its WEEE obligations by membership of an approved compliance scheme. Environment Agency Registration Number: WEE/JB0104WV. Simplified Declaration of Conformity (RED) BG - С настоящото RF Solutions Limited декларира, че този тип радиосъоръжение дефинирани в този документ е в съответствие с Директива 2014/53/ЕС. Цялостният текст на ЕС декларацията за съответствие може да се намери на следния интернет адрес: www.rfsolutions.co.uk CS -Tímto RF Solutions Limited prohlašuje, že typ rádiového zařízení definované v tomto dokumentu je v souladu se směrnicí 2014/53/EU. Úplné znění EU prohlášení o shodě je k dispozici na této internetové adrese: www.rfsolutions.co.uk DA - Hermed erklærer RF Solutions Limited , at radioudstyrstypen defineret i dette dokument er i overensstemmelse med direktiv 2014/53/EU. EU - overensstemmelseserklæringens fulde tekst kan findes på følgende internetadresse: www.rfsolutions.co.uk DE - Hiermit erklärt RF Solutions Limited , dass der Funkanlagentyp in diesem Dokument definiert der Richtlinie 2014/53/EU entspricht. Der voll- ständige Text der EU-Konformitätserklärung ist unter der folgenden Internetadresse verfügbar: www.rfsolutions.co.uk EL - Με την παρούσα ο/η RF Solutions Limited , δηλώνει ότι ο ραδιοεξοπλισμός ορίζεται σε αυτό το έγγραφο πληροί την οδηγία 2014/53/ΕΕ. Το πλήρες κείμενο της δήλωσης συμμόρφωσης ΕΕ διατίθεται στην ακόλουθη ιστοσελίδα στο διαδίκτυο: www.rfsolutions.co.uk EN - Hereby, RF Solutions Limited declares that the radio equipment type defined within this document is in compliance with Direct ive 2014/53/EU. The full text of the EU declaration of conformity is available at the following internet address: www.rfsolutions.co.uk ES - Por la presente, RF Solutions Limited declara que el tipo de equipo radioeléctrico definido dentro de este documento es conforme con la Direc- tiva 2014/53/UE. El texto completo de la declaración UE de conformidad está disponible en la dirección Internet siguiente: ww w.rfsolutions.co.uk ET -Käesolevaga deklareerib RF Solutions Limited , et käesolev raadioseadme tüüp määratletud selles dokumendis vastab direktiivi 2014/53/EL nõuetele. ELi vastavusdeklaratsiooni täielik tekst on kättesaadav järgmisel internetiaadressil: www.rfsolutions.co.uk FI -RF Solutions Limited vakuuttaa, että radiolaitetyyppi määratletud selles dokumendis on direktiivin 2014/53/EU mukainen. EU - vaatimustenmukaisuusvakuutuksen täysimittainen teksti on saatavilla seuraavassa internetosoitteessa: www.rfsolutions.co.uk FR - Le soussigné, RF Solutions Limited , déclare que l'équipement radioélectrique du type défini dans ce document est conforme à la directive 2014/53/UE. Le texte complet de la déclaration UE de conformité est disponible à l'adresse internet suivante: www.rfsolutions.co.uk HR - RF Solutions Limited ovime izjavljuje da je radijska oprema tipa definirani u ovom dokumentu u skladu s Direktivom 2014/53/EU . Cjeloviti tekst EU izjave o sukladnosti dostupan je na sljedećoj internetskoj adresi: www.rfsolutions.co.uk HU - RF Solutions Limited igazolja, hogy a dokumentumban meghatározottak szerint típusú rádióberendezés megfelel a 2014/53/EU irányelvnek. Az EU-megfelelőségi nyilatkozat teljes szövege elérhető a következő internetes címen: www.rfsolutions.co.uk IT - Il fabbricante, RF Solutions Limited , dichiara che il tipo di apparecchiatura radio definito all'interno di questo documento è conforme alla direttiva 2014/53/UE. Il testo completo della dichiarazione di conformità UE è disponibile al seguente indirizzo Internet: www.rfsoluti ons.co.uk LT - Aš, RF Solutions Limited , patvirtinu, kad radijo įrenginių tipas apibrėžta šiame dokumente atitinka Direktyvą 2014/53/ES. Visas ES atitikties deklaracijos tekstas prieinamas šiuo interneto adresu: www.rfsolutions.co.uk LV - Ar šo RF Solutions Limited deklarē, ka radioiekārta kas definēts šajā dokumentā atbilst Direktīvai 2014/53/ES. Pilns ES atbilstības deklarācijas teksts ir pieejams šādā interneta vietnē: www.rfsolutions.co.uk MT - B'dan, RF Solutions Limited , niddikjara li dan it-tip ta' tagħmir tar-radju definit f'dan id-dokument huwa konformi mad-Direttiva 2014/53/UE. It- test kollu tad-dikjarazzjoni ta' konformità tal-UE huwa disponibbli f'dan l-indirizz tal-Internet li ġej: www.rfsolutions.co.uk NL - Hierbij verklaar ik, RF Solutions Limited , dat het type radioapparatuur gedefinieerd in dit document conform is met Richtlij n 2014/53/EU. De volledige tekst van de EU-conformiteitsverklaring kan worden geraadpleegd op het volgende internetadres: www.rfsolutions.co.uk PL - RF Solutions Limited niniejszym oświadcza, że typ urządzenia radiowego zdefiniowane w tym dokumencie jest zgodny z dyrektyw ą 2014/53/UE. Pełny tekst deklaracji zgodności UE jest dostępny pod następującym adresem internetowym: www.rfsolutions.co.uk PT - O(a) abaixo assinado(a) RF Solutions Limited declara que o presente tipo de equipamento de rádio definido neste documento est á em conformi- dade com a Diretiva 2014/53/UE. O texto integral da declaração de conformidade está disponível no seguinte endereço de Intern et: www.rfsolutions.co.uk RO - Prin prezenta, RF Solutions Limited declară că tipul de echipamente radio definit în acest document este în conformitate cu D irectiva 2014/53/ UE. Textul integral al declarației UE de conformitate este disponibil la următoarea adresă internet: www.rfsolutions.co.uk SK - RF Solutions Limited týmto vyhlasuje, že rádiové zariadenie typu definované v tomto dokumente je v súlade so smernicou 2014/5 3/EÚ. Úplné EÚ vyhlásenie o zhode je k dispozícii na tejto internetovej adrese: www.rfsolutions.co.uk SL - RF Solutions Limited potrjuje, da je tip radijske opreme opredeljeno v tem dokumentu skladen z Direktivo 2014/53/EU. Celotno besedilo izjave EU o skladnosti je na voljo na naslednjem spletnem naslovu: www.rfsolutions.co.uk SV - Härmed försäkrar RF Solutions Limited att denna typ av radioutrustning definieras i detta dokument överensstämmer med direkti v 2014/53/ EU. Den fullständiga texten till EU-försäkran om överensstämmelse finns på följande webbadress: www.rfsolutions.co.uk

Click to View Pricing, Inventory, Delivery & Lifecycle Information: RF Solutions: ESP-07S