Arduino, open-source electronics prototyping platform
1–10 of 18 posts
Re: Arduino, open-source electronics prototyping platform
#2Re: Arduino, open-source electronics prototyping platform
#3(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(= 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... 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…
Re: Arduino, open-source electronics prototyping platform
#6... 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…
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... 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…
Re: Arduino, open-source electronics prototyping platform
#8Re: Arduino, open-source electronics prototyping platform
#9... 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
#10Earlier 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.