PDA

View Full Version : Using TCFT 5000 Sensors



TDUpiccode
- 30th December 2013, 10:17
I'm looking at building a circuit using two TCRT 5000 opti sensors to trigger the events. One for ON and a second for OFF. I had originally planned on using something like a 12F629 but may change that later to a larger PIC,if I decide to add more sensors.

Has anyone attempted this.? Had a search round the forum but haven't been able to find anything or similar projects.

All help or pointers gratefully received - thanks

Amoque
- 30th December 2013, 12:24
I have not used the TCFT 5000 that you reference, but it appears to be a relatively standard implementation of a common sensor. Here (http://www.parallax.com/sites/default/files/downloads/555-27401-QTI-Line-Sensor-Documentation-v1.0.pdf) then is some Basic Stamp code and usage information for a "similar project".

Parallax, by the way, has a TON of sensors (and information) to interface with their Basic Stamp - a device that is programmed with a similar BASIC to PicBasic. As a "noob" I often look there first; their documentation makes it easy to evaluate the complexity of the interface, measurement range... and guides me to hardware I can easily use. I believe that a fair number of hobbyist Pic users began there.

All the best in the new year--

Demon
- 30th December 2013, 17:26
Just curious, have you considered 18F PICs?

Price difference is low and features are endless:

http://www.microchip.com/ParamChartSearch/chart.aspx?branchID=1004&mid=10&lang=en&pageId=74

Robert

TDUpiccode
- 30th December 2013, 22:30
Many thanks