WEB MANAGER DEVELOPMENT FOR WIZNET SERIAL TO ETHERNET MODULES

WIZnet Serial to Ethernet (S2E) Module provides Serial AT command and configuration tool to monitor and control the current mode of the device such as device setting, current running mode and connection status.
ORIGINAL POST
By Eric Jung
components
Hardware Components
STM32F103RCT6
X 1
WIZnet W5500
X 1
details

LED_Control WiFi wiznet_chip photo_coupler relay remote_control

WebManger

WIZnet Serial to Ethernet (S2E) Module provides Serial AT command and configuration tool to monitor and control current mode of the device such as device setting, current running mode and connection status.

To improve the existing module’s control feature, I have proposed ‘Webmanger‘.

With the Webmanager, a user can easily perform monitoring and controling task of an individual (S2E) module where the controlling and monitoring result can be deployed to setup initial values and debug errors.

This is a brief summary of webmanger in prototyping stage and still on a development process. This project is based on HTTP Server library in WIZnet.

Step 1: S2E Concept

 

serialEthernet                                         wiz107srConfig

 

S2E?

Serial to Ethernet (S2E) module is the protocol converter that transmits the data sent by serial equipment as TCP/IP data type, and converts back the TCP/IP data received through the network into serial data to transmit back to a serial equipment.

Currently, WIZnet provides the following two method for setting up the S2E products.

  • Serial AT commands
  • Configuration tool program (figure above)

Step 2: Parts

SerialEth                                      serailEtheIC

 

I was made a development environments for the demonstration. This evaluation board is much similar hardware as the WIZnet WIZ550web products, it will be to change for purpose.

Typical specifications for the product are as follows.

  • MCU
    • STMicroelectronics, STM32F103RCT6
    • Cortex-M3 up to 72Mhz, 256kB code flash memory, 48kB SRAM
  • Ethernet Controller
    • WIZnet W5500
    • Hardwired TCP/IP chip, High Performance SPI Interface

Step 3: Used Libraries

 

WIZnet HTTP Server Library. Please refer to the next link.

https://github.com/Wiznet/HTTPServer_LPC11E36_LPCX…

 

Step 4: Implemented Web Manager Prototypes

 

DeviceInfo                                  Deviceinfo1                                       DeviceInfo-1                                             DeviceInfo-2

 

Considered elements to make a Web Manager are as follows.

  • AJAX / Responsive Web
    • Corresponding to the mobile environment
  • S2E Device Status Control / Monitor
  • Real-time Data Transaction Monitoring Chart
  • Configurable I/O Settings
  • Useful Links (FAQ / Wiki / Forum … and Etc.)

Step 5: Plans

UserDevice

 

  • Real-time Data Transaction Monitoring Chart Page
    • Monitoring result can be deployed to setup initial
      values and debug errors
  • Configurable I/O Settings Page

 

 

Source:   http://www.instructables.com/id/Web-Manager-development-for-WIZnet-Serial-to-Ether/

LED_Control WiFi wiznet_chip photo_coupler relay remote_control

WebManger

WIZnet Serial to Ethernet (S2E) Module provides Serial AT command and configuration tool to monitor and control current mode of the device such as device setting, current running mode and connection status.

To improve the existing module’s control feature, I have proposed ‘Webmanger‘.

With the Webmanager, a user can easily perform monitoring and controling task of an individual (S2E) module where the controlling and monitoring result can be deployed to setup initial values and debug errors.

This is a brief summary of webmanger in prototyping stage and still on a development process. This project is based on HTTP Server library in WIZnet.

Step 1: S2E Concept

 

serialEthernet                                         wiz107srConfig

 

S2E?

Serial to Ethernet (S2E) module is the protocol converter that transmits the data sent by serial equipment as TCP/IP data type, and converts back the TCP/IP data received through the network into serial data to transmit back to a serial equipment.

Currently, WIZnet provides the following two method for setting up the S2E products.

  • Serial AT commands
  • Configuration tool program (figure above)

Step 2: Parts

SerialEth                                      serailEtheIC

 

I was made a development environments for the demonstration. This evaluation board is much similar hardware as the WIZnet WIZ550web products, it will be to change for purpose.

Typical specifications for the product are as follows.

  • MCU
    • STMicroelectronics, STM32F103RCT6
    • Cortex-M3 up to 72Mhz, 256kB code flash memory, 48kB SRAM
  • Ethernet Controller
    • WIZnet W5500
    • Hardwired TCP/IP chip, High Performance SPI Interface

Step 3: Used Libraries

 

WIZnet HTTP Server Library. Please refer to the next link.

https://github.com/Wiznet/HTTPServer_LPC11E36_LPCX…

 

Step 4: Implemented Web Manager Prototypes

 

DeviceInfo                                  Deviceinfo1                                       DeviceInfo-1                                             DeviceInfo-2

 

Considered elements to make a Web Manager are as follows.

  • AJAX / Responsive Web
    • Corresponding to the mobile environment
  • S2E Device Status Control / Monitor
  • Real-time Data Transaction Monitoring Chart
  • Configurable I/O Settings
  • Useful Links (FAQ / Wiki / Forum … and Etc.)

Step 5: Plans

UserDevice

 

  • Real-time Data Transaction Monitoring Chart Page
    • Monitoring result can be deployed to setup initial
      values and debug errors
  • Configurable I/O Settings Page

 

 

Source:   http://www.instructables.com/id/Web-Manager-development-for-WIZnet-Serial-to-Ether/

COMMENTS

Please Login to comment
  Subscribe  
Notify of