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.

fluke

Member Since 04 Oct 2010
Offline Last Active Jun 30 2015 12:50 AM
-----

Topics I've Started

Simultaneous Outport Ports?

24 February 2011 - 04:03 PM

Is there a command that makes it possible to simultaneously access multiple output ports? I need to send a clock signal off 2 Output ports and I'd like for them to both go high and low at exactly the same time: ie: static OutputPort port1= new OutputPort(Pins.GPIO_PIN_A1, false); static OutputPort port2= new OutputPort(Pins.GPIO_PIN_A3, false); port1.Write(true); port2.Write(true); Thread.Sleep(1000); port1.Write(false); port2.Write(false); This currently results in a ~50us lag between pulses. Is there a way to eliminate/ reduce that difference?

Power through 5V pin?

22 February 2011 - 09:30 PM

I've managed to have some success powering the Netduino using only 5V into the 5V pin. However, this is causing some problems on the Netduino Plus with a custom shield I made. What are the limitations of supplying power in this manner?

Power through 5V pin?

22 February 2011 - 07:14 PM

I've managed to have some success powering the Netduino using only 5V into the 5V pin. However, this is causing some problems on the Netduino Plus with a custom shield I made. What are the limitations of supplying power in this manner?

Replacements Pins...

29 December 2010 - 07:13 PM

So my clumsy fingers have managed to break a few pins on the Mini... Where can I order replacements that I can solder on?

Physical Dimension Schematic (CAD)

24 November 2010 - 04:16 PM

I'mm looking for a CAD drawing of the Netduino so I know the dimensions and distances between the mounting holes etc.. Anyone have one?

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.