element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Embedded and Microcontrollers
  • Technologies
  • More
Embedded and Microcontrollers
Embedded Forum Micro Framework versus Windows CE
  • Blog
  • Forum
  • Documents
  • Quiz
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Embedded and Microcontrollers to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 6 replies
  • Answers 2 answers
  • Subscribers 463 subscribers
  • Views 493 views
  • Users 0 members are here
Related

Micro Framework versus Windows CE

Former Member
Former Member over 15 years ago

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

  • Sign in to reply
  • Cancel
Parents
  • Catwell
    0 Catwell over 15 years ago

    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

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • Former Member
    0 Former Member over 15 years ago in reply to Catwell

    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.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • cksd
    0 cksd over 15 years ago in reply to Former Member

    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

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • michaelkellett
    0 michaelkellett over 15 years ago in reply to Former Member
    If you have a low power metering application what features of the Micro Framework is that are so key that you can't look at other OS ?
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 15 years ago in reply to michaelkellett

    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

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • michaelkellett
    0 michaelkellett over 15 years ago in reply to Former Member

    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).

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • michaelkellett
    0 michaelkellett over 15 years ago in reply to Former Member

    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).

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube