Smartes IoT Systems zur Anzeige des Status der Vereinshütte ohne KI und Blockchain. https://msv-buehl-moos.de/
Go to file
2023-03-01 21:45:23 +01:00
components initial commit 2023-02-25 10:26:15 +01:00
main print TTN events on OLED 2023-02-25 21:04:57 +01:00
.gitignore Initial commit 2023-02-25 09:55:42 +01:00
.gitmodules initial commit 2023-02-25 10:26:15 +01:00
CMakeLists.txt initial commit 2023-02-25 10:26:15 +01:00
LICENSE Initial commit 2023-02-25 09:55:42 +01:00
msv_clubhouse_backend.py first dummy backend 2023-03-01 21:45:23 +01:00
README.md first dummy backend 2023-03-01 21:45:23 +01:00

msv-clubhouse-node

Hardware

ESP32 LoRa 868MHz OLED DevBoard

Wind speed sensor

Wind direction sensor

Build

  1. Clone repo
  2. Init GIT-submodules
git submodule init
git submodule update
  1. Set following defines via menuconfig:
AppEUI
DevEUI
AppKey
TTN LoRa frequency / region
  1. Build with ESP-IDF extension in VSCodium

MQTT Endpoint

pip3 install paho-mqtt