From d5f8dd027ae46e544081e9ed164433b8a2a38ee3 Mon Sep 17 00:00:00 2001 From: seiichiro Date: Thu, 19 Sep 2019 18:01:54 +0000 Subject: [PATCH] Pinout Adaptions, Added Thanks & Acknowledgement Section --- README.md | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cfa9851..7ccda00 100644 --- a/README.md +++ b/README.md @@ -41,13 +41,21 @@ A Minimalistic Sensor Node for use on TheThingsNetwork. ### J1 Starting from Marked Pin 1 -| Number | Function | Note | -|--------|----------|--------------------------------| -| 1 | 3V3 | | -| 2 | GND | | -| 3 | PA0 | i2C SCL in Example Firmware | -| 4 | PA1 | i2C SDA in Example Firmware | -| 5 | PA2 | | -| 6 | PA3 | | -| 7 | PA7 | Connected to LED-Pad D1 via R1 | -| 8 | PB2 | | +| Number | Function | Note | +|--------|-------------------|--------------------------------| +| 1 | 3V3 | Directly connected to Battery | +| 2 | GND | Directly connected to Battery | +| 3 | ATTiny84 PA0 | i2C SCL in Example Firmware | +| 4 | ATTiny84 PA1 | i2C SDA in Example Firmware | +| 5 | ATTiny84 PA2 | | +| 6 | ATTiny84 PA3 | | +| 7 | ATTiny84 PA7 | Connected to LED-Pad D1 via R1 | +| 8 | ATTiny84 PB2 | | + + +## Thanks & Acknowledgements: + +* The [TinyTX Project](https://nathan.chantrell.net/tinytx-wireless-sensor/), which served as an inspiration +* Everyone making [The Things Network](https://www.thethingsnetwork.org/) happen +* Some ideas where taken from the c't magazines ["Brief-Fernmelder"](http://ct.de/wyjb) Project +