Results 1 to 10 of 10

Thread: protocol issues with tls3001

  1. #1
    Join Date
    Jun 2010
    Posts
    2
    Post Thanks / Like

    Default protocol issues with tls3001

    Hi All
    i am currently trying to design a controller to drive some led tape with tls3001 driver chips but i am struggling with the data sheet
    has anyone got an english translation of the data sheet ? i have run the data sheet through google translate and have coded as far i can go but there is something stopping it from working.
    I did see some mention of a delay prior to the header of the data payload based around the number of chips but couldnt make sense of the translation to do the maths.
    i think the flowchart may have a solution to my problem but i cant read it.
    I have emailed the ic manufacturer to see they can help with the translation
    any suggestions welcome
    many thanks
    Chris

  2. #2
    Join Date
    Oct 2008
    Location
    San Jose, CA
    Posts
    10,282
    Post Thanks / Like

    Default Re: protocol issues with tls3001

    Give jstjohnz (Jim) a PM - he's got working TLS3001 code for his E680/E681 pixel controller (Propeller based).

    Welcome to DIYC btw!
    Brian

    Christmas in San Jose! on Facebook

    Ignorance is Temporary - Stupidity is Forever...

  3. #3
    Join Date
    Jun 2010
    Posts
    2
    Post Thanks / Like

    Default Re: protocol issues with tls3001

    Hi
    I am still having issues I contacted Jim but unfortunately he had to sign an NDA so he had his hands tied
    I have tried emailing all he addresses on the Tlsemi website but no one wants to talk to me :-(
    I think it is the issue of the delay to allow baudrtate detection if anyone has any suggestions it would be most welcome or a translated version of the flowchart as I think that may hold the key
    I have put a logic analyser on the line of a working controller But there are some things that don't match up with the data sheet
    many thanks for you time
    Chris

  4. #4
    Join Date
    Apr 2011
    Posts
    130
    Post Thanks / Like

    Default Re: protocol issues with tls3001

    This is the flowchart translated. The text at the top of the flow chart in the pdf, is the text at bottom of the flow chart (just didn't move it all).
    Attached Files Attached Files

  5. #5
    Join Date
    Nov 2008
    Location
    Clermont Florida
    Posts
    753
    Post Thanks / Like

    Default Re: protocol issues with tls3001

    You could always try to talk to Ed (j1sys). He didn't sign an NDA from what I'm aware, he just reverse engineered the protocol. mrpackethead might have some info on it as well, not sure if he's limited though.
    Check out what the [URL="http://www.extremelightingproducts.com/shop"]Extreme Lighting Products Shop[/URL] is selling!

  6. #6
    Join Date
    Nov 2007
    Location
    Middle Earth
    Posts
    2,264
    Post Thanks / Like

    Default Re: protocol issues with tls3001

    big hint people. Theres two vendors of the 3001 IC. Theres the CYT3001, and the TLS3001. One is a copy, one is original. ironically the copy is the one on which you have to sign an NDA. Also noticeably the fault rate in the IC's is significantly higher in one.

  7. #7
    Join Date
    Nov 2007
    Location
    Middle Earth
    Posts
    2,264
    Post Thanks / Like

    Default Re: protocol issues with tls3001

    Hope these help.

    theres an example in C of how you can bit-bang these;
    Attached Files Attached Files

  8. #8
    Join Date
    Dec 2011
    Posts
    7,797
    Post Thanks / Like

    Default Re: protocol issues with tls3001

    Can you inform us as to which 1 is the original .

    I intend on ordering 32 strings with the 3001 ic.

    Thanks

  9. #9
    Join Date
    Apr 2011
    Posts
    130
    Post Thanks / Like

    Default Re: protocol issues with tls3001

    I am having some issues with the C code. It seems to send some packet formats that I don't see in the data sheet

    such as this sequence:
    send_head();
    send_flag(0x10);
    send_addr();

  10. #10
    Join Date
    Nov 2011
    Location
    Chicago - Southwest Suburbs
    Posts
    8,649
    Post Thanks / Like

    Default Re: protocol issues with tls3001

    So mrpackethead, are you saying the protocol is (basically) the same between them?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •