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

Commit

Permalink
v1.0.0 for ESP32_S3 + LwIP ENC28J60
Browse files Browse the repository at this point in the history
#### Releases v1.0.0

1. Initial coding to port `synchronous` [ESP_WiFiManager](https://github.com/khoih-prog/ESP_WiFiManager) to `ESP32_S2/S3/C3` boards using `LwIP ENC28J60 Ethernet`.
2. Use `allman astyle`
  • Loading branch information
khoih-prog authored Dec 16, 2022
1 parent f817a44 commit 87f6dda
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions examples/ESP32_FSWebServer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ Connect to Config Portal @ the localIP address, e.g. `192.168.2.232`
You'll see this `Main` page:

<p align="center">
<img src="https://github.com/khoih-prog/ESP32_ENC_Manager/raw/main/Images/Main.png">
<img src="https://github.com/khoih-prog/ESP32_SC_ENC_Manager/raw/main/Images/Main.png">
</p>

Select `Information` to enter the Info page where the board info will be shown (long page)

<p align="center">
<img src="https://github.com/khoih-prog/ESP32_ENC_Manager/raw/main/Images/Info.png">
<img src="https://github.com/khoih-prog/ESP32_SC_ENC_Manager/raw/main/Images/Info.png">
</p>


Select `Configuration` to enter this page where you can select an AP and specify its WiFi Credentials

<p align="center">
<img src="https://github.com/khoih-prog/ESP32_ENC_Manager/raw/main/Images/Configuration_Standard.png">
<img src="https://github.com/khoih-prog/ESP32_SC_ENC_Manager/raw/main/Images/Configuration_Standard.png">
</p>

Enter your credentials, then click `Save`.
Expand All @@ -34,10 +34,10 @@ This shows you how to use this example in Ubuntu (but you can use similar comman

### Download Data files

1. For example, you already downloaded data files from [ESP32_FSWebServer data](https://github.com/khoih-prog/ESP32_ENC_Manager/tree/main/examples/ESP32_FSWebServer/data) to a local folder, for example:
1. For example, you already downloaded data files from [ESP32_FSWebServer data](https://github.com/khoih-prog/ESP32_SC_ENC_Manager/tree/main/examples/ESP32_FSWebServer/data) to a local folder, for example:

```
~/Arduino/libraries/ESP32_ENC_Manager-main/examples/ESP32_FSWebServer/data
~/Arduino/libraries/ESP32_SC_ENC_Manager-main/examples/ESP32_FSWebServer/data
```

### HOWTO Upload files to ESP32 (SPIFFS or FFat)
Expand All @@ -48,7 +48,7 @@ Use one of these methods (preferable first)
2. or Upload the contents of the data folder with MkSPIFFS Tool ("ESP8266 Sketch Data Upload" in Tools menu in Arduino IDE)
3. or upload the contents of a folder by running the following commands:
```
Ubuntu$ cd ~/Arduino/libraries/ESP32_ENC_Manager-main/examples/ESP32_FSWebServer/data
Ubuntu$ cd ~/Arduino/libraries/ESP32_SC_ENC_Manager-main/examples/ESP32_FSWebServer/data
Ubuntu$ for file in \`\ls -A1\`; do curl -F "file=@$PWD/$file" http://esp32fs.local/edit; done
```

Expand All @@ -57,13 +57,13 @@ Ubuntu$ for file in \`\ls -A1\`; do curl -F "file=@$PWD/$file" http://esp32fs.lo
### Demonstrating pictures

<p align="center">
<img src="https://github.com/khoih-prog/ESP32_ENC_Manager/raw/main/examples/ESP32_FSWebServer/pics/esp32fs.local.png">
<img src="https://github.com/khoih-prog/ESP32_SC_ENC_Manager/raw/main/examples/ESP32_FSWebServer/pics/esp32fs.local.png">
</p>

4. Edit / Delete / Download any file in the the folder by going to http://async-esp32fs.local/edit

<p align="center">
<img src="https://github.com/khoih-prog/ESP32_ENC_Manager/raw/main/examples/ESP32_FSWebServer/pics/esp32fs.local_edit.png">
<img src="https://github.com/khoih-prog/ESP32_SC_ENC_Manager/raw/main/examples/ESP32_FSWebServer/pics/esp32fs.local_edit.png">
</p>


16 changes: 8 additions & 8 deletions examples/ESP32_FSWebServer_DRD/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ Connect to Config Portal @ the localIP address, e.g. `192.168.2.232`
You'll see this `Main` page:

<p align="center">
<img src="https://github.com/khoih-prog/ESP32_ENC_Manager/raw/main/Images/Main.png">
<img src="https://github.com/khoih-prog/ESP32_SC_ENC_Manager/raw/main/Images/Main.png">
</p>

Select `Information` to enter the Info page where the board info will be shown (long page)

<p align="center">
<img src="https://github.com/khoih-prog/ESP32_ENC_Manager/raw/main/Images/Info.png">
<img src="https://github.com/khoih-prog/ESP32_SC_ENC_Manager/raw/main/Images/Info.png">
</p>


Select `Configuration` to enter this page where you can select an AP and specify its WiFi Credentials

<p align="center">
<img src="https://github.com/khoih-prog/ESP32_ENC_Manager/raw/main/Images/Configuration_Standard.png">
<img src="https://github.com/khoih-prog/ESP32_SC_ENC_Manager/raw/main/Images/Configuration_Standard.png">
</p>

Enter your credentials, then click `Save`.
Expand All @@ -35,10 +35,10 @@ This shows you how to use this example in Ubuntu (but you can use similar comman

### Download Data files

1. For example, you already downloaded data files from [ESP32_FSWebServer_DRD data](https://github.com/khoih-prog/ESP32_ENC_Manager/tree/main/examples/ESP32_FSWebServer_DRD/data) to a local folder, for example:
1. For example, you already downloaded data files from [ESP32_FSWebServer_DRD data](https://github.com/khoih-prog/ESP32_SC_ENC_Manager/tree/main/examples/ESP32_FSWebServer_DRD/data) to a local folder, for example:

```
~/Arduino/libraries/ESP32_ENC_Manager-main/examples/ESP32_FSWebServer_DRD/data
~/Arduino/libraries/ESP32_SC_ENC_Manager-main/examples/ESP32_FSWebServer_DRD/data
```

### HOWTO Upload files to ESP32 (SPIFFS or FFat)
Expand All @@ -49,7 +49,7 @@ Use one of these methods (preferable first)
2. or Upload the contents of the data folder with MkSPIFFS Tool ("ESP8266 Sketch Data Upload" in Tools menu in Arduino IDE)
3. or upload the contents of a folder by running the following commands:
```
Ubuntu$ cd ~/Arduino/libraries/ESP32_ENC_Manager-main/examples/ESP32_FSWebServer_DRD/data
Ubuntu$ cd ~/Arduino/libraries/ESP32_SC_ENC_Manager-main/examples/ESP32_FSWebServer_DRD/data
Ubuntu$ for file in \`\ls -A1\`; do curl -F "file=@$PWD/$file" http://esp32fs.local/edit; done
```

Expand All @@ -58,13 +58,13 @@ Ubuntu$ for file in \`\ls -A1\`; do curl -F "file=@$PWD/$file" http://esp32fs.lo
### Demonstrating pictures

<p align="center">
<img src="https://github.com/khoih-prog/ESP32_ENC_Manager/raw/main/examples/ESP32_FSWebServer_DRD/pics/esp32fs.local.png">
<img src="https://github.com/khoih-prog/ESP32_SC_ENC_Manager/raw/main/examples/ESP32_FSWebServer_DRD/pics/esp32fs.local.png">
</p>

4. Edit / Delete / Download any file in the the folder by going to http://async-esp32fs.local/edit

<p align="center">
<img src="https://github.com/khoih-prog/ESP32_ENC_Manager/raw/main/examples/ESP32_FSWebServer_DRD/pics/esp32fs.local_edit.png">
<img src="https://github.com/khoih-prog/ESP32_SC_ENC_Manager/raw/main/examples/ESP32_FSWebServer_DRD/pics/esp32fs.local_edit.png">
</p>


0 comments on commit 87f6dda

Please sign in to comment.