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.

CCS/CC3220: hx711

Part Number: CC3220
Other Parts Discussed in Thread: ENERGIA

Tool/software: Code Composer Studio

Hi friends,

Currently i am working for weigh scale project with cc3220 and hx7811,

this is my first ti based project and already i am done this project with Energia compiler

but i want to write a program in ccs compiler but i have a knowledge in CCS so anybody can help to complete this project with CCS compler,

i Need a example code for that and i have some conditions in this project 

i working for measure honeybee weight so that is don't tare the weight when power is UP/ Down that is must shows exact weight.

  • Hello,

    This quick start guide will show you how to get started. Also, try checking out TI resource explorer for the CC3220 to look at examples, documentation and tutorials for using the device on CCS.

    Hope this helps.

    Jesu

  • Hi jesu'

     this documents shows how to work with CC3220 with CCS Compiler that is enough for known how to use or program with CCS.

    but i want to connect with HX711 for reading weight.

    so ineed a hx711 header file and example code for CC3220.

    if you can help me to find or write header file code for my project.

     

  • Hi Kannannatesh,

    There is no support for this 3rd party chip at CC3220 SDK or examples from TI. You need to search for source code example on Internet and implement support for CC3220 by yourself according datasheet.

    It looks that this chip use some kind of serial interface. Example in C you find at datasheet (page 8). It may to be reasonable search for a Arduino driver and use this code as background for creating own code for CC3220.

    Jan
  • hi jan,
    i will try this,