A better question might be…what CAN’T you do?
So, for folks who might have missed my earlier posts, here are a few posts that provide background on .NET Gadgeteer:
Are you a Gadgeteer?
Gadgeteer Hello World
Great Sites and Blogs for Learning about .NET Gadgeteer
Introducing Devhammer’s Garage
In today’s post, I want to show some examples of the cool stuff folks are doing with .NET Gadgeteer. One great place to find out about projects is the .NET Gadgeteer Showcase. There are currently 20 projects in the showcase, which run from simple demos to tutorials.
Some of my favorites include:
<div class="imageLabel labelBottom">
<p>
Gadgeteer-powered Robot
</p>
<p>
<a href="https://dhcontent.blob.core.windows.net/images/2015/06/image_5.png"><img data-recalc-dims="1" loading="lazy" decoding="async" title="image_5" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="image_5" src="https://dhcontent.blob.core.windows.net/images/2015/06/image_5_thumb.png?resize=244%2C235" width="244" height="235" /></a></div>
<div class="imageLabel labelBottom">
<p>
Gadgeteer Servo Control & Windows Phone Client
</p>
<p>
<a href="https://dhcontent.blob.core.windows.net/images/2015/06/image_7.png"><img data-recalc-dims="1" loading="lazy" decoding="async" title="image_7" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="image_7" src="https://dhcontent.blob.core.windows.net/images/2015/06/image_7_thumb.png?resize=244%2C217" width="244" height="217" /></a></div>
<p>
The cool thing about Gadgeteer is the speed with which you can come up with and execute on your ideas. With the right modules in hand (or a breadboard), you can build something fun or practical, prove out the concept, and then pull it all apart again and build something else.
</p>
<p>
The current project I’ve been working on is controlling a Syma S107 infrared remote control helicopter using my Gadgeteer board. I started on this several months ago, with a very simple setup that could record a stream of IR commands and replay them. So I could basically get the copter to launch and land (or perhaps crash), but not much more. You can see an example in <a href="http://youtu.be/1AdtlbtJRZI">Part 6</a> of the video series of myself and <a href="http://10rem.net/blog" target="_blank">Pete Brown</a> <a href="http://10rem.net/blog/2011/11/18/our-net-micro-framework-and-net-gadgeteer-talk-at-cmap-code-camp-2011">talking Gadgeteer at CMAP Code Camp</a>.
</p>
<p>
I’m planning a series of blog posts about the development of the helicopter controller, but the TL;DR version is that I now have a full replacement controller for my helicopter, built completely with .NET Gadgeteer. The only part that didn’t exist as a module was the infrared emitter, which I ended up designing myself. Here’s the result:
</p>
<div class="embed-container">
</div>
<p>
<a href="http://vimeo.com/36912497">Syma S107 Remote Control with .NET Gadgeteer</a> from <a href="http://vimeo.com/devhammer">G. Andrew Duthie</a> on <a href="http://vimeo.com">Vimeo</a>.
</p>
<p>
There are more videos on my <a href="http://vimeo.com/channels/287906#36912497">Devhammer Demos channel</a> on Vimeo.
</p>
<p>
Hopefully, some of the projects you’ve seen here give you an idea of the broad flexibility of the .NET Gadgeteer platform. As I said earlier, I’ll be sharing more details on my helicopter project in future posts, so stop by again soon!
</p>
Comments
Comment by Ostri Deka on 2012-02-21 19:23:00 +0000
Nice!
I haven’t heard about Gadgeteer before, but now I am a convert. Sort of.
Comment by devhammer on 2012-02-21 20:39:00 +0000
Glad you enjoyed it…lots more to come, so stop back and visit again!
Comment by Shimmy on 2012-04-02 15:30:00 +0000
Complete Awesomeness!
Comment by devhammer on 2012-04-02 16:21:00 +0000
Glad you like it…Gadgeteer is indeed awesome. Just about anyone can build cool stuff with it.