Skip to content

Commit 09ce326

Browse files
authored
v1.0.0
1 parent 3afcefe commit 09ce326

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,15 @@
88
[![Compile Examples status](https://github.com/arduino-libraries/WindQX_Library/actions/workflows/compile-examples.yml/badge.svg)](https://github.com/arduino-libraries/WindQX_Library/actions/workflows/compile-examples.yml)
99
[![Spell Check status](https://github.com/arduino-libraries/WindQX_Library/actions/workflows/spell-check.yml/badge.svg)](https://github.com/arduino-libraries/WindQX_Library/actions/workflows/spell-check.yml)
1010

11-
A simple library for the WindQX solid state anemometers. It measures the wind speed and temperature. The library is designed to be used with the Arduino IDE. Compitable with most Arduino and ESP boards.
11+
It measures the wind speed and the temperature from IoT devices made by [ECD (e.g. SA.01)](https://ecdsl.com/en/producto/sa-01-2/). The library is designed to be used with the Arduino IDE. Compatible with most Arduino and ESP boards.
1212

13+
## List of response statuses
14+
| Message | Description |
15+
|-----------|-----------|
16+
| OK | Correct reading |
17+
| Reading error | Incorrect reading due to corrupt or incomplete data frame |
18+
| Wet sensor | The internal sensor of the anemometer is wet |
19+
| Not connected | Sensor not conected |
20+
21+
## Sample sensor device
22+
<img src="https://github.com/ElectronicCircuitDesing/solid_state_anemometer_wifi/blob/main/img/IMG_7342.png" width="300" align="center"/>

0 commit comments

Comments
 (0)