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.

MarcusTheBold

Member Since 14 Jun 2013
Offline Last Active Jul 03 2013 04:37 AM
-----

Topics I've Started

Problems with Netduino Go Shieldbase

03 July 2013 - 04:27 AM

I'm extremely new to netduino development. So far I've played around with the piezo (successfully) and the shield base (not so successfully).

 

I updated the firmware on my netduino go to 4.2.2 and flashed the shield base up to beta 6. I had been able to wire my shield base up and see it do things successfully, but after 1 rebuild I started getting this error:

 

GoBus.GoBusSerialTransport::ResetSlave

GoBus.GoBusSerialTransport::.ctor

NetduinoGo.ShieldBase::Initialize

NetduinoGo.ShieldBase::.ctor

Go.Program::Main

 

When I first started working with it I got that message relentlessly (hence why I updated my firmware). I've started a new project with the literally barest of code and its still failing with that message, making me think its something wrong with the hardware.

 

I'm so new to this, I have no idea how to troubleshoot.

 

Here's my code, if it helps:

 

using SecretLabs.NETMF.Hardware.NetduinoGo;
 
namespace ShieldBaseTest
{
    public class Program
    {
        public static void Main()
        {
            var shieldbase = new NetduinoGo.ShieldBase(GoSockets.Socket5);
        }
    }
}
 
It fails on the constructor. I do have it plugged into Socket 5 (I did double check! :)) Any help would be greatly appreciated.

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.