How do you


Closed Thread
Results 1 to 24 of 24

Thread: How do you

Hybrid View

  1. #1
    Join Date
    Nov 2005
    Location
    Bombay, India
    Posts
    969


    Did you find this post helpful? Yes | No

    Default

    Lew247

    I hope you understand now that Ski has clarified. There are annoying spammers polluting the board with deals for Hacked phones and stuff. It was not directed at you. I'm sorry you did not notice the spam and felt that it was directed at you.

  2. #2
    Join Date
    May 2008
    Posts
    33


    Did you find this post helpful? Yes | No

    Default

    Anyone any ideas how to, or clues as to where i go to start figuring out..
    how to decode the data coming from my module, it outputs its own serial data and it uses a 1khz sinc pulse, aparently as it arrives serially I have to shift the bits into 4 bit nibbles, whatever they are! and then convert some bits from bcd and some from hex but that bit shouldnt be a problem, its how to interface the serial output from the module to the pic, and how I'd use the serial data to decode it
    sorry this is all probably really easy and simple to most of you but to me it's all new.

  3. #3
    Join Date
    Nov 2005
    Location
    Bombay, India
    Posts
    969


    Did you find this post helpful? Yes | No

    Default

    Is this asynchronous data? You need to know the baud rate in that case. If it is synchronous data, you could look at the SHIFTIN command. You need a clock line and data line for this to work.

  4. #4
    Join Date
    May 2008
    Posts
    33


    Did you find this post helpful? Yes | No

    Default

    Its umm not sure really
    all I know is what i got off the dats sheet which for a newcomer like me isnt much
    if anyone wants to look at the sheet its http://www.u-t-s.de/PDF_Daten/583374...cification.pdf

  5. #5
    Join Date
    Nov 2005
    Location
    Bombay, India
    Posts
    969


    Did you find this post helpful? Yes | No

    Default

    I've looked at the datasheet you linked. You will need to use the SHIFTIN command to capture this data.

  6. #6
    Join Date
    May 2008
    Posts
    33


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Jerson View Post
    I've looked at the datasheet you linked. You will need to use the SHIFTIN command to capture this data.
    Thanks
    although I've decided to give up totally on trying to figure out pic chips, see my question where I asked the simple query about how you connect one to an icd2

  7. #7
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by lew247 View Post
    although I've decided to give up totally on trying to figure out pic chips, see my question where I asked the simple query about how you connect one to an icd2
    Yep, that'll get your project done. Especially when given the simple answers in another thread.
    And that datasheet is missing a few key specifications...
    Is the serial output clocked by the clock itself (master) or does the clock require a clock (slave)?
    Methinks quite a bit easier to go with a dedicated RTC.

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

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