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.

boiacchi

Member Since 14 Jun 2011
Offline Last Active May 16 2014 01:50 PM
-----

Topics I've Started

Software watchdog for netduino mini

13 May 2014 - 12:16 AM

Hi,

 

after reading this post I understand that it is possible set up a watchdog programmatically (Netduino 2 +  > 4.1.2 )

 

I was wondering if there is something similar for the Netduino Mini

 

Thanks


Netduino mini + WiFi

11 May 2014 - 09:59 PM

Hi I need the nedtuino mini to connect to the Wifi to call a webApi on internet.

 

How can I achieve that?

 

What is the cheapest module that I can use with the mini to connect to internet?

 

Thanks


How can I check that there is internet connection?

08 May 2014 - 10:23 PM

Hi,

 

how can I check from the Netduino plus that there is an internet connection available?

 

At the moment I'm using the below code

 

  var request = (HttpWebRequest) WebRequest.Create("http://www.google.co.uk");
                    response = (HttpWebResponse) request.GetResponse();
                    if (response.StatusCode == HttpStatusCode.OK)
                    {
                        
                             //there is internet
                    }

 


Commercial Product using Netduino - not competitive

06 May 2014 - 03:36 PM

Hi,

 

I have done some research to understand if the netduino it is suitable to build up commercial products and I have understood the netduino it is not the best choice for that.

I think netduino is the best choice for those who want to build little device in their spare time  (hobby) rather than designing something that can potentially be sold as a commercial product. 

The problem is mainly the cost. A device based on netduino cannot cost less than the netduino itself which would make your product not price competitive considering that there are arduino base product running on a 5$ PIC.

 

I think netduino can be the right choice to build a prototype because it is very simple to program and debugging but for commercial products the price must be as low as possible.

My question is what would be the best approach in the case I want to use the micro-framework to produce something that has been "prototyped" using netduino (which should not cost more than 10$) ?


Calling HTTPS webapi's using NetDuino

01 May 2014 - 12:15 PM

A quick question. Does netduino support SSL ? I need to call a WebAPI that required network credentials to be passed along the request but it seems that is is not supported.

 

Any help ?

 

Thanks


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.