Domo Arigato Mr. Roboto

Robot Fest 2010 has come and gone. Some of the many interesting exhibits this year included the pneumatic rocket experience provided by the Baltimore Node, the many Lego Mindstorms projects, Maker Bot demonstrations, various art demonstrations, and a fashion show.

Make coverage and more pics here.

We’d like to thank everyone that stopped by our exhibit to view the Oobleck demonstration, PIC micro-controller LED arrays, the hand-powered Arduino random movie quote generator, build some cardboard robots, or just hang out and talk electronics. We had a great time and we hope to see everyone next year. Our next event will be at ArtScape in Baltimore. In the meantime, feel free to come by and do some hacking on one of our open hack nights.

iRobot Roomba Winner!

Congratulations Eileen Barnett!

Eileen is the winner of Harford Hackerspace’s first ever raffle and she is the proud new owner of an iRobot Roomba. She also received Hacking Roomba book.

When we first contacted Eileen she thought we were pulling her leg. Once she overcame the initial shock and realized she had actually won, Eileen got even more excited.

We would like to send a special thanks to everyone who supported Harford Hackerspace by purchasing a raffle ticket and visiting us at RobotFest 2010 for the drawing.

New! PicKit 2 Programmer Tutorial


PicKit2 Debug Express
PicKit2 Debug Express


Paul King has created the first tutorial called “Using the PICkit2: As a Programmer” of his planned series of PICkit 2 tutorials. This one covers setting up the MPLAB software and PICkit 2 programmer to quickly compile and program the 44 Pin PICkit2 Demo Boards.

Subsequent tutorials will cover using the programmer hardware as a Debugger, Logic Analyzer, Logic Output Tool, and a UART Tool.

Be sure to read David Powell’s “Programming PIC Microcontrollers in C” as a precursor to Paul’s series.

Happy Hacking!

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