Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hardware for .NET Micro Framework

I would like start with .NET Micro Framework as my hobby project.

What hardware devices would you recommend for that?

Is there something like list of all hardware with support .NET Micro Framework?

like image 546
MicTech Avatar asked Apr 15 '10 18:04

MicTech


5 Answers

Please check following overviews:

Microsoft .NET Micro Framework Tools & Resources
Production Modules Comparison Table

I personally like the Thaoe-II and ChipworX most, for old .NET MF version I was really happy with the Digi ConnectME.

like image 145
Michael Schwarz Avatar answered Oct 21 '22 12:10

Michael Schwarz


This is pretty easy to use: http://www.tinyclr.com/hardware/1/fez-domino/#/list/2/

like image 35
Khadaji Avatar answered Oct 21 '22 12:10

Khadaji


Netduino is an excellent hardware you can look into.

This provides a great introduction :- http://channel9.msdn.com/coding4fun/blog/A-Gentle-Introduction-to-Netduino

This provides a excellent application of Netduino :- http://www.codeproject.com/Articles/314774/Home-Automation-with-Netduino-and-Kinect

like image 37
Ashish Gupta Avatar answered Oct 21 '22 12:10

Ashish Gupta


Netduino is the best cost effective embedded development kit to start with.

Based on my experience, I would recommend that the development kit has a microcontroller without a memory management unit (like Netduino which uses a AT91SAM7X512 microcontroller).

.NET micro framework was designed primarily for memory constrained embedded devices whose core processing unit does not support external memory (SDRAM, NAND flash, etc..).

Developing on Netduino is more fun because your memory space is constrained and you will end up pushing yourself to write good efficient code.

Cheers!

Subbu

like image 25
Subbu Avatar answered Oct 21 '22 11:10

Subbu


When I was working on the Dare to Dream Different contest last year I had a chance to use the Tahoe-II from Device Solutions.net... it worked pretty well. There are several other listed on the Micro Framework site. Most of the issues I ran into were platform limitation and not directly in the hardware.

Don't forget it is an embedded platform. And a simple SPI bus with several devices on it may have issues with data contention.

The get hardware link on the Micro Framework site has a list of supported hardware and vendors.

like image 28
Matthew Whited Avatar answered Oct 21 '22 13:10

Matthew Whited