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.

m.lai

Member Since 17 Dec 2010
Offline Last Active Mar 15 2016 12:35 PM
-----

Posts I've Made

In Topic: Netduino Plus 2 Firmware v4.3.0 (beta 1)

16 October 2013 - 02:14 PM

HiChris for me it is important to have updates for the Netduino plus 2, for use it in various projects. Currently I have to use other platforms because I have not enough support for the NP2. it is not possible that since February the firmware is still in beta 1.


In Topic: Netduino Plus 2 Firmware v4.2.2 (update 2)

30 May 2013 - 07:51 AM

Sure, here you go! Chris

Hi Chris I did not understand the difference between firmware (NetduinoPlus2_Firmware_4.2.2.2.zip) and the HEX file (NetduinoPlus2_HEX_v4.2.2.2.zip). Could you help me thanks Marco


In Topic: Netduino + 2 ethernet crashes

27 March 2013 - 01:40 PM

Hi Chris if I plug the card into the home network I dont' have problems, everything works perfectly. I have no control over the network configuration. I do not have the opportunity to request a network configuration for my Netduino. I'm sorry it's hard for me to find the problem by analyzing the lan packets.

thanks for reply


In Topic: Netduino + 2 ethernet crashes

27 March 2013 - 12:28 PM

 
If I connect my PC to the netduino not occur crash. when I connect to the corporate network netduino mysteriously after a few minutes the netduino crashes. code is minimal:
 
OutputPort led = new OutputPort((Cpu.Pin)Pins.ONBOARD_LED, false);while (true){  led.Write(true);  Thread.Sleep(250);  led.Write(false);  Thread.Sleep(250);}

 


In Topic: Communication problem with Netduino Mini

17 December 2012 - 09:48 AM

Hi must be connected to pin 23 of the Netduino Mini with the gnd of the FTDI cable

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.