Andreas Motl

Results 1513 comments of Andreas Motl

> Typically analog pins are only used when required as they are precious. You can use the [digital] pins [like you are doing with] the ESP and friends. Based on...

Thanks @thomasfredericks, your contributions have been very valuable for the recent work on this library. As being superseded by merging #123, we might close this now.

Hi there, just wanted to let you know we are working on #123, which you might want to give a try.

Hi there, we recently had the opportunity to contribute #123, the routine for reading the HX711 now looks like https://github.com/bogde/HX711/blob/master/src/HX711.cpp#L36-L62 and should account for different aspects mentioned here. When revisiting...

Dear @nseidle, thanks for writing in. I actually thought about doing the facelift in a non-breaking way like some of the people here did by using respective pragma guards. This...

## Introduction We just became aware that while this library was directly referenced by [OpenScale Applications and Hookup Guide » Upgrading the Firmware](https://learn.sparkfun.com/tutorials/openscale-applications-and-hookup-guide#upgrading-the-firmware), the corresponding [OpenScale.ino](https://github.com/sparkfun/OpenScale/blob/master/firmware/OpenScale/OpenScale.ino) would obviously not be...

## Regarding the breaking change itself > However, if we want to go back to the constructor-as-initializer flavor, we will have to consider some things to make the code run...

Thank you so much for cutting a new release, @bodge! Let's check what the community will say about this. I will still be around for assistance, please ping me as...

Hi there, some people over at Hiveeyes are doing similar things, so you might enjoy reading [1]. With kind regards, Andreas. [1] https://community.hiveeyes.org/t/hx711-junction-board-fur-4-wagezellen/990

Dear Mauro, > May you explain the difference/equivalences in using Analog/Digital ports for this application? They will work just as expected? As I am not a hardware guy in any...