From 1ba94707603e15e7e35a173b7a146b333621d577 Mon Sep 17 00:00:00 2001 From: nilwes <58735688+nilwes@users.noreply.github.com> Date: Tue, 8 Mar 2022 17:25:44 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c62029e..df468d3 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # A Toit-powered motorcycle alarm -The idea is to build a motorcycle alarm that tracks movement and sends alerts. While driving, information about wheelie angle and lateral/longitudinal acceleration should be displayed on a 128x64 OLED driven by SSD1309. The sensor used is the versatile BNO055 from Bosch. A toggle switch arms the alarm and if the bike moves while the alarm is armed, a text message is sent. +The idea is to build a motorcycle alarm that tracks movement and sends alerts. While driving, information about wheelie angle and lateral/longitudinal acceleration should be displayed on a 128x64 OLED driven by SSD1309. The sensor used is the versatile BNO055 from Bosch. A toggle switch arms the alarm and if the bike moves while the alarm is armed, a text message is sent and position reporting to a Google Sheet commences. Future features to be implemented: -- Adding GPS and posting position data to a backend. - Deep sleep if the alarm is armed. Wake-on-movement. +- Graphical tracking of position # Requirements