Skip to content

Commit

Permalink
Update W55RP20-S2E.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jadenwiznet committed Oct 22, 2024
1 parent 624f8c8 commit 051a97b
Showing 1 changed file with 67 additions and 8 deletions.
75 changes: 67 additions & 8 deletions docs/Product/ioNIC/W55RP20/W55RP20-S2E/W55RP20-S2E.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,74 @@
---
id: w55rp20-s2e
title: W55RP20-S2E [EN]
date: 2024-10-22
---

# W55RP20-S2E README
## Overview

> The W55RP20 is a System-in-Package (SiP) developed by WIZnet, integrating Raspberry Pi's RP2040 microcontroller, WIZnet's W5500 Ethernet controller, and 2MB of Flash memory into a single chip.
This repository contains firmware that implements Serial to Ethernet using the W55RP20.
The **W55RP20-S2E** is a pre-programmed product with an Serial to Ethernet FW and a valid MAC address into the [W55RP20](./../overview.md).

These sections will provide how to configure development environment to develop and modify W55RP20-S2E.

- [W55RP20-S2E README](#w55rp20-s2e-readme)
- [Development environment configuration](#development-environment-configuration)
- [Hardware requirements](#hardware-requirements)
- [W232N](#w232n)
### WIZnet S2E Solution

- WIZnet 'Serial to Ethernet' product is a protocol converter that
transmits data sent by serial equipment as TCP/IP data and converts
the TCP/IP data received through the network back into serial data
to the serial equipment.



- With this product, it is possible to **easily add an Ethernet networking function to a device supporting UART interface**, the
devices can be controlled via an Ethernet network - Internet.


- We also provide **[Customization Services](#customization-services)** such as change / add functions by customer request.

-----

## Features

**The following key features are included with the W55RP20-S2E product.**

- Easy to add Ethernet networking function through UART interface
of any device / MCU
- Support **RS-232C** and **RS-422/485** if an external circuit is configured.
- Configurable via Ethernet(Web config, WIZnet Configuration tool) and AT command.
- Support multiple protocols
- SSL TCP client
- MQTT client
- MQTTS client
- Support protocol conversion between modbus RTU/ASCII and modbus tcp
- Support serial data packing
- Support TCP connection password
- Unique **MAC Address** (WIZnet OUI)

## Hardware Design Guide & References

## Manuals
- [How to use Config-tool](./../../../S2E-Module/Industrial/Config-tool-Guide-en.md)
- [How to use Web config](./../../../S2E-Module/Industrial/Web_Config_Guide_EN.md)
- [How to use AT CMD](./../../../S2E-Module/Industrial/command-manual-en.md)
- [How to connect MQTT](./../../../S2E-Module/Industrial/mqtt-connection-guide-en.md)
- [How to connet SSL](./../../../S2E-Module/Industrial/ssl-connection-guide-en.md)
- [How to connet Modbus](./../../../S2E-Module/Industrial/modbus-connection-guide-en.md)
- [How to update FW](./../../../S2E-Module/Industrial/firmware-update-guide-en.md)
- [How to do factory reset ](./../../../S2E-Module/Industrial/factory-rst-guide-en.md)

## Customization Services


WIZnet offers **Customization services** for your specific needs.

We can provide customization services based on W55RP20-S2E chip
products: Depending on the customer application, it is possible to
change the initial settings of the product, change the MAC address, add
various protocols, and add functions. The developed firmware is
programmed into the W55RP20 MCU and delivered to the requesting
customer.

We also provide technical support including various hardware guide and
references for customer's **quick product design-win**.

<!--
<a name="development_environment_configuration"></a>
Expand Down

0 comments on commit 051a97b

Please sign in to comment.