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

Sourceforge and TortoiseSVN Tutorial

SourceForge_net

If you’ve ever come across an OpenSource or OpenHardware project then you have probably heard of Sourcforge. I have to admit that I have know about Sorceforge and (Sub)version Control for years but I could never figure out why someone would want to use something so complex. I finally figured it out…it’s because Sourceforge and Version control is not at all complex. In fact it is actually very cool.  In order to use Sourceforge you’ll need a subversion (SVN) client. TortoiseSVN is the self proclaimed “coolest interface to (sub)version control”. This tutorial will get you up and running quickly with an existing Sourceforge project. You will be able to Checkout entire projects and have an exact copy on your local PC for editing and you will also learn how to Add files and Commit changed files Read more