Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed May 7, 2021
1 parent e333ee9 commit dd75d9b
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions README.md
Expand Up @@ -2,17 +2,22 @@

### About

This is an EnviroDIY sensor adapter for the canonical HX711 Arduino library
[HX711] by Bogdan Necula, a software interface to the Avia Semiconductor HX711
24-Bit Analog-to-Digital Converter (ADC) for weight scales.
This is a [EnviroDIY ModularSensors] adapter for the canonical [HX711] library
by Bogdan Necula, a software interface to the Avia Semiconductor HX711 24-Bit
Analog-to-Digital Converter (ADC) for weight scales.

It is being conceived for the [PíPá Datalogger] of the [Hiveeyes project],
which is developing a flexible beehive monitoring infrastructure toolkit.
[EnviroDIY] is a community for do-it-yourself environmental science and
monitoring, their engineers are conceiving the [Mayfly Data Logger] and
corresponding software based on the Arduino HAL.

This sensor adapter is being conceived for the [PíPá Datalogger] of the
[Hiveeyes] project, which is developing a flexible beehive monitoring
infrastructure toolkit.

### Features

This library is still in its infancy and contributions are very welcome.
Within the implementation `AviaSamiHX711.cpp`, there are some gaps which need
Within the implementation `AviaSemiHX711.cpp`, there are some gaps which need
to be fixed.


Expand All @@ -21,6 +26,10 @@ to be fixed.
Released under the MIT License, http://opensource.org/licenses/mit-license.php.


[EnviroDIY ModularSensors]: https://github.com/EnviroDIY/ModularSensors
[HX711]: https://github.com/bogde/HX711
[Hiveeyes project]: https://hiveeyes.org/

[EnviroDIY]: https://www.envirodiy.org/
[Mayfly Data Logger]: https://www.envirodiy.org/mayfly/
[Hiveeyes]: https://hiveeyes.org/
[PíPá Datalogger]: https://github.com/hiveeyes/arduino/tree/master/node-pipa

0 comments on commit dd75d9b

Please sign in to comment.