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.

LakeOzark

Member Since 13 Oct 2012
Offline Last Active Jan 24 2013 10:04 PM
-----

Topics I've Started

Error HRESULT E_FAIL

28 December 2012 - 01:05 AM

Updated some software now I get the following problem. What did I do wrong.

 

 

Error 1 A problem occurred while trying to set the "References" parameter for the IDE's in-process compiler. Error HRESULT E_FAIL has been returned from a call to a COM component. NetduinoApplication1_firs


netdurino Go and PWM

25 December 2012 - 03:09 AM

I have downloaded four different PWM programs and have problems with all. Here are some of the problems. PWM pwm = new PWM(Pins. GPIO_PIN_D5); error cant find this GPIO_PIN_D5 pwm.SetDutyCycle(50); error cant find this SetDutyCycle pwm.SetPulse(period, duration); error cant find this SetPulse(period, duration ShieldBase shieldbase = new ShieldBase((GoBus.GoSocket) 5); error cant find this ShieldBase I have tried adding the references. No help. What am I doing wrong.

NetduinoGO RGB Module

29 October 2012 - 05:21 PM

.
.
I have other projects running.

Here is what I have.

using SecretLabs.NETMF.Hardware.NetduinoGo;
namespace RGB_Demo
{
public class Program
{
static NetduinoGo.RGBLed led = new NetduinoGo.RgbLed(GoSockets.Socket8); // this is the socket for the first LED
public static void Main()

I get this error message.
Error 1 The type or namespace name 'NetduinoGo' could not be found (are you missing a using directive or an assembly reference?) C:\Users\AZ\documents\visual studio 2010\Projects\RGB_Demo\RGB_Demo

What am I messing?
Thanks Martin

SecretLabs.NETMF.Hardware.NetduinoGo

25 October 2012 - 01:00 AM

In looking for pin documentation I found that things like Socket1_Led are commented out? -Led

Where is the documentation?

24 October 2012 - 07:12 PM

Just started with netduino Go. Every thing went good until I built the example in getting started. Since there is no Blue I found my problem and made the following changes. Replaced OutputPort led = new OutputPort(Pins.ONBOARD_LED, false); with OutputPort led = new OutputPort((Cpu.Pin)22, false); This worked then I realized I had no Documentation. I did not receive the disk. Ordered from Amazon which came from CanaKit. Went from this website via buy now to Amazon and received only the netdurino card, cables and sticky feet. You know what happen when you Assume! How can I get Documentation? Martin

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.