Hacker News new | ask | show | jobs
by woadwarrior01 6230 days ago
I feel the Arduino is little overhyped. It isn't too hard to build your own PIC or AVR programmer on a veroboard and start hacking. I find the BeagleBoard to be a lot more promising/interesting given the amount of raw processing power you get on a tiny 3"x3" board.
2 comments

"It isn't too hard to build your own PIC or AVR programmer on a veroboard and start hacking. "

Actually, it is. People who are 'starting hacking' dont know how to hack, so they dont clock, power or wire their chips correctly. They don't have a scope so its impossible to debug, especially when there are multiple unknowns (power, clock, wiring, programmer, progammer driver, programming software, compiler, code)

"I find the BeagleBoard to be a lot more promising/interesting given the amount of raw processing power you get on a tiny 3"x3" board."

I like the BB too. But am puzzled as to why people compare it to Arduino. They are completely different things (computer vs microcontroller dev board) I can't think of any projects that really intersect between the two. BB can't do even the most basic things that an Arduino does, like blink LEDs or drive a servo. And of course, an Arduino cant do real time video processing

Ladyada, I think the reason that people compare it to Arduino is not so much because it's in the same category (which it's obviously not), but because it seems to be bringing the "Arduino philosophy" to the low-level ARM/embedded Linux sphere. As someone who went from zero embedded device hacking to some fluency because of Arduino, the Beagle Board seems exciting because it has the chance of opening up that related space to me as well.
Well, I think I was being a little elitist. I guess there's this tendency among people like me which goes like "I was forced to learn things the hard way and hence its good to learn things hard way".

But back when I started, I was just a cash strapped high school kid who happend to find a couple of PIC16F84s. And I had lots of fun building a simple parallel port programmer and playing with them.

My next pet project involves a beagle board and 4 AT2313s driving 4 brushless motors. Just waiting for my beagle board. The beagle board does have a couple of GPIOs and 3 PWMs, so blinking an led or driving a servo should be possible :)

I definitely agree that the BeagleBoard is really interesting as well. I've got some friends working on a building an incredibly simple OS that would be used for education and tinkering. However, if you don't think the barrier to entry of having to build a board from scratch and jump over all the other proprietary hoops for working with PIC keeps out lots of people -- from programmers and other non-hardware geeks to artists, designers, kids, teachers, etc. -- you need to work on increasing your empathy with people who aren't you.