Browse Source

update readme

Thomas Buck 1 month ago
parent
commit
4c5938e9de
1 changed files with 14 additions and 2 deletions
  1. 14
    2
      README.md

+ 14
- 2
README.md View File

@@ -2,6 +2,18 @@
2 2
 
3 3
 Small firmware supporting different environmental sensors, as well as different microcontroller platforms.
4 4
 
5
-Supports SHT21, BME280, CCS811, analog moisture sensors, serial or gpio relais.
5
+Supports SHT21, BME280, CCS811, analog moisture sensors, serial or gpio relais, [SML](https://wiki.volkszaehler.org/software/sml) smart meter readouts.
6 6
 
7
-Runs on ESP32, ESP8266, Arduino Uno Wifi Developer Edition.
7
+Runs on ESP32, ESP8266, [Arduino Uno Wifi Developer Edition](https://github.com/JAndrassy/UnoWiFiDevEdSerial1), [Heltec Lora32 V3](https://heltec.org/project/wifi-lora-32-v3/), [Cheap-Yellow-Display](https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display).
8
+
9
+[![ESP-Env with BME280](https://www.xythobuz.de/img/espenv_10_small.jpg)](https://www.xythobuz.de/img/espenv_10.jpg)
10
+[![SML LoRa transmitter](https://www.xythobuz.de/img/lora_sml_3_small.jpg)](https://www.xythobuz.de/img/lora_sml_3.jpg)
11
+
12
+This is all very much specific to my IoT devices at home.
13
+But it should be easy enough to customize and use as a starting point for your own experiments.
14
+
15
+See [this blog post](https://www.xythobuz.de/espenv.html) for my initial temperature measurement experiments.
16
+And [this blog post](https://www.xythobuz.de/lora_sml.html) for my LoRa SML smart meter bridge.
17
+Some more stuff about my setup can be found [here](https://www.xythobuz.de/smarthome.html).
18
+
19
+Mostly this is my simple playground with an Arduino platform compatible build system set up, to quickly try out things.

Loading…
Cancel
Save