An open API service indexing awesome lists of open source software.

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

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)