Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: REN-C PIC HEX file

  1. #1
    Join Date
    Oct 2009
    Location
    Bennington, NH
    Posts
    82

    Default REN-C PIC HEX file

    Dose anyone have the REN-C HEX file. i tried to make it but it dosent operate. I'm new at the RENARD boards and am tring to get my OLSEN
    595 to dim. Right now its not doing anything

    Thanks

    P.S. dose it operate at the 56000 baud rate to?
    Joe O'Brien

    2009 - 1- Olsen 595 running 40 channels
    :D

    2010 1 Olsen w/64 Channels & Ren-c
    1 ren 24, 2 ren 8's, (hopefully)
    2011 2 Olsen w/64 Channels, Ren-c & Ren-t
    2 Ren SS24's, 2 Ren SS8's
    Complete New Layout

  2. #2
    Join Date
    Nov 2008
    Location
    Dewitt, Michigan
    Posts
    88

    Default Re: REN-C PIC HEX file

    Go to :

    doityourselfchristmas.com/wiki page

    click on Electronics Hardware

    then to the Renard link

    then the Renard-595 converter link

    then find the link to take you to the Firmware.

    There is lots of information on what you want to do with the 595 converter there....

    Hope this helps

  3. #3
    Join Date
    May 2007
    Location
    Virginia Beach, VA
    Posts
    1,204

    Default Re: REN-C PIC HEX file

    YEs runs at 57600

    If you need the firmware let me know I have both the published and a beta version in HEX format
    More channels then I can use.
    More light bulbs then I care count.
    http://www.vimeo.com/user1106747/videos

  4. #4
    Join Date
    Oct 2009
    Location
    Bennington, NH
    Posts
    82

    Red face Re: REN-C PIC HEX file

    I found my problem. i forgot to install the J1 jumper on the Olsen595 board. all works now
    Joe O'Brien

    2009 - 1- Olsen 595 running 40 channels
    :D

    2010 1 Olsen w/64 Channels & Ren-c
    1 ren 24, 2 ren 8's, (hopefully)
    2011 2 Olsen w/64 Channels, Ren-c & Ren-t
    2 Ren SS24's, 2 Ren SS8's
    Complete New Layout

  5. #5
    Join Date
    Dec 2010
    Location
    Crab Orchard, NE
    Posts
    596

    Default Re: REN-C PIC HEX file

    I know this is bringing an old post alive but didn't want to start a new one since this one was there.

    I'm trying to build a .Hex for the REN C but cannot get it to build from the wiki asm. Looking for help. This is what I get when I try to build

    Clean: Deleting intermediary and output files.
    Clean: Done.
    Executing: "C:\Program Files\Microchip\MPASM Suite\MPASMWIN.exe" /q /p16F627A "Renard-595-192-20090505a.asm" /l"Renard-595-192-20090505a.lst" /e"Renard-595-192-20090505a.err" /o"Renard-595-192-20090505a.o"
    Error[113] C:\USERS\ZYLA FAMILY\DESKTOP\RENARD-595-192-20090505A.ASM 90 : Symbol not previously defined (_DATA_CP_OFF)
    Skipping link step. Not all sources built successfully.


    If anyone can help me that would be great... Or if someone would happen to have the .hex already and could post that would be great.. Please let me know
    "I have to plug ALL of these into what??"

    Find us on Facebook

    Crab Orchard Christmas


    30,000 lights and counting

  6. #6
    Join Date
    Feb 2009
    Location
    Plymouth, MN
    Posts
    8,019

    Default Re: REN-C PIC HEX file

    Try this one instead.
    Attached Files Attached Files
    dirknerkle

    The DIGWDF Store is the place to go for wireless stuff for Renard... controllers, adapters... or other junk that
    nobody else would probably ever make. It's all in stock right now at http://diychristmas.org/store

  7. #7
    Join Date
    Dec 2010
    Location
    Crab Orchard, NE
    Posts
    596

    Default Re: REN-C PIC HEX file

    I'm not sure what I'm doing wrong but I'm getting the same error with that one as well Dirk. I've used MPLAB IDE project wizard as well as tried manually.. can't get it past that point. The only thing that changes is the 20090505 turns into 20090506. I've entered the pic, not sure what I'm doing wrong.

    I dunno..
    "I have to plug ALL of these into what??"

    Find us on Facebook

    Crab Orchard Christmas


    30,000 lights and counting

  8. #8
    Join Date
    Jun 2007
    Location
    Ft. Walton Beach, FL
    Posts
    1,500

    Default Re: REN-C PIC HEX file

    It appears that there is something wrong with the include file or it is missing.
    _DATA_CP_OFF is defined in the include file.

    Check to make sure the file: p16f627a.inc is MPASM Suite directory

    What version of MPLAB IDE are you using?
    RavingLunatic
    Not just a username but a state of mind

  9. #9
    Join Date
    Dec 2010
    Location
    Crab Orchard, NE
    Posts
    596

    Default Re: REN-C PIC HEX file

    I'm using v8.63

    I'll be honest.. not sure I know what I'm looking for.. this I'm absolutly lost on
    "I have to plug ALL of these into what??"

    Find us on Facebook

    Crab Orchard Christmas


    30,000 lights and counting

  10. #10
    Join Date
    Jun 2007
    Location
    Ft. Walton Beach, FL
    Posts
    1,500

    Default Re: REN-C PIC HEX file

    OK, I installed that version and the p16f627a.inc (released with MPLAB IDE Ver. 8.63) file had that symbol defined a little different:

    change _DATA_CP_OFF to DATA_CP_OFF

    In case you cannot find it, the line looks like this:

    __CONFIG _CP_OFF & _DATA_CP_OFF &_LVP_OFF & _BOREN_ON &_MCLRE_OFF & _PWRTE_ON & _WDT_OFF & _HS_OSC

    change to:
    __CONFIG _CP_OFF & DATA_CP_OFF &_LVP_OFF & _BOREN_ON &_MCLRE_OFF & _PWRTE_ON & _WDT_OFF & _HS_OSC
    Last edited by RavingLunatic; 02-26-2011 at 02:05 AM.
    RavingLunatic
    Not just a username but a state of mind

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
  •