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.

rolandwolters's Content

There have been 4 items by rolandwolters (Search limited from 28-April 23)


By content type

See this member's

Sort by                Order  

#61045 New user: using VS2013 problems

Posted by rolandwolters on 22 December 2014 - 09:18 PM in General Discussion

Ok, so i flashed 4.2.2 using the instructions found here: http://forums.netdui...-v422-update-2/

 

Set project build settings to use 4.2, started building and deploying but....... same result.

 

hmm wait, i tried your MFDeploy ping suggestion... hmm that shows lots of errors... what should i do?

 

-----------------

Connecting to NetduinoPlus2_Netduino...Connected
IP Address: 0.0.0.0
No debugger!
Create TS.
 Loading start at 806a988, end 8085288
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.Net (4.2.0.0)
Assembly: System (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.Hardware.Netduino (4.2.1.0)
Assembly: Microsoft.SPOT.Hardware.OneWire (4.2.0.0)
Assembly: Microsoft.SPOT.Time (4.2.0.0)
Loading Deployment Assemblies.
Attaching deployed file.
Assembly: MFConsoleApplication1 (1.0.0.0)
Attaching deployed file.
Assembly: SecretLabs.NETMF.Hardware.Netduino (4.1.0.0)
Attaching deployed file.
Assembly: SecretLabs.NETMF.Hardware.NetduinoPlus (4.1.0.0)
Resolving.
Link failure: some assembly references cannot be resolved!!
 
Assembly: SecretLabs.NETMF.Hardware.Netduino (4.1.0.0) needs assembly 'Microsoft.SPOT.Hardware' (4.1.2821.0)
Assembly: SecretLabs.NETMF.Hardware.Netduino (4.1.0.0) needs assembly 'mscorlib' (4.1.2821.0)
Assembly: SecretLabs.NETMF.Hardware.NetduinoPlus (4.1.0.0) needs assembly 'Microsoft.SPOT.Hardware' (4.1.2821.0)
Assembly: SecretLabs.NETMF.Hardware.NetduinoPlus (4.1.0.0) needs assembly 'mscorlib' (4.1.2821.0)
Error: a3000000



#60851 New user: using VS2013 problems

Posted by rolandwolters on 03 December 2014 - 08:41 AM in General Discussion

I'm at work atm so try this tonight (my time; now it's 9:41 am). If i want to run 4.2 on my board, i need to flash it again, right? Like i said; i'm new at this.... so how do i do that. And, when done, do i need to install a previous version of visual studio or still able to use 2013?




#60842 New user: using VS2013 problems

Posted by rolandwolters on 02 December 2014 - 08:24 PM in General Discussion

Pressing the pushbutton didn't help.

 

I'm running .NET Micro Framework V4.3 SDK-R2-Beta

 

I tried to re-install the sdk but no success...

 

But, apart from the debugging; should the app, because it's deployed successfully, run anyway and make the on-board led blink?




#60830 New user: using VS2013 problems

Posted by rolandwolters on 01 December 2014 - 09:54 PM in General Discussion

Hi,

 

So i recently bought my first Netduino Plus 2, and because i already work with Visual Studio 2013 i wanted to program the Netduino with it. To do this I updated the Netduino to 4.3.1 and wrote the first program from the getting started pdf. It does compile and seems to deploy ok but then the debugger kicks in shouting the device is not in the initialized state. The debugger stops and no flashing LED on the device.

 

How do i get it working?

 

 
OutputPort led = new OutputPort(Pins.ONBOARD_LED, false);
            while (true)
            {
                led.Write(false); // turn on the LED
                Thread.Sleep(250); // sleep for 250ms
                led.Write(true); // turn off the LED
                Thread.Sleep(250); // sleep for 250ms 
            }
 
-- MFDeploy output:
 
HalSystemInfo.halVersion:               4.3.1.0
HalSystemInfo.halVendorInfo:            Netduino Plus 2 (v4.3.1.0) by Secret Labs LLC
HalSystemInfo.oemCode:                  34
HalSystemInfo.modelCode:                177
HalSystemInfo.skuCode:                  4102
HalSystemInfo.moduleSerialNumber:       00000000000000000000000000000000
HalSystemInfo.systemSerialNumber:       0000000000000000
ClrInfo.clrVersion:                     4.3.1.0
ClrInfo.clrVendorInfo:                  Netduino Plus 2 (v4.3.1.0) by Secret Labs LLC
ClrInfo.targetFrameworkVersion:         4.3.1.0
SolutionReleaseInfo.solutionVersion:    4.3.1.0
SolutionReleaseInfo.solutionVendorInfo: Netduino Plus 2 (v4.3.1.0) by Secret Labs LLC
SoftwareVersion.BuildDate:              Feb 25 2014
SoftwareVersion.CompilerVersion:        410894
FloatingPoint:                          True
SourceLevelDebugging:                   True
ThreadCreateEx:                         True
LCD.Width:                              0
LCD.Height:                             0
LCD.BitsPerPixel:                       0
AppDomains:                             True
ExceptionFilters:                       True
IncrementalDeployment:                  True
SoftReboot:                             False
Profiling:                              False
ProfilingAllocations:                   False
ProfilingCalls:                         False
IsUnknown:                              False
 

 





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.