"Infrared Line Follower Kit" versus "QTI Line Follower AppKit"
ypapelis
Posts: 99
I am preparing a 1 week robotics camp for high-schoolers and have decided to use the Boe Bot, but want to add a line following kit. After a cursory review, the two kids (infrared line following and QTI line follower) appear similar, except the the infrared kit with the 8 sensors should provide higher resolution in detecting line angles. Is there anything else to consider when comparing the two (also the $10 price difference).
I would appreciate someone saving me the time to read through both kits' documentation!
Thanks!
I would appreciate someone saving me the time to read through both kits' documentation!
Thanks!
Comments
And of course, the 8-sensor array will use more I/O, if you elect to wire up all of its sensors.
I have used both for non-line following tasks as well, such as inverting them and using hand and finger gestures for control. For a working example (though using an Arduino in this case, but the idea is the same), check out the April 2012 issue of SERVO Magazine for a music-controlled robot. The Parallax 8-sensor array acts as a piano keyboard to play notes through a MIDI synthesizer while also using the tones to control the robot's motors.
If you snuggled a PropBOE on top of your Boe Bot robot you could have it generate the MIDI instruments, and not have to use an outboard MIDI synthesizer. (Check out the current issue of SERVO Magazine for using the Propeller to synthesize music.)
-- Gordon