Difference between revisions of "Embedded Serial Web Server Module"
Katherine.d (talk | contribs) (Created page with "== Description == LinkSprite embedded serial web server module is designed to provide a TCP/IP access to the serial data. The output pin uses a 20-pin 2mm spacing layout, whic...") |
Katherine.d (talk | contribs) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
The evaluation board for the serial web server module is LinkSprite UART-UART evaluation board (Part number: LS-UART-UART). | The evaluation board for the serial web server module is LinkSprite UART-UART evaluation board (Part number: LS-UART-UART). | ||
− | [[File:serial_web_server.jpg]] | + | [[File:serial_web_server.jpg | 400px]] |
== Features == | == Features == | ||
Line 33: | Line 33: | ||
Standby current < 30mA | Standby current < 30mA | ||
|} | |} | ||
+ | |||
+ | == Usage == | ||
+ | === Hardware Installation === | ||
+ | [[File:serial web module_01.jpg | 400px]] | ||
+ | |||
+ | [[File:serial web module_02.jpg | 400px]] | ||
+ | |||
+ | === Software === | ||
+ | Register to download [https://s3.amazonaws.com/linksprite/breakout/web_server_module/arduino_code.zip Sample Arduino Code for LinkSprite Serial Web Server]. | ||
+ | |||
+ | Brief introduction of the code: | ||
+ | |||
+ | *1. If the serial port of arduino receives 'a', it will reply with 'ok'. | ||
+ | |||
+ | *2. If the serial port of arduino receives 'b', it will reply with 0-254 digits with interval of 500ms. | ||
+ | |||
+ | *3. If the serial port receives other values, it will not repond. | ||
+ | |||
+ | [[File:serial web module_03.jpg | 400px]] | ||
+ | |||
+ | [[File:serial web module_04.jpg | 400px]] | ||
+ | |||
+ | == Resource == | ||
+ | *[https://s3.amazonaws.com/linksprite/breakout/web_server_module/arduino_code.zip Sample Arduino Code for LinkSprite Serial Web Server] | ||
+ | *[https://s3.amazonaws.com/linksprite/breakout/web_server_module/datasheet.pdf Datasheet] |
Latest revision as of 09:42, 21 February 2013
Contents
Description
LinkSprite embedded serial web server module is designed to provide a TCP/IP access to the serial data. The output pin uses a 20-pin 2mm spacing layout, which is pin-compatible with Xbee module from Digi. The LinkSprite embedded serial web server module can also be plugged directly on LinkSprite PLC-UART power line communication module to act as a powerline to web server bridge. Because it's a serial server, a configurable static IP address is used to prevent IP address being changed. The module is configurable through the convenient AT commands.
The evaluation board for the serial web server module is LinkSprite UART-UART evaluation board (Part number: LS-UART-UART).
Features
- Fully transparent mode, plug and play coming out of the box without the need to do any programming.
- Static IP address
- 10BaseT/100BaseTX Ethernet PHY
- TCP/IP Protocols
- Support Auto Negotiation (Full-duplex and half duplex)
- AT commands used for advanced configuration.
- 3.3V TTL UART
- Low power
- RoHS
Specification
Product Name | Embedded serial web server module |
---|---|
Interface | 3.3V TTL UART, Xbee compatible 20-pin |
Supply Voltage | 3.3 V
Peak Current During Transmission < 200mA Standby current < 30mA |
Usage
Hardware Installation
Software
Register to download Sample Arduino Code for LinkSprite Serial Web Server.
Brief introduction of the code:
- 1. If the serial port of arduino receives 'a', it will reply with 'ok'.
- 2. If the serial port of arduino receives 'b', it will reply with 0-254 digits with interval of 500ms.
- 3. If the serial port receives other values, it will not repond.