Using the Arduino Ethernet shield with AMICUS18 (Joint forum project?)


Closed Thread
Results 1 to 40 of 63

Hybrid View

  1. #1
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,624

    Default Re: Using the Arduino Ethernet shield with AMICUS18 (Joint forum project?)

    In post #24 above, second paragraph regarding the conditional debug output. Those two statements should of course read:
    #DEFINE W5100_DEBUG_LEVEL 1 or #DEFINE W5100_DEBUG_LEVEL 2

    As usual we're not allowd to correct such mistakes if not imediatley detected :-(

  2. #2
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924

    Default Re: Using the Arduino Ethernet shield with AMICUS18 (Joint forum project?)

    WOW!!!
    Nice work Henrik.
    Dave
    Always wear safety glasses while programming.

  3. #3
    Join Date
    Sep 2009
    Posts
    755

    Default Re: Using the Arduino Ethernet shield with AMICUS18 (Joint forum project?)

    Hi,
    Nice work. But i think that you have some mistake.
    You wrote
    Code:
    W5100_Gateway[0] = 192
    W5100_Gateway[0] = 168 
    W5100_Gateway[0] = 1 
    W5100_Gateway[0] = 254
    If i understand it should be
    Code:
    W5100_Gateway[0] = 192
    W5100_Gateway[1] = 168 
    W5100_Gateway[2] = 1 
    W5100_Gateway[3] = 254

  4. #4
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,624

    Default Re: Using the Arduino Ethernet shield with AMICUS18 (Joint forum project?)

    Ah, yes of course, thanks for spotting that. It should be OK in the example project attached to previous message.
    I wish I could go back and fix it in the post but I can't :-(

    /Henrik.

  5. #5
    Join Date
    Sep 2009
    Posts
    755

    Default Re: Using the Arduino Ethernet shield with AMICUS18 (Joint forum project?)

    Maybe you should be moderator on AMICUS18 section...

  6. #6
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924

    Default Re: Using the Arduino Ethernet shield with AMICUS18 (Joint forum project?)

    The code in post #24 is fixed.
    Dave
    Always wear safety glasses while programming.

  7. #7
    Join Date
    Jan 2005
    Location
    Montreal, Quebec, Canada
    Posts
    3,172

    Default Re: Using the Arduino Ethernet shield with AMICUS18 (Joint forum project?)

    Henrik, Bravo!

    Robert

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