Hi there,
I´m pretty new to the Netduino Plus 2 but have some experience with Arduino and electronics/programming in general. Two days ago I received my new Netduino Plus 2 and it looks like I killed it this morning. How? Probably by simply connecting an LED (???)
What I did to kill it (obviously):
- use a simple red 5mm LED with an 330R resistor on +Pin
- tested the LED befor using a 3V power source: it works
- connected the LED to Netduino board pins 3V3 and GND. It lights up.
- connected the LED to Netduino board pins Digital I/O 13 and GND. It stays dark (ok, pin is not set by software)
- wrote a little program that just sets up pin 13 as OutputPort and sets the pin to True
static readonly OutputPort _led = new OutputPort(Cpu.Pin.GPIO_Pin13, false);
...
_led.Write(true);
- deployed the program to the board
- program runs (could verify it using breakpoints), but LED stays dark
- modified the program, tried to deploy it and nothing happens. VS stucks in "Preparing to deploy the assemblies to the device". After approx. 5mins: "Unable to communicate with device - USB:Netduino"
- tried to deploy one of my older programs (w/o any LED stuff) that worked fine the other day: same problem
What I tried to reanimate it:
- deconnect from USB, reconnect. no success
- restart the computer (several times): no success
- use another USB port: no success
- press the button on the board while reconnecting, afetr reconnecting etc, all possible combinations: no success
- started NETMF Deployment Tool and reconnect the board with button pressed, tried the well-known reset procedures (ping, erase, etc): they don´t work with my Netduino
Current situation:
- power LED on the board is on
- onboard LED goes on for approx. 3 seconds after pressing the button
- when I connect the board to my PC while NETMF Deployment Tool is running it recognizes the Netduino. It shows up in the dropdown as "NetduinoPlus2_Netduino"
- Target/Device capabilities brings "Error: No response from device" after a few secs
- Ping says "Pinging...." and after a while "Error: No response from device" as well
- when I connect the board to the PC while NETMF Deployment Tool is running with onboard button pressed the board is not recognized by the software. onboard LED stays on forever
- I´m sad and mad and...
What´s next:
- I´ll go biking now and look for a nice and peaceful place to bury my Netduino...
Looks like I have burned 55€ in 5.5 seconds. And my brand new GPS shield becomes useless too.
Should I by a new board? Should I avoid using LEDs (if this is really the cause which I just cannot believe)?
Should I return to the old Arduino which still works fine. Even with LEDs, even with the very same LED?
Any ideas how to test or reanimate the board?
may thanks in advance,
Daniel