diff --git a/docs/infos.md b/docs/infos.md new file mode 100644 index 0000000..2f2e1cb --- /dev/null +++ b/docs/infos.md @@ -0,0 +1,8 @@ +# Informationssammlung zum Feinstaubsensor für Luftdateninfo + +- [hackAIR – Learn about the environmental conditions in your area!](https://www.hackair.eu/) +- [Workshop Luftdaten – exmediawiki](https://exmediawiki.khm.de/index.php/Workshop_Luftdaten) +- [Map Sensor.Community](https://deutschland.maps.sensor.community/#6/52.093/10.525) +- [Firmware einspielen · opendata-stuttgart/meta Wiki](https://github.com/opendata-stuttgart/meta/wiki/Firmware-einspielen) +- [Zusammenbau der Komponenten (Schaltung) · opendata-stuttgart/meta Wiki](https://github.com/opendata-stuttgart/meta/wiki/Zusammenbau-der-Komponenten-%28Schaltung%29) + diff --git a/docs/lorawan.md b/docs/lorawan.md new file mode 100644 index 0000000..2328223 --- /dev/null +++ b/docs/lorawan.md @@ -0,0 +1,7 @@ +# LoRaWan Node mit ESP32 + +- [ESP32 with LoRa using Arduino IDE | Random Nerd Tutorials](https://randomnerdtutorials.com/esp32-lora-rfm95-transceiver-arduino-ide/) +- [TTGO LoRa32 SX1276 OLED with Arduino IDE | Random Nerd Tutorials](https://randomnerdtutorials.com/ttgo-lora32-sx1276-arduino-ide/) +- [ESP32 LoRaWAN node with Arduino - Hackster.io](https://www.hackster.io/weargenius/esp32-lorawan-node-with-arduino-c120c4) +- [HelTecAutomation/ESP32_LoRaWAN: Transplanted from Semtech LoRaWAN](https://github.com/HelTecAutomation/ESP32_LoRaWAN) + diff --git a/mkdocs.yml b/mkdocs.yml index 8d9aa41..184e712 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,6 +4,8 @@ nav: - Repair-Café: https://www.repaircafe-hilpoltstein.de - Makerspace: https://makes-hacks-hip.de - Makerspace@Github: https://makes-hacks-hip.github.io + - LoRaWan: lorawan.md + - Informationen: infos.md theme: readthedocs repo_url: https://github.com/makes-hacks-hip/Feinstaubsensor/ edit_uri: edit/main/docs/ \ No newline at end of file