From ef35e6487d39d1f6a58ea4b44fcec4301bf632bc Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 19 Jul 2020 19:43:54 +0200 Subject: [PATCH] Add readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0e89a27 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Luzifer / espsms + +This project is a replacement for an older version which was based on an USB-SIM800C module. The old setup was quite unreliable as the modem needed to be restarted on every reboot of the machine manually because this wasn't possible from software. Therefore this is a rewrite based on an ESP32 with an SIM800L module being able to reset the modem from software. + +The module receives SMS for an older SIM-card of mine and forwards them to a server doing some automation with it.