Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

Help please!! Possible brick!


  • Please log in to reply
5 replies to this topic

#1 Jamie Rytlewski

Jamie Rytlewski

    New Member

  • Members
  • Pip
  • 4 posts

Posted 26 May 2011 - 02:04 AM

So my netduino will not do anything at all. The Blue led, white led, and act led stay solid the whole time. I've tried the 3v3 and gold panel reset and my computer keeps telling me that the device is not recognized. I was pushing down the reset button on a wifly shield when this happened. I tried the MF tools also and nothing. Thanks! Jamie

#2 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 26 May 2011 - 03:43 AM

Hi Jamie, If you put a jumper between the 3.3V pad and the ERASE pad then you have erased your Netduino's firmware completely. When the Netduino Plus has been erased completed, its power (white), user (blue), and ethernet activity (green) LEDs will all come on and stay on--consistent with what you're seeing. You'll need to reflash your Netduino Plus (first the bootloader using Atmel SAM-BA, possibly on a 32-bit Windows machine...and then the .NET MF firmware). What version of Windows are you running? 32-bit or 64-bit? Chris

#3 Eric Burdo

Eric Burdo

    Advanced Member

  • Members
  • PipPipPip
  • 130 posts

Posted 26 May 2011 - 02:52 PM

Hi Jamie,

If you put a jumper between the 3.3V pad and the ERASE pad then you have erased your Netduino's firmware completely.

When the Netduino Plus has been erased completed, its power (white), user (blue), and ethernet activity (green) LEDs will all come on and stay on--consistent with what you're seeing.

You'll need to reflash your Netduino Plus (first the bootloader using Atmel SAM-BA, possibly on a 32-bit Windows machine...and then the .NET MF firmware).

What version of Windows are you running? 32-bit or 64-bit?

Chris


If you did erase the netduino, then you'll need to use SAM-BA like Chris said.

Here is a good post to check out: http://forums.netdui...p__347#entry347
~ Eric D. Burdo ~ http://brick-labs.com/

Today LED's, tomorrow, the world!!! Well, OK, maybe servos.

#4 Jamie Rytlewski

Jamie Rytlewski

    New Member

  • Members
  • Pip
  • 4 posts

Posted 27 May 2011 - 03:38 PM

Actually what was causing the problems was the WiFly board that I have. At one time I pressed the reset button the WiFly board and it put the Netduino in a strange state. When I put the WiFly board back on and pushed the rest button again, all of a sudden the device was recognized by Windows.

By chance, does anyone know of any good sources for WiFly troubleshooting? I've looked a bit on here, and the problem I'm having is getting to Write the SPR and initializing.

WriteRegister(Register.SPR, 0x55);
        if(ReadRegister(Register.SPR) != 0x55)
            throw new Exception("Failed to init SPI<->UART chip");

Mine keeps failing at this part. Does anyone know a good way to use the terminal with just USB? Do I have to get a USB to RS232 adapter?

#5 Stefan

Stefan

    Moderator

  • Members
  • PipPipPip
  • 1965 posts
  • LocationBreda, the Netherlands

Posted 27 May 2011 - 04:58 PM

Actually what was causing the problems was the WiFly board that I have. At one time I pressed the reset button the WiFly board and it put the Netduino in a strange state. When I put the WiFly board back on and pushed the rest button again, all of a sudden the device was recognized by Windows.

That is very strange! The Reset-button on the WiFly shield (at least the one I have; marked with 6/15/10 on the back) just links Gnd to the Reset-pin. I used this a couple of times without problems.
"Fact that I'm a moderator doesn't make me an expert in things." Stefan, the eternal newb!
My .NETMF projects: .NETMF Toolbox / Gadgeteer Light / Some PCB designs

#6 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 27 May 2011 - 05:30 PM

It's also possible that the RESET button on your WiFly shield is getting "stuck pushed down" (if not externally, then internally). If it's holding the Netduino's MCU in a RESET state, then the MCU won't be able to boot. To determine if that is the issue, just unplug the WiFly shield. If the Netduino comes back to life, you can verify further by measuring the voltage difference between the RESET pin and a power pin using a multimeter. Chris




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.