Search found 6 matches

by ollo
13 Apr 2024, 11:23
Forum: ESP Easy: Hardware
Topic: WT32-ETH01
Replies: 128
Views: 179490

Re: WT32-ETH01

Hi, is there a chance to use the WT32-ETH1 as a WLAN-ETH bridge or WLAN range extender with ESPEasy? I want to board to establish a WLAN access point and route the traffic through the ETH port. Just plain feed through, no NAT or anything. Performance does not matter as only a few kB get transmitted ...
by ollo
28 Feb 2021, 13:29
Forum: ESP Easy: Projects / Applications
Topic: BME 680 sensor
Replies: 55
Views: 71433

Re: BME 680 sensor

Hi TD-er ... I'd guess so. Let's give it a try. Not sure how the correction is being done here, because if I compare the calculated dew point (same formula) of the BME680 unit with one nearby but using a DHT22 its matching pretty well. I"m using a BME280 too. No temperature offset is applied. T...
by ollo
28 Feb 2021, 10:38
Forum: ESP Easy: Projects / Applications
Topic: BME 680 sensor
Replies: 55
Views: 71433

Re: BME 680 sensor

Hi TD-er, one more issue - the BME680 temperature reading usually is off by 1..3C. Just offsetting the temperature reading in the device setting formula does not compensate the Humidity reading. While the BSEC lib from Bosch offers a temperature compensation, the BME680 lib from Adafruit does not?! ...
by ollo
26 Feb 2021, 21:39
Forum: ESP Easy: Projects / Applications
Topic: BME 680 sensor
Replies: 55
Views: 71433

Re: BME 680 sensor

Hi, I'm using the lates build (ESP_Easy_mega_20210223_test_beta_ESP8266_4M1M) with the BME680 sensor. Yes, first reading of the Gas value after editing the Device setup is always zero - so what? Edit: just came across this - https://github.com/adafruit/Adafruit_BME680/issues/42. The Plugin uses the ...
by ollo
25 Feb 2021, 10:58
Forum: ESP Easy: Projects / Applications
Topic: BME 680 sensor
Replies: 55
Views: 71433

Re: BME 680 sensor

Hi TD-er,

there is a GitHub repository which mimics the TVOC functionality of the Bosch library - maybe worth to check out?

https://github.com/juergs/ESPEasy_BME680_TVOC

Thanks, ollo
by ollo
15 Feb 2021, 19:11
Forum: ESP Easy: Projects / Applications
Topic: BME 680 sensor
Replies: 55
Views: 71433

Re: BME 680 sensor

BME680 (on BSEC lib) can be used with deep spleep. One has to take care the timestamp is continuous - see example here:

https://github.com/BoschSensortec/BSEC- ... pSleep.ino