Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 2a8ef74

Browse files
authored
v1.0.0 to support Portenta_H7 Ethernet
### Initial Releases v1.0.0 1. Initial coding to support **Portenta_H7 boards** such as Portenta_H7 Rev2 ABX00042, etc., using [**ArduinoCore-mbed mbed_portenta** core](https://github.com/arduino/ArduinoCore-mbed) and `Vision-shield Ethernet`
1 parent 7d88c0d commit 2a8ef74

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
* [ 8. **MQTT_ThingStream**](examples/Ethernet/MQTT_ThingStream)
8787
* [ 9. WebClient](examples/Ethernet/WebClient)
8888
* [10. WebClientRepeating](examples/Ethernet/WebClientRepeating)
89-
* [Example Async_AdvancedWebServer](#Wxample-Async_AdvancedWebServer)
89+
* [Example Async_AdvancedWebServer](#Example-Async_AdvancedWebServer)
9090
* [Debug Terminal Output Samples](#debug-terminal-output-samples)
9191
* [1. MQTT_ThingStream on PORTENTA_H7_M7 using Ethernet](#1-MQTT_ThingStream-on-PORTENTA_H7_M7-using-Ethernet)
9292
* [2. WebClientRepeating on PORTENTA_H7_M7 using Ethernet](#2-WebClientRepeating-on-PORTENTA_H7_M7-using-Ethernet)
@@ -1440,7 +1440,7 @@ build_flags =
14401440
---
14411441
---
14421442

1443-
### Example [Async_AdvancedWebServer](examples/Async_AdvancedWebServer)
1443+
### Example [Async_AdvancedWebServer](examples/Ethernet/Async_AdvancedWebServer)
14441444

14451445
```cpp
14461446
#if !( defined(ARDUINO_PORTENTA_H7_M7) || defined(ARDUINO_PORTENTA_H7_M4) )
@@ -1718,12 +1718,6 @@ MQTT Message Send : STM32_Pub => Hello from MQTT_ThingStream on PORTENTA_H7_M7 w
17181718
MQTT Message receive [STM32_Pub] Hello from MQTT_ThingStream on PORTENTA_H7_M7 with Ethernet using Portenta_Ethernet Library
17191719
```
17201720
1721-
You can access the Async Advanced WebServers @ the server IP and corresponding ports (8080, 8081 and 8082)
1722-
1723-
<p align="center">
1724-
<img src="https://github.com/khoih-prog/Portenta_H7_AsyncWebServer/blob/main/pics/Async_AdvancedWebServer.png">
1725-
</p>
1726-
17271721
---
17281722
17291723
#### 2. WebClientRepeating on PORTENTA_H7_M7 using Ethernet
@@ -1794,7 +1788,7 @@ Accept-Ranges: bytes
17941788
---
17951789
17961790
1797-
#### 3. MQTTClient_Auth on PORTENTA_H7_M7 with Ethernet
1791+
#### 3. MQTTClient_Auth on PORTENTA_H7_M7 using Ethernet
17981792
17991793
Following is debug terminal output when running example [MQTTClient_Auth](examples/Ethernet/MQTTClient_Auth) on on PORTENTA_H7_M7 using Ethernet and Portenta_Ethernet Library
18001794
@@ -1815,7 +1809,7 @@ Message arrived [MQTT_Pub] Hello from MQTTClient_Auth on PORTENTA_H7_M7 with Eth
18151809
18161810
---
18171811
1818-
#### 4. MQTTClient_Basic on PORTENTA_H7_M7 with Ethernet
1812+
#### 4. MQTTClient_Basic on PORTENTA_H7_M7 using Ethernet
18191813
18201814
Following is debug terminal output when running example [MQTTClient_Basic](examples/Ethernet/MQTTClient_Basic) on on PORTENTA_H7_M7 using Ethernet and Portenta_Ethernet Library
18211815

0 commit comments

Comments
 (0)