Esp8266 Remote Wireless Module Perfect Wifi To Uart Module

US $52

  • LongGang District, Shenzhen City, China
  • Jan 29th
STORE HOME ABOUT US SHIPPING PAYMENT RETURNS FEEDBACK Store Categroy Holiday promotion Store home Robots Modules Development boards Breadboards DIY PCB Universal Boards Cables & Connectors Diodes ICs & Processors Controllable Color LEDs Capacitors Transistors Crystal Oscillators Resistors & Potentiometers Batteries & related items Buzzers & Loudspeakers Raspberry Pi Sensors Tools Relays Switches Inductors Voltage regulators Fuses Digital tubes Combination Items Electronic Component Industrial Automation Helpful Links Store Newsletter Add my Store to your Favorites and receive my email newsletters about new items and special promotions! General Interest Hot Products 1/8" Inch Plastic Electric Air Gas Water Solenoid Valve Normally Closed 12V DC $12.50 25W High Power LED Light Lamp SMD Chip 2300LM White 32-34V $3.15 Mega 2560 ATmega2560-16AU Board (Arduino-compatible) + Free USB Cable Funduino $16.92 4010S 40mm x40mm x10mm Brushless DC Cooling Fan $1.80 Prototype Board Electronic Deck 400 + 65pcs Breadboard Jumper Cable $4.35 20 sets NEW 3 pin connector kit Connector Lead Header 2.54mm XH-3P Kit $1.74 16mm Start Horn Button Momentary Stainless Steel Metal Push Button Switch?Blue? $4.10 ESP8266 remote Wireless Module Perfect WIFI to UART Module   1. Advantage of modules: 1). Low price 2). The smallest by 11 * 10 mm or so,Embedded in any convenient products 3). Powerful internal run LWIP protocol 4). Supports three modes: AP, STA and AP + STA coexistence pattern 5). Improve the clean efficiency of the AT command, let you develop more simple. AT+CWQAP AT+CWQAP;Exit links with AP Testing Instruction: AT+CWQAP=? response  OK illustrated  None execute instruction: AT+CWQAP response  OK illustrated  None AT+CWSAP AT+CWSAP Setting up the AP mode parameters test instruction response    illustrated    Queries instruction: AT+CWSAP? response  Returns the current AP parameters +CWSAP; ? ssid ??? pwd ??? chl ??? ecn ? illustrated  None setup instruction ? AP+CWSAP= ? ssid ??? pwd ??? chl ??? ecn ? response  OK Or EPPOR illustrated   instruction parameters ? ? ssid ? string parameter ? Access Point Name. ? pwd ? string parameter ? Password up to 64 bytes ASCII ? chl ? Channel Number ? ecn ? cipher mode 0 OPEN 1 WEP 2 WPA_PSK 3 WPA2_PSK 4 WPA_WPA2_PSK         illustrated This set of instructions is only effective after AP mode to open TCP/IP toolkit AT command Command Description AT+CIPSTATUS Get the connection status AT+CIPSTART To establish a TCP connection or registered UDP port number AT+CIPSEND send  data AT+CIPCLOSE Close TCP or UDP AT+CIFSR Get the local IP address AT+CIPMUX Start multiple connections AT+CIPSERVER Configured as a server AT+CIPSTATUS AT+CIPSTATUS Get the connection status Testing Instruction response  OK illustrated  None Executes Instruction AT+CIPSTATUS response  Returns the current module connection state and connection parameters STATUS ?? stat ? +CIPSTATUS; ? id ? , ? type ? , ? addr ? , ? port ? , ? stat ? OK   illustrated  Response Value Description: ? id ?  connection id number 0-4 ? type ? string parameter,type TCP or UDP ? addr ? string parameter,IP address ? port ? Port Number AT+CIPSTART AT+CIPSTART To establish a TCP connection or registered UDP port number Testing Instruction AT+CIPSTART=?   response  +CIPSTART:( ? type ? A list of values ),( ? IP address ? Range),( ? port ? Range) OK illustrated  None Set command ?  single   way   connection (+CIPMUX=0) AT+CIPSTART= ? type ? , ? addr ? , ? port ?   ?  Multiple connections (+CIPMUX=1) AT+CIPSTART= ? id ?? type ? , ? addr ? , ? port ?         response  OK-Format correct and the connection is successful Or ERROR- Failure Or ALREAY CONNECT,Connection has been     illustrated Command parameters: ? id ? 0-4 connection id number ? type ? string parameter,Indicates that the connection type,?TCP? established tcp connection . ?udp? established UDP connection . ? addr ? string parameter,The remote server IP address. ? port ? Remote server port number   illustrated No. 0 connections can dient or server connections, the other can only be used to connect to a remote server id AT+CIPSEND AT+CIPSEND send  data Testing Instruction: AT+CIPSEND=? response  OK illustrated  None setup instructions: ?  single   way   connection (+CIPMUX=0) AT+CIPSTART= ? lenght ?           2)Multiple connections (+CIPMUX=1) AT+CIPSTART= ? id ? , ? lenght ?       response  Response Returns the specified length of data. After receiving the instruction to wrap return ">", and then begin to receive serial data, send data when the data length full lenght. If you do not establish a connection or connection is disconnected, return ERROR. if the data is sent successfully,return to SEND OK. illustrated   instruction  parameters: ? id ? Required for the transport connection id number. ? lenght ? numeric argument,Indicates that the length of the send data     AT+CIPCLOSE AT+CIPCLOSE Close TCP or UDP Testing Instruction: AT+CIPCLOSE=? response  OK illustrated  None Set command: Multiple connections AT+CIPCLOSE= ? id ?   response  If the input is correct, return OK Without the connection, returns the Link is not If you turn off No. 0 connection, and the connection for the server, it returns Cant close (closed 0 need to restart the server connection) illustrated  command parameter: ? id ? Need to close the connection id Executes Instruction: single   way   connection AT+CIPCLOSE response  If the input is correct, return OK Without the connection, returns the ERROR If you want to shut down the server, it returns we must restart (connection need to restart) illustrated  None illustrated  Closed state is unlink AT+CIFSR AT+CIFSR Get the local IP address Testing Instruction: AT+CIFSR=? response OK illustrated None Executes Instruction: AT+CIFSR   response +CIFSR:<IP address> OK Or ERROR illustrated return response: <IP address>-The current IP address of the machine(station) AT+CIPMUX AT+CIPMUX Start multiple connections query directives: AT+CIPMUX?     response +CIPMUX:<mode> OK illustrated None Set command: AT+CIPMUX=<mode>   response OK If you already are connected, it returns Link is builded     illustrated command parameter <mode> 0 single   way   connection mode 1 Multiple connection mode   Executes Instruction response None illustrated None AT+CIPSERVER AT+CIPSERVER Configured as a server Executes Instruction AT+CIPSERVER= <mode>[,<port>]     response Automatically create a server monitor server after opening OK If 0 connection being used, it returns the Link is builded Close need to restart the server   illustrated command parameter: <mode> 0 Close the server mode 1 Open the server mode <Port> port number, the default value is 333   2.AT command classification Classification instruction format  command function TEST command AT+<X>=? This command is used to query or set command to set the parameters of the internal procedures and its value range. Query command AT+<X>? This command returns the current value of the parameter. Set  command AT+<X>=<...> This command is used to set the user custom parameter values.  Execute Command AT+<X> This command is used by the module to perform internal program control functions varying parameters immutable. Note: 1) not every AT command all have these four categories command, 2) later instruction [ ] the data to the default value, do not fill or may not appear, 3) 57600 baud rate. 3.Basic AT command Command Description AT+RST Restart the module   3.1. AT+RST AT+RST Restart the module Execute Command ?   AT+RST response OK illustrated None 4.WIFI function AT command Command Description AT+CWMODE Select WiFi application mode AT+CWJAP Join AP AT+CWLAP Lists currently available AP AT+CWQAP Exit connection with the AP AT+CWSAP Setting up the AP mode parameters 4.1. AT+CWMODE AT+CWMODE Select WiFi application mode TEST command AT+CWMODE= ?   response + CWMODE: (<mode> value list) OK illustrated The response returns the current what model can support Query command AT+CWMODE ? response + CWMODE: <mode> OK illustrated In response to the current in which model Set  command AT+CWMODE=<mode> response OK illustrated This instruction should be come into force after the restart (AT + RST)  command parameter<mode>: Station model AP model AP and Station mode   4.2. AT+CWJAP AT+CWJAP Join AP Query command AT+CWJAP?   response +CWJAP:<ssid> OK illustrated Response returns the currently selected AP Set  command   AT+CWJAP=<ssid>,<pwd>   response OK or ERROR illustrated command parameter: <ssid>String parameters, access point name <pwd>String parameters, the password up to 64 bytes ASCII   4.3. AT+CWLAP AT+CWLAP Lists currently available AP Execute Command ? AT+CWLAP     response Successful, returns the AP list +CWLAP:<ecn>,<ssid>,<rssi>,[,<mode>]   OK Or Fails, the return. ERROR illustrated Response Parameter Description: <ecn> 0 OPEN 1 WEP 2 WPA_PSK 3 WPA2_PSK 4 WPA_WPA2_PSK <ssid>String parameters, access point name <rssi>Signal strength <mode>0 Manual connection 1 automatic connection                                 Similar Products for Recommendation ??? < /font> PL2303 USB To RS232 TTL Converter Adapter Module NEW NE555 Square Wave Duty Cycle and Frequency Adjustable Module LM317 Step Down DC 5V-35V to 1.25V-30V Kit DIY AC/DC Power Supply Module High Speed Digital MG995 Metal Gear 2BB Torque RC Servo for Savage XL FUTABA HPI DIY Kit Mobile Phone Signal Flash Light Radiation Power NEW NEW TDA7297 Version B 2*15W 2x15W Audio Amplifier Board Dual-Chann?el AC/DC 12V 1pcs NEW LM317 Adjustable Regulated Power Supply Suite DIY Kits 1 Set 3D LightSquar?ed DIY Kit 8x8x8 3mm LED Cube White LED Blue Ray        Wholesale to save you more money! 2PCS 1/8"Plastic Electric Air Gas Water Solenoid Valve Normally Closed 12V DC 5pcs 5V 1-Channel Relay Module with Optocouple?r H/L Level Triger for Arduino  5pcs NEW EM4305 125Khz Writable Rewrite RFID Tokens 10pcs HC-SR501 Infrared Pyroelectric Human Sensor Module 10pcs Ultrasonic Module HC-SR04 Distance Measuring Transducer Sensor For Arduino 5pcs TT Motor Intelligent Car Gear Motor Robot Gear Motor for Arduino 5pcs MAX7219 Dot Matrix Module Control Display Module Cascade DIY kit 2pcs NEW 5.5*2.1mm 9V Battery Holder Box Case Wire with Plug for Arduino HOT Category On sale   _Wholesale_ __Combination__ ___Sensors_ _ICs & Processors_   _Arduino_ Cables & Connectors_ LCD Modules_ Power Modules _Switches_ _ Electrical Connectors_ Valves__ __ Car Fuse__ Wireless Modules Wireless Bluetooth Relay Modules Breadboards _PCB Boards____ __LED____ ____DIYs___ ___ Resistors _ SHIPPING PAYMENT RETURNS FEEDBACK ABOUT US Address: Please make sure your Paypal address is updated and accurate. All of your order(s) will be delivered to it.   Ship to: We ship worldwide (except few countries). For USA buyer, we will send by ePacket delivery. For other customers, we will send your item by HongKong Airmail or Singapore Airmail without a tracking number.   Estimated Delivery Time (Depends on holidays and Flight) : A) United States Canada Australia United Kingdom New Zealand: 2-3 weeks B) Israel Thailand Malaysia Singapore Sri Lanka Indonesia India Maldives Greece Armenia Azerbaijan Republic Kazakhstan Saudi Arabia United Arab Emirates: 2-4 weeks C) Italy Spain Turkey South Africa Fiji Puerto Rico: 4-5 weeks. D) France Belarus Estonia Switzerland Germany Sweden Denmark Hungary Romania Croatia Bulgaria Latvia Cyprus Czech Mexico Austria Bosnia and Herzegovina Slovakia Lithuania Ukraine Egypt Poland Netherlands Malta Belgium Portugal Norway Finland Ireland : 2-4 weeks E) Russia Brazil Argentina Chile Mauritius All of the South American countries: 5-8 weeks F) Other countries: not more than 30 business days   Handling Time: 1-2 working days after payment is completed.   Tracking Number: 1. Order exceeds $50 will be shipped with a tracking number. 2. For order under $50, and you still need a tracking number, please contact us.   Parcel Lost: Less than 0.5 percent parcels may be lost in shipment. But don't worry, we'll take good care of it.   We Only Accept Paypal on Ebay. For specific requirements, please feel free to contact us. If you are facing with troubles below, please contact us as soon as you can Defective or Wrong: full refund or send you a new replacement Missing: new package arranged, or partial refund Dislike: full refund after we received your item (buyer undertakes return shipping fee) Consumers' satisfaction is our first priority and pursuit . We promise to solve your problem in a good way . We consider neutral and negative feedbacks as a SHAME. So please never give us a neutral or negative feedback before communicating with us . Our working time is 08:30-17:30 from Monday to Friday in Beijing Time. Because of the time difference, we may not reply your email immediately. All emails will be replied in 24 hours, please understand that. We devote to making the best service for you. We look forward to serving you. Any questions, please contact us via our ebay email. Your emails are warmly welcomed. DC-DC Buck Converter Step Down Module LM2596 Power Supply Output 1.23V-30V MB102 830 Tie Points Solderless PCB Breadboard MB-102 + 65PCS Jumper cable SG90 9G TowerPro micro small servo motor RC Robot Helicopter Airplane controls DHT22/AM2302 Digital Temperature and Humidity Sensor Replace SHT11 SHT15 HC-SR501 Infrared Pyroelectric Human Sensor Module 10W High Power LED 6000-6500K 950-1000LM SMD Aluminum Substrate 84x48 84*48 Nokia 5110 LCD Module with blue backlight adapter PCB SD Card Module Slot Socket Reader For Arduino ARM MCU inkfrog terapeak i000000 inkFrog Analytics On Dec-22-14 at 08:59:50 PST, seller added the following information:

Directions

Similar products from Other Electronic Monitoring Devices & Assemblies

People who viewed this item also vieved

By clicking "Accept All Cookies", you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts.

Accept All Cookies