Andreas Motl
Andreas Motl
Hi Pooya, [1] lists two items regarding support for SAMD, however those have not been tested. We will be happy to hear if the library works properly on a nRF52,...
Hi Pooya, sorry that I am probably not able to contribute something significant here because I am not an electronic engineer at all. However, from a software perspective, have you...
Dear Bogdan, regarding your question about this topic over at https://github.com/bogde/HX711/issues/172#issuecomment-790589521, where you asked: > I know it's been some time since that was posted but i'd appreciate your thoughts...
Dear Luigi, thanks for writing in. `get_units()` calls `read()` under the hood, which in turn might go into a spin lock waiting for the device to be ready. I believe...
Dear Peter, while working on #125 in the aftermath of #123, we just added your wait-for-readyness-with-retry implementation to our [spring-cleaning branch](https://github.com/hiveeyes/HX711/tree/spring-cleaning) by 87727e0. The corresponding [HX711_retry_example.ino](https://github.com/hiveeyes/HX711/blob/0.7.0/examples/HX711_retry_example/HX711_retry_example.ino) uses the new `wait_ready_retry()`...
Dear Rodrigo, #174 by @HamidSaffari might have solved the same issue but differently. Will you be able to check? With kind regards, Andreas.
Dear @idalurf, thanks for writing in. As this library has been able to gain some more attraction recently again, we are confident that we will be able to address the...
Dear @thomasfredericks, we just pushed some amendments [1] to this popular library where we rebundled some pieces which have been loosely floating around here. While being at it, we also...
Dear @thomasfredericks, thanks a bunch for your answer. For things like the pin definition aspect I was exactly asking for in #124 as I felt the documentation or the example...
Dear Thomas, while working on #125 in the aftermath of #123, we just added your wait-for-readyness-with-timeout implementation to our [spring-cleaning branch](https://github.com/hiveeyes/HX711/tree/spring-cleaning) by 87727e0. By using the new `wait_ready_timeout()`, the corresponding...