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.

eddyogi

Member Since 08 Jan 2013
Offline Last Active Apr 06 2013 06:09 AM
-----

Posts I've Made

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

27 February 2013 - 10:05 PM

I'm glad to see someone else is having this issue.  No one commented on my post and I'm not sure Chris Walker saw it, so no it has not be addressed as far as I know.

I reflashed the new firmware and lo and behold, I was able to change the network settings via MFDeploy.exe, DHCP now turned on and mac address changed successfully, no more out of memory error. :)


In Topic: Getting Started with the Internet of Things by Cuno Pfister

22 February 2013 - 10:22 PM

 
 
 

In the current version of Gsiot.Server, there is a bug that prevents you from using it on the local network. It should work with Yaler, though.

 

I'll put together a new version of Gsiot.Server before the end of the month, at http://www.gsiot.info/download/. As a quick fix, you may make the following changes to Gsiot.Server.cs, i.e., comment out the green line:

 
public void
Open()

  {
  Contract.Requires(!IsOpen);

// default configuration for the book - must be removed for use on devices without Ethernet:

StreamListener = new EthernetStreamListener();
  [color=rgb(0,128,0);]// comment out this line StreamFactory = new EthernetStreamFactory();[/color]

 

Note that then Yaler will not work.

 

Does this help?

 

Best regards

 

Cuno

 

This fix also worked for me, I had the same exact problem as Capt Paul.

 

I'd like to say I am also enjoying your book, very informative.

 

I'd like to ask a question, is there a way to serve up files from an SD card using GSIOT.server?

 

Regards,

 

Edmond


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

22 February 2013 - 02:02 PM

I'm noticing an issue only after upgrading to this new firmware version.  My MAC Address is resetting everytime the netduino is rebooted.  When I try to set it using MFDeploy I get an error saying "Memory: OUTOFMEMORY!! 8216".  Up until now I haven't encountered this issue.  Has anyone else encountered such an issue?

I'm also encountering this problem.  Any fixes yet?


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.