06-13-2024 04:54 AM - edited 06-13-2024 05:18 AM
Hello,
I plan to make measurement mass using a load cell, HX711, and Ni DAQ USB-6008 and using LabVIEW software.
What should I pay attention to
I'm having trouble where to connect the SCK pin
how to calibrate?
I've tried but haven't found a similar project on YouTube, someone tried it in C++ programming, but it contains a complicated library
I need some help.
Thank you very much
06-13-2024 05:06 AM
06-13-2024 08:03 AM
According to Arduino with Load Cell and HX711 Amplifier, the HX711 communicates with the microcontroller using two-wire interface (Clock and Data).
Unfortunately, USB-6008 only supports static DIO but not hardware-timed digital waveform. It is not a good candidate to work with HX711. Reference: Maximum Digital Output Frequency on USB-6xxx Devices