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 +