diff --git a/README.md b/README.md index d6853be..caf478d 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,41 @@ Research for each of does modules has to be done ### research +#### MCU + +#### Communication Unit + +**software libraries:** +* [RFM69](https://github.com/LowPowerLab/RFM69) + * pro: + * con: + * only for RFM69 Boards +* [RadioHead](http://www.airspayce.com/mikem/arduino/RadioHead/) + * pro: + * con: +* [Arduino Lora](https://github.com/sandeepmistry/arduino-LoRa) + * pro: + * supports lots of boards + * api seems nice, uses callbacks for send/receive + * con: + + +**hardware modules** * [ ] Checkout HC-12 Wireless Modules * [ ] Checkout LoRa Modules/Lib * [ ] Checkout CC1101 + +**protocoll research** +Lora: +* [Lange Funkstrecken mit Arduino, LoRaWAN/RFM95W und The Things Network](https://www.youtube.com/watch?v=vWLpbNqdNU0&ab_channel=BitBastelei) + * deutschland legal 868mhz + * diy antenne: 8.64cm blanker draht +* gibt schon gateways bei thethingsnetwork.org +* anscheinend muss man sihc registrieren um es nutzen zu koennen +* an sich cool da man vorhandene gateways nutzen kann, schoen waere aber auch komplett eigene infrastruktur + +#### GPS Unit + +#### User Access Unit + +