Basic Information:
Printer Model: Custom Ender 3
MCU / Printerboard: SKR 1.1PRO
Host / SBC CB1
klippy.log
Fill out above information and in all cases attach your klippy.log
file (use zip to compress it, if too big). Pasting your printer.cfg
is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
Hi,
I’m trying to make work an i2c load cell with klipper. For the moment i want to use it as homing probe. My hotend has an ebb canbus board , so i’ve attached the sensor to i2c port. I’ve found a compact load cell sensor , that seems to be very compact and accuracy.(FX29K)
https://www.te.com/en/product-CAT-FSE0006.datasheet.pdf
Actually the first step is to read the sensor value and print it on the console.
As the datasheet , the i2c protocol seems to be very simple, send a message to start reading on the sensor address, and read the value (2 byte result).
Somebody have tried to implement new i2c sensors(or the same sensor) on klipper?
Thanks.