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.

VipX1

Member Since 08 Jul 2011
Offline Last Active Jan 01 2013 09:49 PM
-----

Topics I've Started

Cannot Get Clean OnInterrupt Event from InterruptPort

01 January 2012 - 09:43 PM

static InterruptPort iPort = new InterruptPort(
						Pins.GPIO_PIN_D0,
						true,
						Port.ResistorMode.PullUp,
						Port.InterruptMode.InterruptEdgeBoth );
iPort.EnableInterrupt( );
iPort.OnInterrupt += new NativeEventHandler( iPort_OnInterrupt );
static void iPort_OnInterrupt( uint data1, uint data2, DateTime time )
{
	if( data2 == 1 )
          Debug.Print( counter++ + ".) " + data2.ToString( ) );			}

When I short Digital I/O pin zero to GND I get Data2 == 0, that is great and what I want.
BUT; when I remove the short I get between 3 and 5 open and close events. e.g. 1010101

I'm shorting zero to GND threw a relay which is held closed for 200 milliseconds via a 555 timer so as to remove human error on the physical switch event. I have tried it free hand with a piece of wire also.

Am I doing something wrong. Surely it is possible to cleanly measure a closing contact on the Netduino.

.brd schematic files, what reader program.

09 July 2011 - 04:29 PM

There are several schematic files available to download on the downloads page of the Netduino site. I downloaded them and extracted them and got .brd files post extraction. What is the reader program for a .brd file? When I used Google I found filecrop but I can't find a reader on that site.

Debug via Ethernet connection

08 July 2011 - 07:13 PM

I asked this in the Chat already. I understand it is a big undertaking but maybe somebody has achieved it. Is it possible to deploy a new project to the Netduino plus and debug it, i.e. using F5? Is it possible to manually deploy an application to the Netduino plus using MFDeploy.exe?

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.