https://github.com/nopnop2002/esp-idf-ping
ping example for esp-idf
https://github.com/nopnop2002/esp-idf-ping
esp-idf esp32 ping
Last synced: over 1 year ago
JSON representation
ping example for esp-idf
- Host: GitHub
- URL: https://github.com/nopnop2002/esp-idf-ping
- Owner: nopnop2002
- License: mit
- Created: 2020-01-20T19:04:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-04T22:45:04.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T19:53:13.457Z (over 1 year ago)
- Topics: esp-idf, esp32, ping
- Language: C
- Homepage:
- Size: 37.1 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esp-idf-ping
ping example for esp-idf.
This project pings own gateway or www.espressif.com.
ICMP Echo document is [here](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/protocols/icmp_echo.html).
# Software requirement
esp-idf v4.4/v5.0.
# Installation
```
git clone https://github.com/nopnop2002/esp-idf-ping
cd esp-idf-ping
idf.py set-target {esp32/esp32s2/esp32s3/esp32c3/esp32c2}
idf.py menuconfig
idf.py flash monitor
```
# Configuration

Target is own gateway

Target is www.espressif.com

Target is any server

# Screen Shot
