-
At line 122, 123 and 182, 183 in file [dht.c](https://github.com/nodemcu/nodemcu-firmware/blob/master/app/dhtlib/dht.c), a macro is used to combine lower and higher bits of sensor data bytes. The macr…
-
Hey folks, noticed a problem when we went to update to the latest kernel on June 17 2017. I tried to isolate it as best I could with the following description. The smbus call `read_i2c_block_data` f…
-
Hi there,
I really like your project and library, but my issue is that I can't get negative measurement value when reading the sensor output.
In a room environment everything seems to be good as…
-
I'd like to put in a feature request for SHT20 weatherproof temperature and humidity sensor. I run a very humid environment and would like to monitor soil moisture as well. Other sensors easily get co…
-
Hello, when i try compiling from source in PlatfprmIO, i get errors:
Project
ESPEasy
.github
dist
lib
src
__CPlugin.ino
__NPlugin.ino
__Plugin.ino
__ReleaseNotes.ino
_C001.ino
_C002.ino
_…
-
Hi,
I love the idea of your wrapper and would like to use them on my Sonoff Touch switches which are based on ESP8285. Due to the size of the firmware I have to use the two step approach.
Unfortun…
lhurt updated
6 years ago
-
Hi there,
I don't know guys, but ESPEasy was not been developed for years for led array controlling, thus I think the whole NeoPixel and the Motor Control is not suitable for it (maybe better to re…
-
Hi @QuentinCG
Can you please make a simple plugin for ESPEasy too?
[https://github.com/letscontrolit/ESPEasyPluginPlayground](url)
Thank you!
Kind regards,
Viktor
-
I would like to improve the DHT driver and add support for an additional 14 sensors.
I have been experimenting with a number of DHT sensors (Aosong AM23xx series) and have discovered there are 4 main…
-
I managed to get my DHT12 I2C sensor working on my WeMos D1 mini by lowering the freq argument when constructing the I2C object from 400,000 to 50,000. Anything higher was flakey.
I was using the def…