From 27514143f59c7ff3336b1d00cc221e213f61cecd Mon Sep 17 00:00:00 2001 From: localhorst Date: Sat, 25 Feb 2023 10:41:57 +0100 Subject: [PATCH] added info in readme --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index b628a6c..9ddc370 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,34 @@ # msv-clubhouse-node +## Hardware ## + +[ESP32 LoRa 868MHz OLED DevBoard](https://de.aliexpress.com/item/33018609928.html) + +[Wind speed sensor](https://de.aliexpress.com/item/1005001330214766.html) + +[Wind direction sensor](https://de.aliexpress.com/item/4000590284491.html) + +## Build ## + +0. Clone repo +1. Init GIT-submodules + ``` git submodule init git submodule update ``` +2. Set following defines via menuconfig: + +``` +AppEUI +DevEUI +AppKey +TTN LoRa frequency / region +``` + +3. Build with ESP-IDF extension in VSCodium + + + +