Olympic Timer - Page 2


Closed Thread
Page 2 of 2 FirstFirst 12
Results 41 to 48 of 48

Thread: Olympic Timer

  1. #41
    AIAMRE's Avatar
    AIAMRE Guest


    Did you find this post helpful? Yes | No

    Smile Hex

    Hello,

    Is it possible to have the HEX file ?

    Thanks

  2. #42
    Join Date
    Jul 2003
    Posts
    2,358


    Did you find this post helpful? Yes | No

    Default

    Rename the TXT as HEX.

    It's a PBP2.46 compilation of a 4 year old BAS... so usual caveats apply about wasting your life trying to get it to work in time for this years Olympics... it should... but...
    Attached Files Attached Files

  3. #43
    Join Date
    Sep 2008
    Posts
    3


    Did you find this post helpful? Yes | No

    Default Newbie - Dumb Questions

    Hi Melanie,

    Newbie alert with dumb questions!

    Not meaning to drag this topic on (4 years - wow). I am interested in doing the project and would like a to ask a couple of questions.

    Has the PIC16F876 been replaced by anything, as I seem to be having trouble buying them.

    In the photo's you posted showing the casing for the LCD, it only appears to be small, how is the PIC interfaced with the LCD (is it inside the casing) on a carrier board or spacific schematic.

    Do you still ahve any o fthe LCD's for sale - the 'sexy blue' ones.

    Thanks in advance.

  4. #44
    Join Date
    Jul 2003
    Posts
    2,358


    Did you find this post helpful? Yes | No

    Default

    > Has the PIC16F876 been replaced by anything, as I seem to be having trouble buying them.

    Yes, the 16F876A replaced it.

    Two lines need to be added in the initialisation sequence of the program to disable the Comparators and the Voltage Reference module...

    CMCON=%00000111
    CVRCON=%00000000
    ...and any @ DEVICE statements right at the start need to have an 'A' inserted to indicate it's now a 16F876A and not a straight 16F876.

    You can also migrate to an 18F242, 18F2420 or any of that family as they're all pin compatible but need a litte more code adjustment...

    > In the photo's you posted showing the casing for the LCD, it only appears to be small, how is the PIC interfaced with the LCD (is it inside the casing) on a carrier board or spacific schematic.

    Those LCD pictures and casing digressed from the Olympic Timer topic per se. I do have a PCB and bezel that is more suitable for playing with that I can let you have. Though it wasn't intended for that purpose, with a bit of frigging (techical engineering term) you can use it for the Olympic Timer project. It'll also house an EEPROM and a RTC so it can be used for other things too when you get bored waiting for the next Olympics.

    > Do you still ahve any o fthe LCD's for sale - the 'sexy blue' ones.

    Yes, about 8,000 pcs at the last inventory-check. Contact me off-list.

  5. #45
    Join Date
    Sep 2007
    Location
    USA, CA
    Posts
    271


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Melanie View Post
    > Has the PIC16F876 been replaced by anything, as I seem to be having trouble buying them.

    Yes, the 16F876A replaced it....
    You can also migrate to an 18F242, 18F2420 or any of that family as they're all pin compatible but need a litte more code adjustment...
    My guess is that the 16F866 is probably going to be the 16F876A replacement--and they are cheaper than either of the older parts. It will possibly require more edits than going to the A part, but not as many as going to the 18F part.

    Note that 18F parts, given the same specs, are like having larger code space. They don't have code pages, and they have almost twice as many asm commands. You can expect a 20% savings right off the top. I also believe the 18F2420's are facing impending obsolescence, as the 18F24K20 (I think that's the new part...) has migration instructions to it. And it's cheaper.

  6. #46
    Join Date
    May 2007
    Posts
    604


    Did you find this post helpful? Yes | No

    Default

    Note that the 18F24K20 is a 3.3V ONLY part, so the 18F2420 is likely to remain in the MicroCHIP product line. Another advantage is that the 18 series have larger stack.

    Of course, from a purely cost/performance standpoint, a 28-pin PIC24FJ is several orders of magnitude above the 16/18 parts. For example, a PIC24FJ16GA002 has more RAM (4096 bytes), more peripherals and costs less than either the 16F876A or PIC18F2420.
    Last edited by rmteo; - 17th September 2008 at 17:04.

  7. #47
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default

    The 24 series are nice, but they aren't supported by PBP.
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

  8. #48
    Join Date
    May 2007
    Posts
    604


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Bruce View Post
    The 24 series are nice, but they aren't supported by PBP.
    Agreed. For me, selecting the right tools (both hardware and software) is more than half the battle won.

Similar Threads

  1. About olympic timer..
    By Eng4444 in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 4th June 2006, 09:16
  2. Melanie's Olympic Timer
    By nedtron in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 11th January 2006, 14:41
  3. Olympic Timer MPH readout
    By Macgman2000 in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 19th August 2005, 17:56
  4. Help with scroll text in Melanie Olympic Timer
    By jorge in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 9th November 2004, 14:52
  5. Melanie Olympic Timer -> Banner....scroll text...
    By jorge in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 8th November 2004, 22:11

Members who have read this thread : 2

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