Ethernetwebserver For Wt32 - Eth01 (Esp32 + Lan8720) : Features

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 6

Skip to main content

 Arduino.cc
 Professional
 Education
 Store

EthernetWebServer for WT32_ETH01


(ESP32 + LAN8720)
DevelopmentLibraries

Custom dashboards, smartphone remote control, data sharing between boards, remote uploads.
Get them (for free) using your forum account!

EthernetWebServer for WT32_ETH01


(ESP32 + LAN8720)
DevelopmentLibraries

khoih-prog
Jul '21post #1
WebServer_WT32_ETH01 library 470 4
How To Install Using Arduino Library Manager 98

Features
This WebServer_WT32_ETH01 library 470 is a simple yet complete WebServer wrapper
library for ESP32-based WT32_ETH01 boards using LAN8720 Ethernet. The functions are
similar and compatible to those of ESP32 WebServer 12 and ESP8266WebServer 2 libraries to
make life much easier to port sketches from ESP8266/ESP32.
This WebServer_WT32_ETH01 library 470 also provides high-level HTTP(S), MQTT(S)
and WebSockets Client by using the functions from ESP32's HTTPClient Library 13

Currently supported Boards

1. WT32_ETH01 boards using ESP32-based boards and LAN8720 Ethernet

Changelog
Releases v1.1.0

1. Add SSL support


2. Add HTTPS and MQTTS examples

Releases v1.0.0

1. Initial coding to support WT32_ETH01 boards

Debug Terminal Output Samples

1. AdvancedWebServer on ESP32_DEV with ETH_PHY_LAN8720

The following are debug terminal output and screen shot when running example
AdvancedWebServer 66 on ESP32_DEV with ETH_PHY_LAN8720 (WT32_ETH01)
Starting AdvancedWebServer on ESP32_DEV with ETH_PHY_LAN8720
WebServer_WT32_ETH01 v1.1.0

ETH Started
ETH Connected
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.127, FULL_DUPLEX, 100Mbps
HTTP EthernetWebServer is @ IP : 192.168.2.127
..

2. MQTTS_ThingStream on ESP32_DEV with ETH_PHY_LAN8720

The terminal output of WT32_ETH01 running MQTTS_ThingStream example 51

Starting MQTTS_ThingStream on ESP32_DEV with ETH_PHY_LAN8720


WebServer_WT32_ETH01 v1.1.0
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.232, FULL_DUPLEX, 100Mbps
Waiting for NTP time sync: .
Current time: Tue Jul 6 18:38:22 2021
***************************************
esp32-sniffer/12345678/ble
***************************************
Attempting MQTT connection to mqtt.thingstream.io
...connected
Published connection message successfully!
Subcribed to: esp32-sniffer/12345678/ble
MQTT Message Send : esp32-sniffer/12345678/ble => Hello from MQTTS_ThingStream
on WT32-ETH01 with ETH_PHY_LAN8720
MQTT Message receive [esp32-sniffer/12345678/ble] Hello from MQTTS_ThingStream
on WT32-ETH01 with ETH_PHY_LAN8720
MQTT Message Send : esp32-sniffer/12345678/ble => Hello from MQTTS_ThingStream
on WT32-ETH01 with ETH_PHY_LAN8720
MQTT Message receive [esp32-sniffer/12345678/ble] Hello from MQTTS_ThingStream
on WT32-ETH01 with ETH_PHY_LAN8720
 created

Jul '21

last reply

Nov '21

 1

reply

 3.7k

views

 1

user

 1

like

 8

links

4 months later

closed on Nov 4, '21

This topic was automatically closed 120 days after the last reply. New replies are no longer
allowed.

Hello! Looks like you’re enjoying the discussion, but you haven’t signed up for
an account yet.

Tired of scrolling through the same posts? when you create an account you’ll always come back
to where you left off. With an account you can also be notified of new replies, save bookmarks,
and use likes to thank others. We can all work together to make this community great.
no thanks

Suggested Topics

Topic Replies Views Activity


Specify version of dependency in library.properies
Libraries
180 Jun 28
Arduino library in a subdirectory
Libraries
147 May 28
SerialMux version 1.1.0
Libraries
May
162
19
WiFiWebServer library for RP2040, RASPBERRY_PI_PICO_W, Portenta, SAMD,
nRF52, Teensy, etc. boards. Now using WiFiMulti_Generic Library
Libraries
161 11d
SDI-12 with Arduino Uno Rev2? - “Please define your board timer and pins”
Libraries
118 Jul 3

Want to read more? Browse other topics in Libraries or view latest topics.

 Help Center
 Contact Us
 Trademark & Copyright
 Brand Guidelines
 Distributors
 Careers

Follow us

     © 2020 Arduino

 Terms of Service
 Privacy Policy
 Security
 Cookie Settings

Resource:
https://forum.arduino.cc/t/ethernetwebserver-for-wt32-eth01-esp32-lan8720/882396

You might also like