93e55a7418f654068b76544f05b0d313a046fd98
FilamentGauger
PlatformIO firmware for the Guition JC8048W550(C) display with an HX711 load-cell amplifier.
Pins:
HX711 SCK -> IO17HX711 DOUT -> IO18
Important:
- On this display family
IO18is normally used by the capacitive touch interrupt. - In this firmware the touch controller stays enabled, but its interrupt pin is moved to
GPIO_NUM_NC, so touch works in polling mode andIO18becomes available forHX711.
Default calibration flow:
- Leave the platform empty.
- Tap
Tare. - Put a
100 greference weight on the platform. - Tap
Cal 100 g.
Serial commands:
tarecal 100scale 432.1resetstatus
Build:
platformio run
Description
Languages
C
69.7%
C++
30.3%