Hi everybody!
Is there a future for .NET MicroFramework ? What is the advantages with Microframework instead of Windows CE in order to ?
Thanks a lot
Hi everybody!
Is there a future for .NET MicroFramework ? What is the advantages with Microframework instead of Windows CE in order to ?
Thanks a lot
I would say .Net Micro Framework (NMF) will be around for a while. It isn't a cumbersome OS, it's small (300KB total), and rather easy to develop in.
On the other hand, Windows CE, with the launch of Windows Phone 7, will be poised for an overhaul. Gearing the OS for more robust platforms with plenty of resources.
So, It depends on the project. With limited asset embedded projects, work with NMF. Everything else, try CE.
What is your target platforms?
Cabe
Than you very much. The application is metering, and so very low power is required. I would like to use ARM architecture.
Using CE means that it's difficult to garantee low power; on the other side, Micro Framework presents difficulties to be applied to ARM, because I don't find out much documentation or literature; also porting kit is available for few ARM family. So how can decide about this project?
Thanks a lot.
Hello,
take a look at the website of GHI Electronics at http://www.ghielectronics.com.
They are Microsoft Dot NET Partner and are providing Dot Net Microframework Hardware based of ARM7 and ARM9 Hardware.
Very interesting Hardwareboards to play with.
I have tried the USBizi144 Chipset Dev-board which is capable to run with the newer Dot Net micro Framework 4.
You can easy develop with Microsofts Visual Studio 2008 (I think 2010 is usable too but I am using 2008).
It offers very fast code executing and may be the right developing base for your application.
Have fun!
Chris
I must use battery supply. So how do CE influence power consumption? Can I control stand by mode with CE? what is the ARM that guarantee the minimum power consumption in sleep mode?
Thanks a lot
The lowest power ARM processors that I know of use < 1uA in some sleep modes (Energy Micro Gecko range). The biggest part in this range has 16k of RAM and 128 k of flash. There is no way it will ever run Win CE or MicroFramework - but it CAN run other OS.
Win CE and Micro Framework are BIG Operating Systems (not as big as Windows 7 or Linux but quite big). If you MUST have the features they offer you will need a processor that can support megabytes of Flash and RAM - it will use much more power than a little processor.
Before you pick processor and OS you need to make a list of the functions your system must have - then you can start to choose the parts.
If you post the list I can help (a little).