Uart WiFi Server/Client Module Starter Package Kits -Arduino Compatible


Please notice that this kit don't contain the WiFi Module Shield, if you need the kit with WiFi Module Shield, please click to see Stackable Uart WiFi Module Kit.

We have another WiFi module in our shop. That WiFi module communicates via SPI interface, which is not easy for some beginners. But it might be a little hard to use this module. The code is long and complicate. Interpreting the code is always hard and boring, especially for those who don't want to waste much time on this module.

This WiFi module has UART interface. And it is more powerful, with more functions.




Summary

TLG10UA03 is a new embedded Uart-Wifi modules.

Uart-Wif is an embedded module based on the Uart serial,according with the WiFi wireless WLAN standards, It accords with IEEE802.11 protocol stack and TCP / IP protocol stack,and it enables the data conversion between the user serial and the wireless network module. through the Uart-Wifi module, the traditional serial devices can easily access to the wireless network.

TLG10UA03 does a comprehensive hardware and software upgrades based on the products of the first two generations, now it’s more functional and more convenient to use,its main features include:

1、Support transparent transmission of serial completely,and achieve a plug and play serial

2、Support new AT+instruction set, Which is all based on ASCII format, it’s simple to use and pellucid.

3、 Support more perfect TCP/IP protocol tack, support DHCP protocol for dynamicassignation of IP address and DNS domain name parsing.

4、Embed WEB server, and achieve the long-range parameters configuration through wireless network with IE browser.

5、Support more prefect transmission performance,the maximum sending rate can reach to 11KB/s.

Characteristic

1)Interface

2*4 pins of Interface: HDR254M-2X4

The range of baud rate: 1200~ 115200bps

RTS/CTS Hardware flow control

Single 3.3V power supply

2)Wireless

Support IEEE802.11b/g wireless standards

Support the range of frequency: 2.412~2.484 GHz

Support two types of wireless networks: Ad hoc and Infrastructure

Support multiple security authentication mechanisms: WEP64/WEP128/TKIP/CCMP(AES)WEP/WPA-PSK/WPA2-PSK

Support quick networking

Support wireless roam

3)Others

Support multiple network protocols : TCP/UDP/ICMP/DHCP/DNS/HTTP

Support two types of work modes: auto and command

Support transparent transmission mode

Support AT+ instruction set

Support a variety of parameters configuration methods: serial/WEB server/wireless connection

4)Application

Intelligent bus network, such as wireless credit card machine

Small financial payment network, such as wireless POS machine

Industrial equipment networking, such as wireless sensor things

Test

Here we supply a detailed test example. You can download the test file in the Download list. With Arduino WiFi Module Shield, this wifi module can easily compatable with Arduino.


First you should configure the wifi module. On your PC you should visit the admin panel of your wifi network. Usually this address is http://192.168.1.1



Connect wifi module with PC via USB-TTL module. Start wifi software to find the device. Input all the information needed to configure the wifi module.



 


Set the wifi IP address 192.168.1.119 in server mode. Port is 8089.

After the configuration on wifi module, upload the following code to Arduino:

void setup()
{
Serial.begin(115200);
}
void loop()
{
boolean currentLineIsBlank = true;
while(1){
if (Serial.available()) {
char c = Serial.read();
// if you've gotten to the end of the line (received a newline
// character) and the line is blank, the http request has ended,
// so you can send a reply
if (c == 'n' && currentLineIsBlank) {
// send the webpage
Serial.println("HTTP/1.1 200 OKrnContent-Type: text/htmlrnrn<center><h1>Hello World!! I am WiFi WebServer!!!</h1></center>");
break;

}
if (c == 'n') {
// you're starting a new line
currentLineIsBlank = true;
}
else if (c != 'r') {
// you've gotten a character on the current line
currentLineIsBlank = false;
}
}
}
}


Connect WiFi module with Arduino


In your browser, visit http://192.168.1.119:8089



If you want to know more information about this kit, please download and see the configuration step by step in the test file. You can download below.


Document Download

1、Manual

2、WiFi software

3、Test File

4、
USB-TTL Driver



Shipping & Handling Policy

· Generally, we always will ship our customers' parcel in two business days (because our shipping agent have weekend from Saturday to Sunday ) after we receive payment.

· And we will test all of the items before we ship them out to make sure that all of our items can work normally without any problem and then get the items in good condition package.

International Buyers Note :

· Import duties, taxes and charges are not included in the item price or shipping charges. These charges are the buyer's responsibility.

· We always mark our customers' parcels as a gift, so our customer always don't need to pay the tax, but if your country have very strick policy on tax and meanwhile you don't want to pay the tax, please tell us what's the value should we indicate on the parcel and we will mark the value as you required.

· We ship to worldwide, so if your country or place is very far away, please allow your parcel more time to arrive.

Diffierent Shipping Service :

  1、Economy Int'l Shipping (this way is default shipping way for free shipping):this Economy Int'l Shipping has the tracking number, and you can only track the basic shipping information on our ebay official shipping agent tracking website, but anyhow it is a reliable shipping way because it use the same shipping carrier as Standard Int'l Shipping. All of the free shipping products use this shipping way.

  2、
Standard Int'l Shippingthis shipping way has the tracking number and the tracking number help you to hold all of the status of your parcel situation, which means you will know the exact status of your parcel anytime and anywhere. So if you want to track your parcel parcel anytime and anywhere, please choose this shipping way.

  3、Express Delivery Shipping Way:This shipping way contain DHL、UPS、Fedex express shipping service , if you need our products urgently , please use this shipping way and you can contact us and ask us the to fix the shipping price and then we will use express delivery way for you specially as soon as possible.

· We will make shipment within 48 hours once the payment is clear (Saturday and Sunday are not included) All items will be dispatched from our depot and shipped by the shipping service according to your requirement.

· We will make shipment according to the address you put on eBay, if you want us to ship items to a different address from your ebay please tell us before or after you pay.

· We supply combined shipping and you will get more discount on shipping cost if you use the combined shipping when you buy kinds of items.

Payment Policy


· We can only accept Paypal by now and thanks for your understanding.

Returns and Refund Policy


· We always take customer service seriously and want you to be 100% happy with your shopping experience here. If you have any queries or question please contact our team by email first before leaving any negative feedbacks we will email back to you within 48 hours and we promise here that we will give all of our customers best products、best service and best solution of problems !

· If you are unsatisfied with our item or service, then please follow the good eBay practice to contact us before leaving any feedback and return it within 7 days for a replacement or money back.

· Please contact us before you return it.

· We are committed to resolve all issues in a friendly and satisfactory manner and give all of our customers best products、best service and best solution of problems and want you to be 100% happy with your shopping experience here.