Skip to content

Commit d66f156

Browse files
authored
Update README.md
1 parent fcd866a commit d66f156

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,21 @@ It can be bought on:
99
- [amazon](https://www.amazon.com/dp/B07J9LRJ4T/): This is the board I used
1010
- [aliexpress](https://www.aliexpress.com/i/32969456777.html)
1111

12+
Note: I moved away from this project because the moisture sensor turned out to be totally unreliable after a few weeks of usage.
13+
1214
## What this program does
1315
- Connect to one of the known wifi networks
1416
- Read the soil moisture sensor
15-
- Automatically calibrates its sensor for min/max values
17+
- Automatically calibrate its sensor for min/max values
1618
- Fetch the settings associated with each device
17-
- Send the sensor value on the [eedomus](http://www.eedomus.com) home automation cloud. This part be easily replaced by an other home auomation solution.
19+
- Send the sensor value on the [eedomus](http://www.eedomus.com) home automation cloud. This part can be easily replaced by another home auomation solution.
1820

1921
## Known issues
2022
- Light reading doesn't work, it seems to be an hardware issue
2123
- Coming back from deep sleep is not properly handled, probably a software issue. It has no impact at this stage thought
2224
- The current consumption never goes below 40mA, thus making it unsuited for low consumption
23-
- The program might get stuck if there's a (even temporary) wifi connection issue. As such there's a timer-based software watchdog logic to restart the devicee when this happens.
25+
- The program might get stuck if there's a (even temporary) wifi connection issue. As such there's a timer-based software watchdog logic to restart the device
26+
when this happens.
2427

2528
## Getting started with it
2629
- Install the [USB to serial driver](https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers)

0 commit comments

Comments
 (0)