Categories
TUTORIALS

Weighing Sensor Tutorial _ Draft

For our “Safe Bike Path” project, weighing sensors are necessary to test if there is any car running or turning over the bike path. In our prototype, we are going to use the load sensor as follow:

The maximum weight will be 50 kg /110 lb. We went through some existing tutorials and found that it’s easy to be used.

The parts we need in this section are:

  • Load (Weighing) Sensors
  • Arduino board
  • Amplifier HX711
  • LEDs

The first job is to read data from the load sensors.

The code:

 

 

Sources:

http://www.instructables.com/id/Arduino-Bathroom-Scale-With-50-Kg-Load-Cells-and-H/

https://arduino.stackexchange.com/questions/11946/how-to-get-weight-data-from-glass-electronic-bathroom-scale-sensors/18698#18698

https://electronics.stackexchange.com/questions/102164/3-wire-load-cells-and-wheatstone-bridges-from-a-bathroom-scale/199470#199470

http://www.instructables.com/id/Make-your-weighing-scale-hack-using-arduino/

Leave a Reply

Your email address will not be published. Required fields are marked *