Skip to content

Commit

Permalink
Added soil sensor example
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs committed Nov 18, 2023
1 parent d11d22d commit 25abc85
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,13 @@ Select option in [SensorTransmitter.h](SensorTransmitter.h).
{"sensor_id": 255, "s_type": 1, "chan": 0, "startup": 0, "battery_ok": 1, "temp_c": 12.3, "humidity": 44, "wind_gust_meter_sec": 3.3, "wind_avg_meter_sec": 2.2, "wind_direction_deg": 111.1, "rain_mm": 123.4}
```

Example 2: Bresser Lightning
Example 2: Bresser Soil Temperature and Moisture

```
{"sensor_id": 4294967295, "s_type": 4, "chan": 0, "startup": 0, "battery_ok": 1, "temp_c": 12.3, "moisture": 44}
```

Example 3: Bresser Lightning

```
{"sensor_id": 65535, "s_type": 9, "chan": 0, "startup": 0, "battery_ok": 1, "strike_count": 11, "distance_km": 7}
Expand Down

0 comments on commit 25abc85

Please sign in to comment.