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.
Photo

Newbie - Issue with Shieldbase


  • Please log in to reply
1 reply to this topic

#1 KG2V

KG2V

    New Member

  • Members
  • Pip
  • 1 posts

Posted 19 December 2012 - 04:56 AM

Hi Gang,
OK, finally getting around to messing around with the netduino stuff I bought back in September at NYC Maker Faire, and of course, I'm having issues

The project I'm working on needs analog IO (have to fudge together a simple DC voltage monitor),

My issue is in getting the shieldbase to work...

I flashed the GO to 4.2.0.2, and the shieldbase to Beta4

When I go to run the following very simple project:

namespace NetduinoGoApplication1
{
    public class Program
    {
        public static void Main()
        {
            // write your code here
            NetduinoGo.ShieldBase sb = new NetduinoGo.ShieldBase(GoSockets.Socket5);
            AnalogInput dvm = new AnalogInput(sb.AnalogChannels.ANALOG_PIN_A0);

           while (true)
           {
               double dvmread = dvm.Read();
              // Microsoft.SPOT.Debug.Print("foo");
           }
        }

    }
}

I get the following:

Create TS.

Loading start at 8056cf0, end 806e864

Assembly: mscorlib (4.2.0.0)

Assembly: Microsoft.SPOT.Native (4.2.0.0)

Assembly: Microsoft.SPOT.Hardware (4.2.0.0)

Assembly: Microsoft.SPOT.Hardware.SerialPort (4.2.0.0)

Assembly: Microsoft.SPOT.IO (4.2.0.0)

Assembly: System.IO (4.2.0.0)

Assembly: Microsoft.SPOT.Hardware.PWM (4.2.0.1)

Assembly: Microsoft.SPOT.Hardware.Usb (4.2.0.0)

Assembly: SecretLabs.NETMF.Diagnostics (4.2.0.0)

Assembly: SecretLabs.NETMF.IO (4.2.0.0)

Loading Deployment Assemblies.

Attaching deployed file.

Assembly: NetduinoGo.ShieldBase (0.3.1.0)

Attaching deployed file.

Assembly: SecretLabs.NETMF.Hardware.NetduinoGo (4.2.0.0)

Resolving.

Link failure: some assembly references cannot be resolved!!


Assembly: NetduinoGo.ShieldBase (0.3.1.0) needs assembly 'GoBus' (1.0.0.0)

Assembly: NetduinoGo.ShieldBase (0.3.1.0) needs assembly 'GoBusSerialTransport' (1.4.1.0)

Assembly: SecretLabs.NETMF.Hardware.NetduinoGo (4.2.0.0) needs assembly 'GoBus' (1.0.0.0)

Error: a3000000

Waiting for debug commands...

HELP!

Edited by Stefan, 19 December 2012 - 06:42 AM.
Added [code] tags


#2 Nicky

Nicky

    Advanced Member

  • Members
  • PipPipPip
  • 78 posts
  • LocationDenmark

Posted 19 December 2012 - 05:38 PM

You can get the GoBus and GoBusSerialTransport DLL's from the attachment here

ntools
TCP Listener (Beta) · FTP Server (Alpha)
Netduino Plus Go Module · Xml Parser
http://ntools.codeplex.com/





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

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.