This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/DLP2000: HX711 and tm4c123gh6pm

Part Number: DLP2000
Other Parts Discussed in Thread: TM4C123GH6PM

Tool/software: TI C/C++ Compiler

Hi everyone, can anybody help me reading data from module HX711 using tiva tm4c123gh6pm? I can't find any library or soure code on the Internet showing me how to do that. I used arduino library to read data and uart to transmit to tiva but now i wan't to read directly from tiva? tks for reading. I hope somebody can help me.

  • Hi,
    We don't have any example/library to interface with the HX711. You can build your own using two GPIO pins. One GPIO pin used as a clock to the HX711 and another GPIO pin used to receive data from the HX77 DOUT pin. You can also consider using SPI.