Live data from Hacker News

Nerdkit - an electronics kit for hackers

nerdkits.com

1–10 of 19 posts

Re: Nerdkit - an electronics kit for hackers

#4
post #3

For beginner hackers. Intermediate use Arduino. Expert build their own. 1337 buy the ones Expert built and claim them for their own.

NerdKits goes from beginners to way beyond... We actually publish lots of educational content -- see 18 free videos so far on http://www.nerdkits.com/videos/ -- that show off lots of programming and electronics concepts that push the limits of what most hobbyists are doing with microcontrollers. But we are definitely focused on education rather than selling products to professional engineers! (This is Mike from NerdKits)

Re: Nerdkit - an electronics kit for hackers

#5
post #3

For beginner hackers. Intermediate use Arduino. Expert build their own. 1337 buy the ones Expert built and claim them for their own.

NerdKits goes from beginners to way beyond... We actually publish lots of educational content -- see 18 free videos so far on http://www.nerdkits.com/videos/ -- that show off lots of programming and electronics concepts that push the limits of what most hobbyists are doing with microcontrollers. But we are definitely focused on education rather than selling products to professional engineers! (This is Mike from NerdK…

this goes along nicely with the new CarlHProgramming reddit

http://www.reddit.com/r/carlhprogramming/

Re: Nerdkit - an electronics kit for hackers

#6
post #3

For beginner hackers. Intermediate use Arduino. Expert build their own. 1337 buy the ones Expert built and claim them for their own.

Your comment is total rubbish.

This is not JUST for beginners. It's enough stuff to get you going on real AVR kit without having to fish out for very expensive dev tools and compilers.

Arduino is not the same. It's more akin to a commerical dev board.

Experts buy expensive $2000+ programming hardware and in-circuit debuggers.

Those who do not value their time build their own.

Re: Nerdkit - an electronics kit for hackers

#7
post #3

For beginner hackers. Intermediate use Arduino. Expert build their own. 1337 buy the ones Expert built and claim them for their own.

I don't understand where you get the notion that Arduino is not geared towards beginners.

Arduino centers around pre-built, (mostly) solderless modules, included libraries for doing almost everything complicated, and a high level development environment that abstracts away everything the libraries don't; this is hardly "intermediate level" microcontroller development.

I am in no way disparaging Arduino, by the way! I'm actually friends with one of the guys who develops it, and I'm convinced it's excellent. But "intermediate" it is not.

I'd say, if you want to establish a taxonomy of microcontroller development skill, beginner would include pretty much any pre-built kit that uses a high level language, intermediate would be people who either build their own boards or program pre-built ones in assembler, and advanced would involve discarding both pre-built boards and high level languages.

As good as, e.g., SDCC is, most microcontroller ISAs are just not designed with compilation in mind. When every instruction counts, incurring gobs of overhead to accomodate a calling convention just won't cut it.

EDIT: By the way, I've done a lot of development with Atmel AVR, Microchip PIC, and 8051 processors, and though the more modern RISC architecture of the AVR is leaps and bounds more friendly to compilation than the PIC, I can regularly beat AVR-gcc and SDCC for code size.

EDIT 2: I meant to comment in the above that I'm very pleased to see that the Nerd Kit doesn't try to abstract away most stuff like the Arduino kits do. "Just magically working" is fine when you want to bang something out and don't want to know how it works, but in terms of microcontroller erudition nothing beats having to bootstrap yourself.

Re: Nerdkit - an electronics kit for hackers

#8
post #7
post #3

For beginner hackers. Intermediate use Arduino. Expert build their own. 1337 buy the ones Expert built and claim them for their own.

I don't understand where you get the notion that Arduino is not geared towards beginners. Arduino centers around pre-built, (mostly) solderless modules, included libraries for doing almost everything complicated, and a high level development environment that abstracts away everything the libraries don't; this is hardly "intermediate level" microcontroller development. I am in no way disparaging Arduino, by the way! I…

I think Arduino aim to give you a uController to do cool stuff with - without you having to worry about the details of boot loaders.

Either way it's all great - goes back to the days when kids could monitor and control things from their AppleII and C64s rather than just stringing bits of frameworks together to make web pages.

Re: Nerdkit - an electronics kit for hackers

#9
post #3

For beginner hackers. Intermediate use Arduino. Expert build their own. 1337 buy the ones Expert built and claim them for their own.

NerdKits goes from beginners to way beyond... We actually publish lots of educational content -- see 18 free videos so far on http://www.nerdkits.com/videos/ -- that show off lots of programming and electronics concepts that push the limits of what most hobbyists are doing with microcontrollers. But we are definitely focused on education rather than selling products to professional engineers! (This is Mike from NerdK…

I think you've done a nice job of meeting a real gap in the product space. In ten years of watching this stuff (mostly from the sidelines -- anyone more involved please correct me if I'm wrong), I haven't seen much in the way of an all-in-one kit that includes actual interesting components and well-written / MIT-literate instructional content.

The quality online presence -- forums and video tutorials! -- may even be a killer feature.

Re: Nerdkit - an electronics kit for hackers

#10
Here is Austin there is a local company that will make microprocessors for you if you bring in your diagram. That is a real nerd kit!

But this is a great beginner kit and I enjoyed looking through the projects that people have built using it:

http://www.nerdkits.com/projects/

Post reply on HN