Shop OBEX P1 Docs P2 Docs Learn Events
WIZnet Ethernet Board for Quick Start does not run on external power. — Parallax Forums

WIZnet Ethernet Board for Quick Start does not run on external power.

AlarusAlarus Posts: 48
edited 2013-07-31 05:44 in Propeller 1
WIZnet Ethernet Board for Quick Start does not run on external power.
But when powered from USB works fine.

In what may be the Problem??

Comments

  • cavelambcavelamb Posts: 720
    edited 2013-06-10 10:30
    Are you grounding /USB PWR ENABLE?
  • AlarusAlarus Posts: 48
    edited 2013-06-10 10:42
    cavelamb wrote: »
    Are you grounding /USB PWR ENABLE?

    /USB_PWR_EN connected via a divider to the FT232RL on the QuickStart board.
  • Daniel HarrisDaniel Harris Posts: 207
    edited 2013-06-10 11:31
    How are you attempting to externally power the Quickstart + W5200 board? Are you using the barrel jack on the W5200 board?
  • AlarusAlarus Posts: 48
    edited 2013-06-10 17:46
    How are you attempting to externally power the Quickstart + W5200 board? Are you using the barrel jack on the W5200 board?

    Yes I use the QuickStart board + W5200 board for QuickStart. I connect the external power via jack on the W5200 board.
  • cavelambcavelamb Posts: 720
    edited 2013-06-10 21:42
    GROUND /UsbPowerEnable pin...
  • Mike GMike G Posts: 2,702
    edited 2013-06-11 04:49
    Alarus wrote: »
    WIZnet Ethernet Board for Quick Start does not run on external power.
    But when powered from USB works fine.

    In what may be the Problem??

    1) Is the program loaded into EEPROM?
    2) Are you using the Parallax Serial Terminal to view debug information. If so, using the following PST initialization code block.
      if(ina[USB_Rx] == 0)      '' Check to see if USB port is powered
        outa[USB_Tx] := 0       '' Force Propeller Tx line LOW if USB not connected
      else                      '' Initialize normal serial communication to the PC here                              
        pst.Start(115_200)      '' http://forums.parallax.com/showthread.php?135067-Serial-Quirk&p=1043169&viewfull=1#post1043169
        pause(500)
    

    I can assure you the WIZnet Ethernet Board for Quick Start does run on external power.
  • AlarusAlarus Posts: 48
    edited 2013-06-11 05:04
    Yes, I load the program in the EEPROM.
    Yes, in the initialization block is the code.

    I load the standard example WebServer_W5200_RTC.spin.

    It works fine with powered USB, but with external power supply there is not any reaction.

    I'm not saying that the board W5200 does not work, I'm trying to understand the reason why is not working.
  • Mike GMike G Posts: 2,702
    edited 2013-06-11 06:21
    What does not work?
  • AlarusAlarus Posts: 48
    edited 2013-06-11 06:44
    Mike G wrote: »
    What does not work?

    WebServer_W5200_RTC.spin program does not work in the examples from external power.
  • Mike GMike G Posts: 2,702
    edited 2013-06-11 08:59
    Writing to the terminal without the USB cable causes problems. I'm not sure why. I attached RTC code that will work without the USB cable connected. Sorry for the inconvenience.

    I'll have to consider using a debug flag to turn off the pst debug terminal.
  • DougworldDougworld Posts: 24
    edited 2013-07-31 05:44
    Thanks Mike G -- I had the same problem and the new code works. I can unplug the USB cable from the Starter board now. Good Stuff!
Sign In or Register to comment.