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.

Stefan

Member Since 28 Feb 2011
Offline Last Active Jul 16 2014 01:22 PM
*****

#59120 NP2 - Wired Button 15ft+ away fires randomly

Posted by Stefan on 09 July 2014 - 01:15 PM

I shouldn't see why it's not allowed to post a link to the solution, you're most welcome to do so :)




#49105 Any way to use current Toolbox.NETMF 4.2 with SDK 4.3?

Posted by Stefan on 06 May 2013 - 04:51 PM

There are 4.3 DLLs available if you download the source code. It will be embedded with the installer later.




#47016 Ethercat on netduino plus

Posted by Stefan on 11 March 2013 - 10:18 AM

Hi Djeizan,

 

Welcome to the Netduino community.

I would like to ask you to use English on these boards. I would love to help you out on your question but regretfully I can't understand you.




#46739 Replacement Cord

Posted by Stefan on 06 March 2013 - 08:40 AM

BTW if it helps, the connectors are the same as those on the cables used by the Kindle.

 

And the nook :)

You actually need a common usb cable from "male Micro USB B-type" (netduino-side) to "male USB A-type" (PC side)

See also: http://commons.wikim..._connectors.JPG




#46580 Possible hardware fault

Posted by Stefan on 03 March 2013 - 03:13 PM

Hi Andy and welcome to the Netduino forums!

 

Just want to be sure, did you use the correct pin enumeration? This is a common mistake I often make myself too;

Debug.Print(SecretLabs.NETMF.Hardware.Netduino.Pins.GPIO_PIN_D0.ToString()); // 27Debug.Print(Microsoft.SPOT.Hardware.Cpu.Pin.GPIO_Pin0.ToString());           //  0Debug.Print(SecretLabs.NETMF.Hardware.Netduino.Pins.GPIO_PIN_D3.ToString()); //  1Debug.Print(Microsoft.SPOT.Hardware.Cpu.Pin.GPIO_Pin3.ToString());           //  3

The SecretLabs enumeration is the correct one




#45975 Is there a TcpClient class for the N+2?

Posted by Stefan on 21 February 2013 - 06:07 PM

I wrote my own wrapper, which can be found at http://netmftoolbox....ntegratedSocket

It made working with TCP sockets a bit easier for me.




#45720 how to use the SPI for multiple chips select?

Posted by Stefan on 18 February 2013 - 12:09 PM

Hi weixiongmei,

 

There are currently two options:

1. you can reinitialize the SPI object before every read/write action

2. You can adjust the SPI.Config value with another one

 

I always use the 2nd method, you can see how in my MultiSPI class: http://netmftoolbox....ew/22109#354226




#45584 Another forum search engine fail

Posted by Stefan on 15 February 2013 - 08:34 PM

That's why I always use google to search these forums :)




#44871 How to upgrade to the .NET Micro Framework v4.3 SDK

Posted by Stefan on 04 February 2013 - 10:35 AM

Great news!

 

As addition, I also made a 4.3 built for the .NETMF Toolbox. It's available at http://netmftoolbox....ol/BrowseLatest




#44492 problem in netdunio "Cannot deploy the base assembly 'mscorlib'

Posted by Stefan on 29 January 2013 - 10:47 AM

hi , welcome :rolleyes:

Thank you very much for your response speed Thread :wub:

 

What is the best way ?

Downgrade my project [color=rgb(255,0,0);]or[/color] Upgrade my Netduino ?

 

Depends, downgrading the project is the easiest, but if you require 4.2 features, it may be better to upgrade your netduino. It's up to you really. Both versions are still supported as far as I know.




#44481 problem in netdunio "Cannot deploy the base assembly 'mscorlib'

Posted by Stefan on 29 January 2013 - 08:49 AM

Hi Omar, and welcome to the Netduino Community.

 

The error you are getting is because you are trying to deploy an application for the .NET Micro Framework version 4.2, whilst the Netduino still holds version 4.1.2821.

 

There are two possible solutions:

1. Downgrade your project

2. Upgrade your Netduino

 

Both solutions are described here: http://wiki.netduino...y-mscorlib.ashx




#43490 Wedding tank

Posted by Stefan on 15 January 2013 - 09:27 PM

First; Awesome project!

Second; Congratulations on your wedding!

Third; Thanks for proving a point I once made; geeks find the most attractive women. I still try to convince my wife of that though ;)




#43141 Trying to use string.Contains

Posted by Stefan on 11 January 2013 - 07:48 AM

Indeed, if IndexOf returns -1, the haystack doesn't include the needle.




#43116 .NET MF 4.3 RTM ... Where's the new SDK?

Posted by Stefan on 10 January 2013 - 04:27 PM

Thanks for the confirmation, guys - turns out another problem was causing my inability to use vs2012 with 4.2.  It's working for me.

 

Note: in order to setup a new dev environment, you need to install vs2010 - at least temporarily - because the installer for the .Net Micro Framework SDK 4.2 requires it. Bleh.   Thanks alot Microsoft!

You could also install the 4.3 SDK which includes 4.2 and 4.1 assemblies, without need for VS2010 :)




#42732 News about Visual Studio 2012 .NETMF Support ?

Posted by Stefan on 04 January 2013 - 07:21 PM

remove secretlabs.netmf.hardware.netduinoplus and add secretlabs.netmf.hardware.netduino instead the netduino plus 1 had netduinoplus.dll the netduino plus 2 uses netduino.dll





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.