From f1a6380770c20e7ae57beff848810e168e5a3b98 Mon Sep 17 00:00:00 2001 From: thyik <66717752+thyik@users.noreply.github.com> Date: Sun, 22 Nov 2020 16:18:48 +0800 Subject: [PATCH] update docs --- docs/LoRA.md | 10 +++++++--- docs/MCU.md | 14 +++++++++++--- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/docs/LoRA.md b/docs/LoRA.md index 7d252fb..d308ae1 100644 --- a/docs/LoRA.md +++ b/docs/LoRA.md @@ -3,8 +3,12 @@ ## Characteristic * Low Power (Battery Power) * Low Bandwidth, Low Speed, Long Range (km) -* Network +* Wide Area Network (km range) +* Bidirectional +* Open Alliance +* Security Layer with AES encryption ## Application -* Low Frequency data acquicition -* +* Low Frequency data acquisition +* Leak Detecton + diff --git a/docs/MCU.md b/docs/MCU.md index 5cf1e70..6b66ea2 100644 --- a/docs/MCU.md +++ b/docs/MCU.md @@ -1,10 +1,18 @@ # Comparison +* Matrix | MCU | CPU | GPIO | Wireless| Cost | | ------------- |:-------------:| -----:|------|------| -| Raspberry Pi W | Quad Core | 36 | WiFi / Bluetooth | S$15 | -| ESP32_CAM | Single Core | 36 | WiFi / Bluetooth | S$10 | - +| Raspberry Pi W | 1GHz Single Core | 40 | WiFi / Bluetooth | S$15 | +| ESP32_CAM | 160MHz Single Core | 36 | WiFi / Bluetooth | S$10 | +* ESP32-CAM suitability + + Low frequency data throughput + + Low Power usage + +* Raspberry Pi Zero W + + Great for full fledge web server service. Eg. : MQQT broker, File Server + + Advanced vision application using OpenCV package + + Graphical Terminal display using HDMI