Netduino Unboxing and Tutorial

You can purchase the Netduino from our Amazon Store for $34.95!

Hmm… What is a Netduino? Check out the next video from our Netduino Debut Tutorial for a demonstration!

The Netduino looks like an Arduino and it’s even compatible with the existing Arduino protoshields. However, it’s a completely different beast which can be programmed using Microsoft Visual Studio C#. Oh… It’s also Open Source. Pretty cool eh!

Netduino Début with Color Sensor

Netduino
Netduino
Netduino

Over the last few weeks Harford Hackerspace has had the pleasure of beta testing the Netduino. The Netduino is a development board with a form factor similar to the Arduino. Care was taken when designing the Netduino to ensure compatibility with most of the existing Arduino shields. That’s about where the similarities of the two devices ends.

The Netduino uses Microsoft’s Open Source .net Micro Framework SDK along with Visual Studio C# (or VS C# Express) as the primary development environment. C# application developers will be able to quickly adapt to the .net Micro Framework and start programming microcontrollers in a matter of minutes. However, this does not let them off the hook for learning the basics of electronics.
Read more

LED Fireflies in a Jar (v1.0)

Me and my wife recently had our first child.  I’ve been trying to come up with some projects I can do for the kid.  Well, around this time of the year the fireflies go crazy around my house, so we came up with the idea to do led fireflies in a jar.  It should be something cool for him to stare at and is easy to build.

Schematics, C source code and hex file are available here on our wiki.  If you want to build one it should only take about an hour.

I’m planning on making a version 2 with some changes, stay tuned for that one.

Using the PICkit 2 : As a Programmer

PicKit2 Debug Express
PicKit2 Debug Express

Around the space, we have been using the PICkit 2 Debug Express quite a bit lately.  This has allowed us to get pretty cozy with the functions of this handy little programmer and I thought I would share some of these features with you.

I’m sure you’ve read the previous tutorial ‘Programming PIC Microcontrollers in C‘, if you haven’t, you should go familiarize yourself with it now.  Continuing on from there, after we have a successful build of a led blinking we can use the PICkit 2 to program our chip via the ICSP header.

Read more

Programming PIC Microcontrollers in C

Learning to program microcontrollers seems like an impossible task but with the help and support of a Hackerspace you’ll find that it’s actually simple to get started. The members of Harford Hackerspace set out to learn by starting at the basics and gradually taking on more difficult applications. The key to our quick success was group participation. Most of us had at least attempted PIC programming, but it took a group effort to get the whole picture.

In this tutorial we will teach you what we learned. You can then take this new knowledge to your local hackerspace and put it to good use. Let’s get started!

Read more