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.

wendo

Member Since 06 Dec 2013
Offline Last Active Aug 02 2015 09:28 AM
-----

Posts I've Made

In Topic: Netduino.IP Technical Preview (Build 1)

20 March 2015 - 07:34 PM

Well this will be interesting. I have a project that was basically useless because of the network issues. Just updated one of my NP2's and we'll see how it goes. I was rebooting every hour as a really ugly work around but hopefully this will fix that


In Topic: enc28j60_lwip_recv: input alloc packet failed

30 October 2014 - 03:50 AM

It has been in a try/catch the whole time, but it was still bombing out....

 

However, it's been happily running for something like 5 days now, and while it reports the stacktrace now, it's not locking up. I _think_ I either had a dodge network cable or is was the passive POE injector I was using (maybe a combination of both).

 

I've switched toa new network cable and removed the POE injector and it appears to be stable....

 

You'd think working in IT I would have looked at that earlier :). I also think putting it in it's own thread and using autoreset has helped too but at the moment I'm leaning towards the cable. After I hit a week I'll put the injector back in and see what happens.

 

Thanks for all your help on this. 


In Topic: enc28j60_lwip_recv: input alloc packet failed

26 October 2014 - 09:28 PM

Right, with ex.Stacktrace we have some success. I'm seeing 

 

SF: System.Net.HttpWebRequest::GetResponse
TempReceiver.Program::Upload_Thread
 
which is about what I had figured. I've seen some people claim the timeout setting doesn't work at the moment in NetMF so that may be related.
 
Also, congratulations on the wedding!

In Topic: I2C with a display

19 October 2014 - 07:51 AM

It looks like it runs a custom command set so the drivers already written aren't likely to work. There is serial driver for the display written for the GHI hardware that should be fairly easy to port here. Obviously that doesn't get you I2C but it would at least get it going although it'd still take some porting work to remove all the GHI library requirements.

 

Failing that if an Arduino driver is available you could try porting it directly


In Topic: enc28j60_lwip_recv: input alloc packet failed

14 October 2014 - 04:24 AM

So now I'm onto trying an AuroResetEvent since the delay in the main code just ended up crashing the main thread.

 

The weirdest thing is that I'm still not actually catching the exceptions in the catch block. I've added some text to the Debug.Print so now it looks like this

 

Debug.Print("SF: " + ex.Message);

 

and I get the occasional "SF:" printed, but no actual error. 

 

Still, we'll see if this is any more reliable...


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.