How does the .NET Micro Framework with a dev board compare to something like an Arduino, or Nintendo DS for starting with embedded programming?
|
1
|
|
|
|
|
|
its true, .Net MF is totally different. Ethernet, Serial Ports(UART),SPI, I2C, GPIOs supports are all in one. And you are using VS 2008. The best IDE. |
||
|
|
|
|
If you are interested in using the .NET micro framework take a look at the tahoe II from devicesolutions.net |
||
|
|
|
|
The .NET Micro Framework is targeted for embedded systems that contain a powerful processor (currently ARM7, ARM9 and Blackfin). The Arduino board is based on an 8-bit AVR microcontroller for which the .NET Micro Framework isn't even available. Consider for example the memory requirements of the framework: It is advertised to consume as low as about 300 kB of memory. Arduino has a total of 16 kB of program memory + 1 kB of RAM. Nintendo DS, on the other hand, is at least technically capable of running the .NET Micro Framework. If you are interested in embedded programming for hardware such as Arduino, I can assure you that you don't need (and usually can't use) any high level library or an operating system. In fact, you'll find that programming for a small microcontroller will be a joy because everything is very simple and under your total control. |
||||
|
|
|
This answer is a little off-topic, but....
|
||
|
|
