Search found 4 matches

by felixm
02 Jul 2017, 23:23
Forum: ESP Easy: Hardware
Topic: Sensirion SHT20
Replies: 5
Views: 7326

Re: Sensirion SHT20

now i solved the problem: The measure() command has to be called repeatedly until the measurement is ready. In the example loop() is running repeatedly, in ESPEasy PLUGIN_READ is called once a minute. Just added a small while loop and it works. Note: If you're using DeepSleep the module has to call ...
by felixm
01 Jul 2017, 23:08
Forum: ESP Easy: Hardware
Topic: Sensirion SHT20
Replies: 5
Views: 7326

Sensirion SHT20

Dear forum members, some weeks ago i ordered a soil moisture sensor from china (like this: https://de.aliexpress.com/item/Soil-temperature-and-humidity-sensor-SHT10-agricultural-greenhouse-sheds-nursery-send-routine-new/32766408137.html ), unfortunately i thought ESPeasy support all sht-series. Now ...
by felixm
19 Nov 2016, 13:21
Forum: ESP Easy: Software
Topic: Flash script for esptool on Linux
Replies: 10
Views: 16138

Re: Flash script for esptool on Linux

Hei guys, at first sorry for the late answer, so much to do, so little time. :roll: Basicly i tried to make the use similar to the windows tool. Obviously it's to simple ;) : Just start the script without any params, everything will be asked at runtime. The script asks for: Serial Port (Default: &qu...
by felixm
09 Oct 2016, 17:16
Forum: ESP Easy: Software
Topic: Flash script for esptool on Linux
Replies: 10
Views: 16138

Flash script for esptool on Linux

Hi guys, first of all i was very impressed of EspEasy as i started to use it days ago. I had some WemoS D1 mini ordered months ago for smart home applications and now it was so easy to get them to fhem. During flashing the first chips i tried the "Stable" R120 Download which has a flashscr...