I shouldn't see why it's not allowed to post a link to the solution, you're most welcome to do so
- LennySh likes this
![]() |
  | |||||||||||||
![]() |
|
![]() |
||||||||||||
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.
About MeWanna read about me? Start here: Community Stats
147
Excellent
User ToolsLatest Visitors#46739 Replacement Cord
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
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?
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?
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
#44871 How to upgrade to the .NET Micro Framework v4.3 SDK
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'
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'
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
#43141 Trying to use string.Contains
#43116 .NET MF 4.3 RTM ... Where's the new SDK?
Thanks for the confirmation, guys - turns out another problem was causing my inability to use vs2012 with 4.2. It's working for me. You could also install the 4.3 SDK which includes 4.2 and 4.1 assemblies, without need for VS2010
| ||||||||||||||
![]() |
||||||||||||||
![]() |
|
![]() |
||||||||||||
![]() |
This webpage is licensed under a Creative Commons Attribution-ShareAlike License. | ![]() |
||||||||||||
![]() |