Denis Dyakov

Results 27 comments of Denis Dyakov

@ckbonu, hello. I have some historical reasons do not write whole library in Go: read README.md and you will find the answer. Please, read #20 how to correctly perform "cross...

Hi @heatxsink. Could you specify what OS you employ? Be aware, that this library works only with Linux systems. No Windows, no FreeBSD...

@lukibahr , I'm sorry, macOS (FreeBSD, Windows as well) is not supported. And if you try to compile this code directly on macOS, I assume this is mistake and you...

@lukibahr, I will recommend additionally take a look at these comments, where, as I remember we have discussed same aspect: https://github.com/d2r2/go-dht/issues/11#issuecomment-472924091

@hakwik, did you try to use DHT22 or AM2302 setting to communicate with DHT21/AM2301 sensor? I don't have this sensor in my assortment and I never test it, but what...

@hakwik, I can only recommend that you change the code yourself trying to make this sensor working... Additionally you can modify GetHandshakeDuration() function timeouts, probably this may help. Sorry, that...

Hi @blueisaak! You right, there is no i2c.Write(...) function in the library, and this must be changed to i2c.WriteBytes(...). You can apply PR with the update, either I will do...

Hi @Limoli! Could you clarify what hardware and OS you use to download and compile package? Just it seems you have CLANG compiler installed only, but I test it with...

Could you clarify, why you are trying to compile this library directly on MacOS? This library is intended to compile and use on embedded Linux devices, like Raspberry PI, Orange...

Hi @darkowl91! Could you try again to get latest [d2r2/go-dht](https://github.com/d2r2/go-dht) and cross compile it? Just recently I have added a fix for macOS. P.S. I'm not sure that cross compilation...