LoraWAN Node for mini-beieli.ch
Go to file
Joerg Lehmann d2b821c46e make possible to disable load cell, store config in proper place 2020-02-29 10:57:42 +01:00
.gitignore add mini-beieli-provison.go 2019-11-09 20:59:44 +01:00
README.md make possible to disable load cell, store config in proper place 2020-02-29 10:57:42 +01:00
mini-beieli-node.ino make possible to disable load cell, store config in proper place 2020-02-29 10:57:42 +01:00
mini-beieli-provision.go make serial interface configurable 2019-11-09 21:08:57 +01:00
mini_beieli_node.h make possible to disable load cell, store config in proper place 2020-02-29 10:57:42 +01:00

README.md

mini-beieli-node - Bienenstock Ueberwachung

Code fuer den LoraWAN Node

Autor: Joerg Lehmann, nbit Informatik GmbH

Parameter Value
Board MCCI Catena 4610
LoraWAN Subband "Default, works everywhere"
Serial interface Generic Serial
LoraWAN Network Swisscom
System Clock 24 MHz
LoraWAN Region Europe 868 MHz
Optimize Smallest (-Os default)

Das sind die verwendeten Libraries [1]:

URL Commit Commit Date
https://github.com/mcci-catena/Adafruit_BME280_Library.git 3dafbe1 Wed, 13 Dec 2017 13:56:30 -0500
https://github.com/mcci-catena/Adafruit_Sensor.git f2af6f4 Tue, 1 Sep 2015 15:57:59 +0200
https://github.com/mcci-catena/arduino-lmic.git f67121c Mon, 10 Feb 2020 10:57:04 -0500
https://github.com/mcci-catena/arduino-lorawan.git a0577e1 Mon, 10 Feb 2020 13:21:30 -0500
https://github.com/mcci-catena/Catena-Arduino-Platform.git 85c010c Tue, 11 Feb 2020 19:58:25 -0500
https://github.com/mcci-catena/Catena-mcciadk.git a428006 Sat, 21 Dec 2019 20:45:26 -0500
https://github.com/mcci-catena/MCCI_FRAM_I2C.git f0a5ea5 Sat, 21 Dec 2019 16:17:01 -0500
https://github.com/tatobari/Q2-HX711-Arduino-Library.git ccda8d8 Wed, 13 Mar 2019 12:41:44 -0300
https://github.com/mcci-catena/OneWire.git d814a7b Thu, 26 Apr 2018 03:45:27 +0800
https://github.com/mcci-catena/SHT1x.git be7042c Tue, 20 Sep 2011 13:56:23 +1000

[1]: [joerg@cinnamon libraries]$ for i in Adafruit_BME280_Library Adafruit_Sensor arduino-lmic arduino-lorawan Catena-Arduino-Platform Catena-mcciadk MCCI_FRAM_I2C Q2-HX711-Arduino-Library OneWire SHT1x ; do cd $i; echo "| $(git remote -v |grep fetch |awk '{print $2}' |tr '\n' ' ') | $(git log --pretty=format:'%h | %cD ' -n 1) |" ; cd ..; done