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.

magarcan

Member Since 05 Sep 2011
Offline Last Active Jan 19 2012 08:05 AM
-----

Posts I've Made

In Topic: See current method.

11 January 2012 - 09:48 AM

There is another way, but neither works in Micro Framework:
3)
using System.Diagnostics;
// get call stack
StackTrace stackTrace = new StackTrace();
// get calling method name
Console.WriteLine(stackTrace.GetFrame(1).GetMethod().Name);

In Topic: Netduino Plus Firmware v4.2.0 RC1

10 October 2011 - 04:47 PM

I've been developing with Atmel uC for some years, and I had never found this problem. I can tell you that I've developed some big projects, but always using C. My favourite micro use to be AtMega32.

In Topic: Netduino Plus Firmware v4.2.0 RC1

10 October 2011 - 07:24 AM

Not much, I actually ended up taking regex out because the referenced assemblies were 30k just but themselves

I think this is the big problem with Netduino. If you test the sample codes, for example all code in Getting Started with the Internet of Things, but when you begin making some bigger you will realise that you can't flash your firmware because it is bigger than the amount flash available.

In Topic: Netduino Plus Firmware v4.2.0 RC1

04 October 2011 - 11:22 AM

How many free ROM is this firmware going to leave for us??? Actually we only have 64KB.

In Topic: MetaDataProcessor.exe WINE notes

04 October 2011 - 11:13 AM

I tried with 3 different libraries and no one is working for me:
jae@newton:~/Desktop/netmfbins$ wine MetaDataProcessor.exe -loadHints mscorlib mscorlib.dll -parse MicroHTTP.dll -minimize -endian le -compile cosa.pe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
Cannot open 'MicroHTTP.dll'!
MMP: error MMP0000: 0x80070002
jae@newton:~/Desktop/netmfbins$ wine MetaDataProcessor.exe -loadHints mscorlib mscorlib.dll -parse MicroIO.dll -minimize -endian le -compile cosa.pe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
MMP: error MMP0000: Cannot locate file for assembly 'System.IO'

MMP: error MMP0000: CLR_E_ENTRY_NOT_FOUND
jae@newton:~/Desktop/netmfbins$ wine MetaDataProcessor.exe -loadHints mscorlib mscorlib.dll -parse MicroXBee.dll -minimize -endian le -compile cosa.pe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
Cannot open 'MicroXBee.dll'!
MMP: error MMP0000: 0x80070002
I think I've installed everything properly.

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.