https://github.com/cdzombak/esp01-ping-target
ESP01 program that joins a WiFi network and responds to pings
https://github.com/cdzombak/esp01-ping-target
arduino esp01 esp8266 platformio platformio-arduino
Last synced: about 2 months ago
JSON representation
ESP01 program that joins a WiFi network and responds to pings
- Host: GitHub
- URL: https://github.com/cdzombak/esp01-ping-target
- Owner: cdzombak
- License: mit
- Created: 2024-09-24T15:02:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-18T16:13:56.000Z (over 1 year ago)
- Last Synced: 2025-12-06T11:09:43.765Z (6 months ago)
- Topics: arduino, esp01, esp8266, platformio, platformio-arduino
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esp01-ping-target
This code, run on an ESP-01/ESP-01S/ESP8266, joins a WiFi network and responds to ICMP pings. That's it.
I use it to monitor whether a certain power strip at home is powered on or off.
## Build notes
[`platformio.ini`](./platformio.ini) is configured to build & run on a ESP-01 board with 512Kb of flash. Note that the `board` setting is `esp12e`, per [this post](https://lonelybinary.com/en-us/blogs/learn/unable-upload-to-esp-01-in-platform-io). I have confirmed this works correctly on my particular ESP-01.
## License
MIT; see [`LICENSE`](./LICENSE) in this repo.
## Author
Chris Dzombak
- [dzombak.com](https://www.dzombak.com)
- [github.com/cdzombak](https://www.github.com/cdzombak)