Live data from Hacker News

Arduino, open-source electronics prototyping platform

arduino.cc

1–10 of 18 posts

Re: Arduino, open-source electronics prototyping platform

#3
... Okay, you linked to Arduino.

(I like Arduino - I use Arduino when I want to start messing around with a new bit of hardware, because it's practically like programming from the console; dead simple and as 'rapid' as hardware prototyping gets. I got into AVR as well, mucking about and seeing what interesting stuff I could output to video.

Hardware prototyping is one of the most enjoyable ways to sandblast your free time that I know of. ;)

But, what's the story? Why did you submit this?

Re: Arduino, open-source electronics prototyping platform

#4
Time to tweak this little baby:

(= gravity* 1.4 timebase* 120 front-threshold* 1)

  (def frontpage-rank (s (o gravity gravity*))
    (/ (- (realscore s) 1)
       (expt (/ (+ (item-age s) timebase*) 60) gravity)))

  (def realscore (i) (- i!score i!sockvotes))

  (def item-age (i) (hours-since i!time))

Re: Arduino, open-source electronics prototyping platform

#5
post #3

... Okay, you linked to Arduino. (I like Arduino - I use Arduino when I want to start messing around with a new bit of hardware, because it's practically like programming from the console; dead simple and as 'rapid' as hardware prototyping gets. I got into AVR as well, mucking about and seeing what interesting stuff I could output to video. Hardware prototyping is one of the most enjoyable ways to sandblast your free…

B/c it's been on Metafilter all day.

Re: Arduino, open-source electronics prototyping platform

#6
post #3

... Okay, you linked to Arduino. (I like Arduino - I use Arduino when I want to start messing around with a new bit of hardware, because it's practically like programming from the console; dead simple and as 'rapid' as hardware prototyping gets. I got into AVR as well, mucking about and seeing what interesting stuff I could output to video. Hardware prototyping is one of the most enjoyable ways to sandblast your free…

I'm always amazed how many not-so-random people I meet are into Arduino, and how many of them began interested in programming because they cut and pasted a few sketches which they then tweaked.

Got any current projects? My non-existent free time is devoted to a track driven, maze solving robot.

Re: Arduino, open-source electronics prototyping platform

#7
post #3

... Okay, you linked to Arduino. (I like Arduino - I use Arduino when I want to start messing around with a new bit of hardware, because it's practically like programming from the console; dead simple and as 'rapid' as hardware prototyping gets. I got into AVR as well, mucking about and seeing what interesting stuff I could output to video. Hardware prototyping is one of the most enjoyable ways to sandblast your free…

Perhaps we need a Hacker Canon to accompany our Hacker News; whenever you try to submit something in the canon it could just redirect you to the canonical discussion.

Re: Arduino, open-source electronics prototyping platform

#9
post #6
post #3

... Okay, you linked to Arduino. (I like Arduino - I use Arduino when I want to start messing around with a new bit of hardware, because it's practically like programming from the console; dead simple and as 'rapid' as hardware prototyping gets. I got into AVR as well, mucking about and seeing what interesting stuff I could output to video. Hardware prototyping is one of the most enjoyable ways to sandblast your free…

I'm always amazed how many not-so-random people I meet are into Arduino, and how many of them began interested in programming because they cut and pasted a few sketches which they then tweaked. Got any current projects? My non-existent free time is devoted to a track driven, maze solving robot.

I plan on using one in a EE senior design course, making an IR tracker using Wiimote camera with some servos for full pan and tilt control. Also going to interface a nunchuck for a manual control mode.

Re: Arduino, open-source electronics prototyping platform

#10
post #9
post #6

Earlier quoted context omitted.

I'm always amazed how many not-so-random people I meet are into Arduino, and how many of them began interested in programming because they cut and pasted a few sketches which they then tweaked. Got any current projects? My non-existent free time is devoted to a track driven, maze solving robot.

I plan on using one in a EE senior design course, making an IR tracker using Wiimote camera with some servos for full pan and tilt control. Also going to interface a nunchuck for a manual control mode.

Sounds great - hope you keep a diary blog of your progress.
Post reply on HN