esp-idf-ping

wifi-station with ping

MIT License

Stars
6

esp-idf-ping

ping example for esp-idf. This project pings own gateway or www.espressif.com. ICMP Echo document is here.

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 config-app-1

Target is www.espressif.com config-app-2

Target is any server config-app-3

Screen Shot