From 7093715accc8b845f2887a35abf8d118cb5209ac Mon Sep 17 00:00:00 2001 From: seiichiro Date: Thu, 19 Sep 2019 03:58:41 +0000 Subject: [PATCH] Added Some Initial Info to the Readme --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1e80ca..20cd15a 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,23 @@ ## Overview -## In this Repository +A Minimalistic Sensor Node for use on TheThingsNetwork. + +![Case Back](https://www.seiichiro0185.org/git/IOT/tinylora/raw/branch/master/case_back.jpg) ![Case Front](https://www.seiichiro0185.org/git/IOT/tinylora/raw/branch/master/case_front.jpg) ![PCB Back](https://www.seiichiro0185.org/git/IOT/tinylora/raw/branch/master/pcb_back.jpg) + +### Features + +* Small Size, only 47x36x15mm populated +* Based on widely available Atmel ATTiny84 MCU and RFM95W LoRa-module +* 6 free GPIO-Pins from the ATTiny to connect sensors on a 2.54mm pitch header +* Optional on-board LED for status signaling +* Powered by a single CR2032 lithium battery +* Long battery runtime using the ATTinys deep sleep mode +* Integrated 6-Pin programming header +* Small component count + +## Subdirectories In this Repository + +* **Case:** A 3D-Printable Case, OpenSCAD and STL Files +* **Firmware:** Example Firmware, platformio project +* **PCB_SMD:** PCB for SMD components, KiCAD project \ No newline at end of file