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

Resetting Netduino Plus 2


  • Please log in to reply
1 reply to this topic

#1 Domin8or1234

Domin8or1234

    New Member

  • Members
  • Pip
  • 1 posts

Posted 26 September 2013 - 10:24 PM

I have a Netduino Plus and it is blinking its LED. My dad programmed it to do that and I am trying to learn Netduino myself so, is there anyway I can reset it? I have googled it before and I've looked at other forums but none of them helped. Can anybody help me?

 

Also, I've tried to write this code without restarting it:

 

OutputPort led = new OutputPort(Pins.ONBOARD_LED, false);   InputPort button = new InputPort(Pins.ONBOARD_SW1, false, Port.ResistorMode.Disabled);   bool buttonState = false;   while (true)   {   buttonState = button.Read();   led.Write(buttonState);

 

but it said  "Attaching debugger engine... cannot attach debugger engine!"

It would be awesome if I got help on that to!



#2 SteveAndrews

SteveAndrews

    Member

  • Members
  • PipPip
  • 17 posts
  • LocationOrange County, CA

Posted 27 September 2013 - 09:04 AM

For the "Attach" error, the simplest thing I've found is to hit the reset button on the board (if ONBOARD_SW1 hasn't been overridden), or simply unplug it and plug it back in. Then try running a deployment again?






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.