Skip to content

Software and hardware for weight meter (scales) with glass LCD display

License

Notifications You must be signed in to change notification settings

piratfm/stm32_scales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

STM32 scales

Software and hardware for child weight meter (scales) with glass LCD display Based on branded Chicco weight meter model # 8312.60.001

scales image

Due original "brains" PCB became broken for some reason (operational amplifier burned-out, and scales always shows zeroes), the decision to replace it by STM32 is made. As additional "pro", scales precision has been 10x increased, comparing to original "brains" of scales.

Original parts that been used:

  • load sensors bridge (3 pins each).
  • original 5 symbol glass LCD display.
  • original plastic enclosure with pushbuttons.

Used hardware:

  • HX711 ADC
  • STM32F103C8T6 as MCU and software-base LCD controller (by using RTC interrupts)

schematic of the board: schematic

To calibrate:

  1. Put weight meter into the flat table (without any load).
  2. Press "tare" button when powering-on device (press both buttons, tare and power).
  3. You will see some 5-digit number, this is initial ADC value without scale.
  4. When You see "10.000" on display, put 10.000 Kg reference load onto weight meter.
  5. You will see some 5-digit number again, but a little bit higher, this is ADC value with load and without scale.
  6. Then You will see 4-digit number in range 35...300. This is calculated "scale" value for calibration, that number will be saved into flash.
  7. Done, Your weight meter is now calibrated and displays correct value in Kg.

To measure:

  1. Turn on scales.
  2. Wait until it shows 00000.
  3. Put load into the scales and wait until triangle appears on display.
  4. There will be actual measured weight (in average mode), so even if kid is moving, the scales are still show precise value.
  5. After some time, the weight amount will blink and keeps displayed even if load is removed (memory function).
  6. After some time more, scales turns off automatically.

Power consumption:

Active mode: 6 mA Power down mode: 20 uA

License: GPL

About

Software and hardware for weight meter (scales) with glass LCD display

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages