aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2017-03-02 16:46:16 +0000
committerVasil Zlatanov <v@skozl.com>2017-03-02 16:46:16 +0000
commit28d45ff46c7f27c2f5edf9e971fe28151189849e (patch)
tree71a14d3397f55d9083c8d9ea59ff53289e4a10df
parente3d42de038c5e558fd88588aa8809d2171c4d9e9 (diff)
downloade2-lifelarm-master.tar.gz
e2-lifelarm-master.tar.bz2
e2-lifelarm-master.zip
add planned structure in readmeHEADmaster
-rw-r--r--README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9241a5e
--- /dev/null
+++ b/README.md
@@ -0,0 +1,26 @@
+Code structure:
+
+setup {
+ set sotfware serial with GSM
+ set hardware serial with GPS
+ set button interrupt
+}
+
+loop {
+ listen for sms commands
+ setting emergency number
+}
+
+on_activation {
+ enable recording pin
+ loop (arbitrary time) {
+ get gps coordinates
+ send with sms
+ }
+}
+
+# Todo
+Test button interrupt sending message
+Test GPS fix
+Test GPS fix on button interrupt
+Combine both