mirror of
https://github.com/kou029w/k2ping.git
synced 2025-01-18 16:07:59 +00:00
Ping monitoring device
|
||
---|---|---|
lib | ||
src | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
platformio.ini | ||
README.md |
k2ping
安価に製作できるpingでの死活監視装置です。
Getting Started
Prerequisites
以下の材料を用意し、組み立てる必要があります。
- WeMos D1 (ESP8266)
- LCD Keypad Shield For Arduino
- USB to Micro-B Cable
- PlatformIO Core がインストールされた PC or Mac
git clone git@github.com:kou029w/k2ping
cd k2ping
あらかじめ自分のWi-Fi環境に合わせて src/k2ping.ino
の network-name
と pass-to-network
を変更する必要があります。
WiFi.begin("network-name", "pass-to-network");
Installing
pio lib install 1526 # Install the LiquidCrystal library.
pio run --target upload
Authors
- Kohei Watanabe kou029w
See also the list of contributors who participated in this project.
License
This project is licensed under the LGPL License - see the LICENSE file for details.
Acknowledgments
- dancol90/ESP8266Ping を参考にさせて頂きました。作者に感謝します。