- 1x HX711 Load cell amplifier
- 1x Straight bar load cell (2kg)
- 1x Charlieplexed led array with 12 leds (See schematics)
Define CALIBRATE_MODE in firmware.ino
, complile and upload the firmware.
Connect to the serial port and use the following keys to adjust the measured weight:
Key | Calibration Value |
---|---|
h |
+1 |
H |
+10 |
l |
-1 |
L |
-10 |
t |
Tare |
Update the DEFAULT_CAL_FACTOR
in the firmware.ino
with the new CalFactor value.
-
Plot the PCB
- Layers:
- F.Cu
- B.Cu
- B.SilkS
- F.SilkS
- B.Mask
- F.Mask
- Edge.Cuts
- Options:
- Use Protel filename extensions
- Include extended attributes
- Subtract soldermask from silkscreen
- Layers:
-
Generate drill file with the following options:
- Millimeters as drill units
- Supress leading zeros as zeros format
- PostScript as drill map format
-
Rename all files with the
schematics/scripts/rename_gerber_files.sh
script