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.

FourT2

Member Since 28 Jul 2014
Offline Last Active Jul 14 2016 04:57 AM
-----

Posts I've Made

In Topic: Teaser for upcoming news at MBN

09 March 2016 - 10:04 AM

Neat!


In Topic: Netduino Projects on Hackster

03 January 2016 - 09:34 AM

Apparently, starting a platform channel for Netduino made me an admin / owner for that channel on Hackster.io. Not what I intended. 

 

Chris, can you please PM me with some contact info I can use to make you the official admin for it? I am happy to contribute and curate the channel if you are comfortable with the idea, and that decision has to come from you. 


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

29 December 2015 - 10:53 PM

Nice!

 

I didn't have to add any delays on mine, it just works using the code I posted earlier. Takes a few seconds but not as long as 10 seconds to get an IP.


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

27 December 2015 - 02:52 AM

I had some issues getting my ND3 connected to WiFi (light never turned green), but that was due to my connection settings in MFDeploy. Once that got resolved and the status light turned green things were fine. 

 

My code looks something like this: 

 

public static void Main()
        {
            // Wait for network connection and DHCP
            while (IPAddress.GetDefaultLocalAddress() == IPAddress.Any)
                Thread.Sleep(10);
 
            while (true)
            {
                // do your thing here ...
 
 
                Thread.Sleep(1000);
            }
        }
 
Sounds like you are attaching to the access point just fine. So maybe try resetting / reflashing the board? 

In Topic: Forum was away from home for a while-- what happened?

26 December 2015 - 09:34 PM

I agree with TechnoGuy, it would be useful if more people could assist with the forums / site tech issues. I'd be happy to help if I can.

 

As far as source code for Netduino, the code is here: http://www.netduino.com/downloads/But yeah it would be cool if there was a github project that we could contribute to. Maybe there is one, but I did a quick search and did not find it.


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.