ajb974 / Kibble-Kounter1

Apache License 2.0
1 stars 0 forks source link

Load Cell- Prepare instructions #7

Closed ajb974 closed 1 year ago

ajb974 commented 1 year ago

Show schematic, photo, and screenshots showing how to connect this part to a Pi and validate its basic I/O.

ajb974 commented 1 year ago
  1. Connect the red, black, white, and green wires of the load cell to the red, black, white, and green inputs of the HX711 load cell amplifier.
  2. For the HX711, connect VDD to 3.3 V, VCC to 5V, DAT to GPIO 23 on your pi, CLK to GPIO 24 on your pi, and GND to ground.
  3. Install the HX711 library with pip install hx711
ajb974 commented 1 year ago

Source: https://learn.sparkfun.com/tutorials/load-cell-amplifier-hx711-breakout-hookup-guide/all

ajb974 commented 1 year ago

HX711 library: https://github.com/mpibpc-mroose/hx711

ajb974 commented 1 year ago

Step 1: image Step 2: unnamed (6) Step 3: image

mlivai commented 1 year ago

Add a schematic of the set up

ajb974 commented 1 year ago

image

https://www.monodaq.com/applications/docs/u-x/front-end/load-cells/

ajb974 commented 1 year ago

https://cdn.sparkfun.com/assets/learn_tutorials/5/4/6/SparkFun_HX711_Load_Cell.pdf Schematic for Hx711

mlivai commented 1 year ago

Great job!