David Weaver - Viewing Profile: Posts - Netduino Forums
   
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.

David Weaver

Member Since 03 Aug 2013
Offline Last Active Feb 16 2019 08:32 PM
-----

Posts I've Made

In Topic: Netduino Plus / Windows 10 / VS2015

22 October 2016 - 01:20 PM

Brian,

 

This sounds like a nightmare.  I am not an expert but I’ll try to get you up and running.

 

First I thank 4.5 is a Windows .net version not Micro Frameworks?

 

I have heard Visual Studio 2015 is not ready for prime time try using VS2013 express.

 

The latest stable Micro Framework version is 4.3. But my experience has shown 4.2 works just as well for most applications. 

 

Start you application as a .net framework console application. Then select the libraries from the directories where they exist.

 

C:\Program Files (x86)\Microsoft .NET Micro Framework\v4.3

C:\Program Files (x86)\Secret Labs\Netduino SDK\Assemblies\v4.3

 

For 4.2 use these directories:

 

C:\Program Files (x86)\Microsoft .NET Micro Framework\v4.2

C:\Program Files (x86)\Secret Labs\Netduino SDK\Assemblies\v4.2

 

I hope this helps,

 

David Weaver


In Topic: Deploy with custom software (without VS)

28 December 2015 - 12:26 PM

Could try this

 

https://fabienroyer....ith-a-netduino/


In Topic: Netduino 3 WiFi - no WiFi connection, no IP?

28 December 2015 - 12:18 PM

I am glad you got it working.

 

I had a hard time getting mine to work also I couldn't remember why its been a few months.

 

The other issue I had was before I started using the connection I needed about a 3 second delay or I got an error.


In Topic: Netduino 3 WiFi - no WiFi connection, no IP?

27 December 2015 - 01:07 PM

This could be the issue? Here is my code in vb it requires a reference to NetduinoExtentions.dll.

 

'Required a reference' to Secet Labs "NetduinoExtentions.dll"
 
        While Not System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable
            Thread.Sleep(100)
        End While
 
        Debug.Print("IP Address: " & IPAddress.GetDefaultLocalAddress.ToString)
 
 
Hope this helps

In Topic: Netduino dead?

10 December 2015 - 01:09 PM

The new Netduino 3 wi-fi is a great product!  I hope this is a temporary respite. 


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.