Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 43

Thread: My small hardware to RR

  1. #21
    RoadRunner Mastermind
    Auto Apps:loading...
    guino's Avatar
    Join Date
    Nov 2004
    Location
    Toronto, Canada
    Posts
    9,762
    ALL info needed is provided at the pages cited on the Kit 145...

    http://quozl.us.netrek.org/ts/
    http://quozl.us.netrek.org/ts/ds1820.asm
    Ride Runner RR's Myspace

    "Being happy is not about having what you want, it's about wanting what you have."
    "The best things in life are always free - but that doesn't mean money can't buy you good things."

  2. #22
    Constant Bitrate
    Join Date
    Nov 2004
    Location
    Netherlands
    Posts
    128
    Quote Originally Posted by garo
    Mmh, I think I can buy those components at an electronic shop but... If I buy a brand new PIC I have to program it, right? Where can I find the file to program it?

    Tnx in advance!
    you can get the temp.sensor DS1820 for free at maxim-ic.com. I ordered 2 samples, and received them yesterday.

    Only need a schematic or so. Offcourse I can use the K145 kit, however I do have most components already. Only problem is: I don't have a PIC programmer. Wondering if there is a schematic without PIC, or where I could buy JUST a preprogrammed pic.

  3. #23
    RoadRunner Mastermind
    Auto Apps:loading...
    guino's Avatar
    Join Date
    Nov 2004
    Location
    Toronto, Canada
    Posts
    9,762
    I believe you won't find the programmed pic for sale alone, but you can search for a pic programmer schematic that you can build on a prototype board and use once... maybe you can convince mauri to "sell" you a programmed pic.. the code is available on the author's site..
    Ride Runner RR's Myspace

    "Being happy is not about having what you want, it's about wanting what you have."
    "The best things in life are always free - but that doesn't mean money can't buy you good things."

  4. #24
    Variable Bitrate garo's Avatar
    Join Date
    Jan 2005
    Location
    Milan, Italy
    Posts
    258
    Quote Originally Posted by DJSmiley
    you can get the temp.sensor DS1820 for free at maxim-ic.com. I ordered 2 samples, and received them yesterday.

    Only need a schematic or so. Offcourse I can use the K145 kit, however I do have most components already. Only problem is: I don't have a PIC programmer. Wondering if there is a schematic without PIC, or where I could buy JUST a preprogrammed pic.
    Thank you a lot, I have just ordered them

  5. #25
    FLAC Mastero's Avatar
    Join Date
    Aug 2001
    Location
    India
    Posts
    1,637
    where can i get the hex file .... I have the programer.

    Mastero

  6. #26
    FLAC mauri's Avatar
    Join Date
    Jan 2004
    Posts
    1,002
    GPASM Assembler sw

    Mauri

  7. #27
    FLAC Mastero's Avatar
    Join Date
    Aug 2001
    Location
    India
    Posts
    1,637
    Mauri .... what is the syntax for gpasm ..... i have tried eveything but cant get it.

    It says define processor ........

    could you fill this up please

    gpasm ............................

    Thanx
    Mastero

  8. #28
    Constant Bitrate
    Join Date
    Nov 2004
    Location
    Netherlands
    Posts
    128
    Quote Originally Posted by Mastero
    Mauri .... what is the syntax for gpasm ..... i have tried eveything but cant get it.

    It says define processor ........

    could you fill this up please

    gpasm ............................

    Thanx
    Mastero
    you've to specify the PIC used, which you can see as well when just entering gpasm -h

    Should be something like
    gpasm -p 12c509a file.asm

    however, i'm getting only a buch of compiling errors instead of a hex file

  9. #29
    RoadRunner Mastermind
    Auto Apps:loading...
    guino's Avatar
    Join Date
    Nov 2004
    Location
    Toronto, Canada
    Posts
    9,762
    I'm sure mauri can just post the HEX file if we ask nicely..
    Ride Runner RR's Myspace

    "Being happy is not about having what you want, it's about wanting what you have."
    "The best things in life are always free - but that doesn't mean money can't buy you good things."

  10. #30
    Constant Bitrate
    Join Date
    Nov 2004
    Location
    Netherlands
    Posts
    128
    Quote Originally Posted by guino
    I'm sure mauri can just post the HEX file if we ask nicely..

    hehe would be nice

    anyway, I now got a hex file, gpasm only gives a bunch of errors, so I doubt if the hex file is going to work.

    Used command line:
    gpasm -p p12c509 -i ds1820.asm

    (Needed to copy some .inc files to the bin directory of gputils as well, but at least it compiles or so)

    Compiling it for the 16f84 PIC gives me less errors
    gpasm -p 16f84 -i ds1820.asm


    At least i'm rid of all errors, now only some warnings.
    ds1820.asm:44:Warning [215] Processor superseded by command line.
    ds1820.asm:67:Warning [224] Use of this instruction is not recommended.
    ds1820.asm:67:Message [302] Register in operand not in bank 0. Ensure bank bits
    are correct.
    ds1820.asm:67:Warning [224] Use of this instruction is not recommended.
    ds1820.asm:67:Message [302] Register in operand not in bank 0. Ensure bank bits
    are correct.
    ds1820.asm:67:Warning [224] Use of this instruction is not recommended.
    ds1820.asm:67:Message [302] Register in operand not in bank 0. Ensure bank bits
    are correct.
    ds1820.asm:1048:Message [302] Register in operand not in bank 0. Ensure bank bit
    s are correct.
    ds1820.asm:1246:Warning [205] Found directive in column 1.

Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. RDS Radio in RR.
    By CherokeeChief in forum Road Runner
    Replies: 13
    Last Post: 01-07-2008, 11:44 AM
  2. RR 2-20-05 ... Bug Fixes ...
    By guino in forum Road Runner
    Replies: 123
    Last Post: 03-01-2005, 02:27 AM
  3. Min hardware spec for RR mp3 and Mapmonkey only
    By Caitlin in forum Road Runner
    Replies: 2
    Last Post: 02-24-2005, 01:00 PM
  4. Replies: 4
    Last Post: 02-04-2004, 10:28 PM
  5. highout, small capacity battery?
    By jshrieve in forum Power Supplies
    Replies: 7
    Last Post: 06-15-2001, 04:34 AM

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
  •