[Sensor Module] Support for HX711 ADC (weight scale) #19
Labels
No labels
bug
documentation
duplicate
enhancement
help wanted
invalid
question
v0.1.x
v0.2.x
v0.3.x
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: DeltaLima/CanGrow#19
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
HX711 is often used with those cheap weight scales, so support would be nice.
Problem here is, it is not a standard I2C module, it's some other protocol.
For this, the module / the driver library (https://github.com/bogde/HX711) needs two GPIOs for communication. This is something not yet implemented.