Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Netduino (and other HW boards, including GHI's FEZ products) are HW devices with an MicroProcessor running .NET Microframework - but in an form factor that resembles Ardunio, meaning you can plug other boards (or shields) on top of the mainboard to extend its functionality.</p> <p><em>.NET Gadgeteer is something different:</em></p> <ul> <li><p>.NET Gadgeteer Hardware</p> <ul> <li><p>A .NET Gadgeteer system is composed of a mainboard containing an embedded processor and a variety of modules which connect to the mainboard through a simple plug-and-play interface. There are lots of .NET Gadgeteer modules available today: display, camera, networking, storage, input controls, and more modules are being designed all the time!</p></li> <li><p>The .NET Gadgeteer mainboard's sockets are numbered, and each is labeled with one or more letters which indicate which modules can be plugged into it CPU is more powerful than Netduino class of devices.</p></li> </ul></li> <li><p>Gadgeteer runtime</p> <ul> <li><p>Gadgeteer is 100% C# managed code so it is not tied to any firmware (C++ code). <a href="http://gadgeteer.codeplex.com/">http://gadgeteer.codeplex.com/</a></p></li> <li><p>It is an “Open socket-connections standard". You can get a module from company x, another module from company y and use both on mainboard from company z, even if you didn't have design files. All will work together nicely. Of course someone may come up with an advanced model that requires special software but mostly modules will simply work.</p></li> <li><p>You can even make your own modules to go on any mainboard...this is the beauty of gadgeteer. Think of this as "arduino shield like" but better since there is no pin overlapping and you are not limited to couple shields before the board is too long to be usable. You could even take the gadgeteer socket standard and use it on a board that is not running NETMF at all , but you will lose all the nice software gadgeteer provides.</p></li> </ul></li> <li>For details about the runtime check out the documents at Codeplex, <a href="http://gadgeteer.codeplex.com/releases/view/72208">http://gadgeteer.codeplex.com/releases/view/72208</a></li> </ul> <p>For more information check out:</p> <ul> <li><a href="http://research.microsoft.com/en-us/projects/gadgeteer/default.aspx">http://research.microsoft.com/en-us/projects/gadgeteer/default.aspx</a></li> <li><a href="http://channel9.msdn.com/coding4fun/blog/Along-came-a-spider-a-NET-Gadgeteer-FEZ-Spider">http://channel9.msdn.com/coding4fun/blog/Along-came-a-spider-a-NET-Gadgeteer-FEZ-Spider</a></li> <li><a href="http://www.ghielectronics.com/catalog/product/297/">http://www.ghielectronics.com/catalog/product/297/</a></li> <li><a href="http://channel9.msdn.com/Blogs/Clint/NET-Gadgeteer">http://channel9.msdn.com/Blogs/Clint/NET-Gadgeteer</a></li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload