Microsoft .NET Gadgeteer is an open-source toolkit for building small electronic devices using the .NET Micro Framework and Visual Studio/Visual C# Express.Build all manner of electronic gadgets quickly and easily with .NET Gadgeteer!
LEARN HOW TO GET STARTED
Control a Syma S107 infrared remote control helicopter by substituting .NET Gadgeteer for the original control.
Happy New Year! The Gadgeteer team is back from the holidays and we'll conclude the Flipbook Maker series this week. In Part 1 and Part 2 we assembled the hardware and built... read more
In Part 1, we assembled the hardware and created the event handlers for the Flipbook Maker. Now let's flesh out the software foundation and create a state machine to manage the Flipbook... read more
Look no further. The Gadgeteer core library documentation is posted on the Gadgeteer community site at http://www.netmf.com/gadgeteer/docs/gadgeteercore/index.html. This covers the... read more
Many programs have a basic structure of: while (true) {// Program goes here } This approach is logical if your program is responsible for monitoring user input, device I/O,... read more