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.

Anthony Glenwright

Member Since 25 Jun 2011
Offline Last Active Aug 03 2015 06:23 AM
-----

#51326 I just reflashed my Netduino and the board refuses to respond

Posted by Anthony Glenwright on 11 July 2013 - 04:26 AM

Sometimes I find that in Visual studio (in project properties/.NET Micro Framework) you have to re-select the Netduino as a deployment target by changing the transport from USB to serial and back again.




#35021 Can't Deploy Application from VS 2010

Posted by Anthony Glenwright on 12 September 2012 - 12:02 AM

This happens to me all the time with .NET MF 4.2 (wasn't a problem in earlier versions), it seems to happen when the Netduino app has a main application loop with long (1 second) Thread.Sleep()s in it. I have two different ways that I solve it: 1. Unplug the Netduino and plug it back in, then press F5 really fast so that it catches the Netduino before it has finished booting up. 2. (better) Add some code to your netduino application to allow you to terminate your application. An easy way to do this is to add a jumper (or a switch) to one of the pins, and use an InterruptPort to set a boolean flag which terminates the loop.


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.