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.

eplaksienko

Member Since 24 Sep 2012
Offline Last Active Dec 23 2013 01:35 AM
-----

Topics I've Started

i2c module

21 May 2013 - 06:47 PM

Did Anybody triy to get/use SPI to I2C module to use with Netduino Go, need to accommodate compass module


Netduino Go with battery pack, any ready inexpensive ideas

10 May 2013 - 05:55 PM

Hi!

 

Anybody aware Netduino Go with AA battery pack, any ready inexpensive ideas?

 


TristatePort through exception while construct via SB

02 May 2013 - 02:26 AM

Hi!

 

 

TristatePort throw exception while construct via SB

 

here the code

 

 

ShieldBase sb = new ShieldBase((GoBus.GoSocket)1);
 
TristatePort p1 = new TristatePort(sb.Pins.GPIO_PIN_D2, false, true, Port.ResistorMode.PullUp);
 
here the exception
 
A first chance exception of type 'System.Exception' occurred in GoBusSerialTransport.dll
An unhandled exception of type 'System.Exception' occurred in GoBusSerialTransport.dll
 
Here the trace
 
  GoBusSerialTransport.dll!GoBus.GoBusSerialTransport.CallFunction(byte profile, byte instance, byte function, byte[] parameters, bool waitForResponse) Line 1101 + 0xcf bytes C#
  NetduinoGo.ShieldBase.dll!NetduinoGo.ShieldBase.CreateTristatePort(Microsoft.SPOT.Hardware.Cpu.Pin portId, bool initialState, bool glitchFilter, Microsoft.SPOT.Hardware.Port.ResistorMode resistor) Line 461 + 0x5d bytes C#
  [External Code]
> Charlie6.exe!Charlie6.Program.Main() Line 17 + 0x1d bytes C#
z`
 
 
Any ideas what's wrong?

Shield base pins reassignment

23 April 2013 - 03:47 PM

Question What happens if I open some D pin on shield base as output, then in some period of time reassign it as input?

 

Is it going to work? Does it require specific actions?

 

Thanks


Serial port on SB

31 March 2013 - 08:22 PM

Hi!

 

Question, how to use, code example any?

 

Thanks


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.