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.

PhilP

Member Since 17 May 2015
Offline Last Active Jul 23 2017 12:04 PM
-----

Posts I've Made

In Topic: Analog input problem

22 July 2015 - 10:23 AM

Mark:

Good catch.  Thanks for the heads up.  I moved the input lead and changed the 8 to 12 and life is good!

 

Phil


In Topic: Analog input problem

22 July 2015 - 01:58 AM

Excellent. Thank you very much.

In Topic: Analog input problem

21 July 2015 - 03:04 PM

Follow on question:

 

Using the .Netduino 3 Plus Wifi, have a 10k pot connected to +5, Gnd and the wiper connected to Analog pin 0.

 

Creating the object, the first statement below using AnalogInput works fine.  It shows three overloads, if I use the second line instead, the program compiles without issue, but when executing, the program fails with an System.Argument exception.

 

static AnalogInput my_Pot = new AnalogInput(AnalogChannels.ANALOG_PIN_A0);  // works just fine

static AnalogInput my_Pot = new AnalogInput(AnalogChannels.ANALOG_PIN_A0, 0.195, 0, 8);  // compiles OK, will not run.
 
Any thoughts? 
 
Thanks

In Topic: Fastening to a plexi glass base

27 May 2015 - 12:22 AM

I mounted mine on a piece of 1/2 inch PVC.  Used nylon insulators and nylon screws.  Mounted the ND3, a button, a half-size breadboard and the shield (doesn't work yet, waiting patiently).  It is a very convenient for experimental and teaching purposes.

 

 


In Topic: Introducing Netduino 3 Wi-Fi

25 May 2015 - 11:31 PM

Chris:

 

What is the status of the Shield base via the Go bus and the Netduino 3?  I have been successful with all of the on-board features of the Netduino 3 including connecting to my Wifi with no issues.  What a nice affordable card.  The Shield base via the Go bus doesn't work.  I haven't been successful in finding any related entries on the Shield with the Netduino 3.

 

Thanks

 

Phil


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.